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

Feature: tell Roosterize to build Coq projects in batch mode #4

Open
palmskog opened this issue Nov 19, 2020 · 0 comments
Open

Feature: tell Roosterize to build Coq projects in batch mode #4

palmskog opened this issue Nov 19, 2020 · 0 comments

Comments

@palmskog
Copy link
Collaborator

palmskog commented Nov 19, 2020

Right now, when Roosterize suggests lemma names for a complete project, that project has to be built first (usually using make in it root directory). However, it would be more intuitive to pass a build command to Roosterize than build the project separately.

For example, one could introduce a buildcmd command-line option, used as follows:

python -m roosterize.main suggest_lemmas \
 --project=../StructTact \
 --serapi-options="-Q theories,StructTact" \
 --model-dir=./models/roosterize-ta \
 --output=./output \
 --buildcmd "./configure && make -j2"
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