Bugs: Browse | Submit New | Admin

[#1943] dbcparse.rb can't read from stdin in dbc-2.0.0

Date:
2005-05-23 01:47
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
dbcparse.rb can't read from stdin in dbc-2.0.0

Detailed description
The problem is that parsersettings.check is being called twice--parsersettings.execute calls it, as does dbcparse.rb
(line 137).  This has the effect of overwriting the string data read from STDIN into @source in parsersettings.rb. 
Commenting out line 137 of dbcparse.rb fixes the problem:

###    settings.check
    settings.execute

Add A Comment: Notepad

Please login


Followup

Message
Date: 2005-08-05 20:42
Sender: Charles Mills

Thanks for reporting this... I have been away from DBC for a
while.  I apply fix.

-Charlie

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item