Skip to content
Snippets Groups Projects
Commit d03ef052 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

catch KeyboardInterrupt while the module is being rebuild after a new module...

catch KeyboardInterrupt while the module is being rebuild after a new module was added to CMakeLists.txt which caused an issue when restarting the script

Also import LOCK_EX in except block

It is used later on. Needed to work outside of virtual envs.

Match argument name against 1-tuple

The implemented behaviour was substring matching, which may work when
the correct flag is given but also returns true for any substring.

Move adding of git commit hash to dunepackaging.py

Some formatting.

Do not print compile error twice.

reduce amount of times cmake is called to rebuild dune-py

fix rebase issue
parent 5c94c8cc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment