You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a bogus lexc file, say garbage.lexc
2. foma -q -e "read lexc garbage.lexc" -e "compose net" -e "save stack
garbage.fst " -s
3. echo $?
What is the expected output? What do you see instead?
Expected output: >0
Actual output: 0
What version of the product are you using? On what operating system?
OS: MacOSX 10.9
Foma version: the one included in hfst 3.5.1:
$ hfst_foma -v
hfst_foma 0.9.17alpha
Please provide any additional information below.
The bug is problematic when foma is part of a larger build system, as it causes
syntax errors to pass by without forcing the linguist to fix them. With a
proper exit value 'make' will abort at the error, thus making the error
(hopefully) visible to the lexc developer.
Original issue reported on code.google.com by [email protected] on 22 Nov 2013 at 12:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Nov 2013 at 12:55The text was updated successfully, but these errors were encountered: