Skip to content

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

Description

@palmskog

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions