Fix compilation of the STP master branch -- it now depends on ABC and uses submodules#1750
Fix compilation of the STP master branch -- it now depends on ABC and uses submodules#1750MartinNowack merged 5 commits intoklee:masterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1750 +/- ##
==========================================
+ Coverage 68.98% 70.14% +1.16%
==========================================
Files 162 162
Lines 19446 19443 -3
Branches 4643 4638 -5
==========================================
+ Hits 13414 13638 +224
+ Misses 3999 3760 -239
- Partials 2033 2045 +12 |
861deab to
0bb9fe5
Compare
|
@ccadar I'm in general happy with this. But, this will break again for a newer STP releases. Could you add an additional version check for stp > 2.3.4? So we don't need to touch it twice. |
….4 instead of master, which will also handle future releases
|
@MartinNowack good suggestion. Not straightforward to compare versions in bash, but I think I found a good solution to it -- we now also have version comparison functions in |
MartinNowack
left a comment
There was a problem hiding this comment.
@ccadar Fantastic! Thanks a lot for your hard work.
I'm curious about any potential performance improvements with the newer STP version.
Looking forward to trying this out.
Going to merge.
|
Thanks, @MartinNowack . |
Summary:
Fix compilation of the STP master branch -- it now depends on ABC and uses submodules: stp/stp#496.
Checklist: