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 precise control of Holmake --fast #371

Open
SOwens opened this issue Nov 15, 2016 · 1 comment
Open

More precise control of Holmake --fast #371

SOwens opened this issue Nov 15, 2016 · 1 comment

Comments

@SOwens
Copy link
Member

SOwens commented Nov 15, 2016

When running a Holmake --fast on a project that relies on unbuilt theories in HOL's own examples directory, it builds those theories cheated, which affects other projects where you might not want the cheats. It would be nice to have the option of still running the proofs for things in HOL/examples.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39259598-more-precise-control-of-holmake-fast?utm_campaign=plugin&utm_content=tracker%2F495335&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F495335&utm_medium=issues&utm_source=github).
@xrchz
Copy link
Member

xrchz commented Nov 15, 2016

There is a workaround: build the early dependencies with Holmake and only use Holmake --fast after they are built. This workaround could potentially be automated with a wrapper script.

Do you have any suggestion of how you'd want the Holmake interface for this functionality to look? Maybe an --exclude=pattern command line option; but I'm not sure the complexity for gain ratio is that good.

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

3 participants