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

more robust handling of .glob files with modification times identical to .v files #234

Open
JasonGross opened this issue Oct 18, 2024 · 0 comments

Comments

@JasonGross
Copy link
Owner

The general problem with .v and .glob files having the same time is that we can't tell whether the .v file has been updated since the .glob file was generated. Fixing this requires threading through information about which files are expected to fail coqc compilation (the buggy ones only), which files must have up to date .globs even if compilation fails (the ones that the minimizer modifies), and which files we should perhaps not attempt to update the .globs on (ones in user-contrib, for example, or anything that was taken from COQPATH)

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

1 participant