We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If EasyCrypt is given arguments
-I A -I B ... A/Foo.ec
the directory A of Foo.ec is not given highest priority in the include search path, because it was already included.
A
Foo.ec
Similarly,
-I A -I B -I A Foo.ec
(assuming Foo.ec is moved to the current directory) triggers the same bug.
The above are weird usages, but still this might be worth fixing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If EasyCrypt is given arguments
the directory
A
ofFoo.ec
is not given highest priority in the include search path, because it was already included.Similarly,
(assuming Foo.ec is moved to the current directory) triggers the same bug.
The above are weird usages, but still this might be worth fixing.
The text was updated successfully, but these errors were encountered: