Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More elucidating messages after typos in command line arguments #71

Open
bestchai opened this issue May 26, 2020 · 0 comments
Open

More elucidating messages after typos in command line arguments #71

bestchai opened this issue May 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bestchai
Copy link
Member

bestchai commented May 26, 2020

Running Texada with config file containing

#!c++

-m -f 'G((("scope_p" & p) & ("scope_q" & q) ) -> ((("scope_r" & r)-> ("scope_s" -> s)) W (("scope_p" & p) & ("scope_q" & !q)))) & F((("scope_p" & p) &  ("scope_q" & q))& !((("scope_p" & p) &  ("scope_q" & q))->(("scope_r"->!r) W (("scope_p" & p) &  ("scope_q" & !q)))))' scope-semantics --parse-mult-prop

(and a trace at the end) gives a segfault and no other messages. Valgrind indicates it is a stack overflow. Might be good to find a way to have some more elucidating messages here. Probably texada tries to open the argument with no -- as the file and finds an empty file and does something weird. Might be good to warn the user about there being an empty file.

[Issue created by carolemieux: 2016-04-27]

@bestchai bestchai added the enhancement New feature or request label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant