Inline Tools class into KMIR and replumb#549
Merged
Merged
Conversation
Tools class into KMIR and replumpTools class into KMIR and replumb
ehildenb
commented
May 1, 2025
ehildenb
commented
May 1, 2025
Member
Author
|
Need to check that both versions of the tests (llvm and haskell) are being run for |
…metrize test" This reverts commit 66b2fec.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In preparation of building LHSs of specs directly, I've inlined the
Toolsclass directly into theKMIRclass, and propagated all the appropriate changes through.This also required getting
KParseto match the diamond import pattern ofKRunandKProve(which I think is eventually the intention, to upstream it), so I did that as well.Overall, this moves
make_init_configandrun_parseddirectly intoKMIR, so it's available for all commands thatKMIRexposes.As one minor build system improvement, I allow the user to set variable
PARALLELon the CLI when invokingmaketo spede things up.