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 locations affected by checked files #1993

Open
mtzguido opened this issue Apr 10, 2020 · 0 comments
Open

Error locations affected by checked files #1993

mtzguido opened this issue Apr 10, 2020 · 0 comments
Labels
area/error-messages component/checked-files An issue related to the caching of checked files, or influenced by the caching kind/enhancement

Comments

@mtzguido
Copy link
Member

mtzguido commented Apr 10, 2020

This file:

module A

let x : nonzero = 0

Fails differently with and without caching (edited for clarity):

$ ./bin/fstar.exe A.fst 
A.fst(3,18-3,19): (Error 19) Subtyping check failed; (...)
(see also prims.fst(649,22-649,28))
Verified module: A
1 error was reported (see above)
$ ./bin/fstar.exe A.fst  --cache_off 
A.fst(3,18-3,19): (Error 19) Subtyping check failed; (...)
(see also /home/guido/r/fstar/master/ulib/prims.fst(649,22-649,28))
Verified module: A
1 error was reported (see above)

The "see also" part mentions a relative vs an absolute path.

@mtzguido mtzguido added kind/enhancement area/error-messages component/checked-files An issue related to the caching of checked files, or influenced by the caching labels Apr 10, 2020
mtzguido added a commit that referenced this issue Apr 10, 2020
To prevent noise due to #1993 and from checking dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/error-messages component/checked-files An issue related to the caching of checked files, or influenced by the caching kind/enhancement
Projects
None yet
Development

No branches or pull requests

1 participant