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

Error 152 should not be fatal #3493

Open
briangmilnes opened this issue Sep 22, 2024 · 0 comments
Open

Error 152 should not be fatal #3493

briangmilnes opened this issue Sep 22, 2024 · 0 comments

Comments

@briangmilnes
Copy link
Contributor

Invalid --warn_error setting: cannot change the error level of fatal error 152

In order to support compilation in a directory hierarchy and particularly in emacs,
one wants to put in possibly existing include directories. Otherwise each buffer's
settings would have to be specific to the location of the file.

So in Forge, I have src/fstar/fst (and it works without this useful tree by default in just
src). It has an src/fstar/proofs for expensive extrinsic proofs (thanks to Jonathan's
makefiles for showing the need of this). And test has the same src tree but needs to
include from the parent src.

It should warn and be supressable to allow compilation not to be overrun with errors on each file compilation.

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

No branches or pull requests

1 participant