Home
News
Download
Docs
Bugs
unassigned
unresolved
search
Contact
Tasks
Code
Name Password
register
Lost login?
$ echo "int i;" | synopsis -v -p C - Error: CppError: unable to read '/tmp/-' and $ echo "int i;" | synopsis -v -p C ; # no error, no output $ echo "int i;" | synopsis -v -p C -o stdin.syn # no error, creates empty/bogus stdin.syn # since it should be vaguely identical to: $ cat in.c int i; $ synopsis -v -p C -o file.syn in.c $ ls -ln total 12 -rw-r--r-- 1 1000 1000 1252 2007-05-05 15:12 file.syn -rw-r--r-- 1 1000 1000 7 2007-05-05 15:10 in.c -rw-r--r-- 1 1000 1000 170 2007-05-05 15:11 stdin.syn
The '/tmp/-' is actually mine. Need to see how i can translate '-' via boost.filesystem into stdin. The rest is not my error, though :)
The 'echo "int i;" | synopsis -v -p C ;' line now results in a usage message being printed to stdout. This one was "the bug", right ? The rest is a feature request. Please submit a new issue (type 'rfe'), preferably with a patch. Thanks,