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

lake command to detect if manifest is out of date without running build or exe #2526

Open
semorrison opened this issue Sep 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request Lake Lake related issue

Comments

@semorrison
Copy link
Collaborator

In any project use lake, there will need to be a CI step checking for warning: manifest out of date: messages from lake.

Currently as far as I can see you have to either run lake build or lake exe to see this warning. For testing purposes, there needs to be a way to check if this message will be generated by lake build or lake exe, but without committing to doing any work.

Hopefully this issue will be resolved just by someone telling me the relevant command, but I'll put this up as an issue as a reminder to install the CI step in Mathlib when this is resolved!

@tydeu tydeu added enhancement New feature or request Lake Lake related issue labels Sep 10, 2023
@Kha
Copy link
Member

Kha commented Sep 10, 2023

A build --dry-run might be nice to have in general

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Lake Lake related issue
Projects
None yet
Development

No branches or pull requests

3 participants