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

Fail of loading program from CLI when it contains warnings #722

Open
galloj opened this issue Nov 16, 2022 · 1 comment
Open

Fail of loading program from CLI when it contains warnings #722

galloj opened this issue Nov 16, 2022 · 1 comment

Comments

@galloj
Copy link
Contributor

galloj commented Nov 16, 2022

Bug is located on following line:

cli.getParser().parse(absoluteFilename);

The exception gets thrown and loading ends, but it should be implemented just like in GUI app:

parser.parse(absoluteFilename);

Hopefully I will do soon PR myself to solve this bug, but I do not promise anything.

@lupino3
Copy link
Member

lupino3 commented Nov 18, 2022

Thank you @galloj for finding this bug!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants