-
Notifications
You must be signed in to change notification settings - Fork 12
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
Relax restriction on file name suffixes #290
Comments
This can be done at the instantiation level by changing the |
Hmm I don't think this is an issue with the instantiation level compilation:
The issue here seems entirely localized within Gillian-Core? |
Gillian/GillianCore/gil_parser/gil_parsing.ml Lines 108 to 115 in f599599
|
Currently, Gillian Core seems to error if a file doesn't end in either
.gil
or.ngil
saying:Could we remove this check? Or at least add a
-f FORMAT
flag that can be used to force gillian to treat a file as acceptable? As the error message implies, I have plenty of.stdout
files containing.gil
programs and I would like to load them, changing my suffix is not an option as they are generated by a 3rd party tool.The text was updated successfully, but these errors were encountered: