copilot-theorem: Extend range of versions of kind2. Refs #734.#740
Draft
chathhorn-galois wants to merge 3 commits into
Draft
copilot-theorem: Extend range of versions of kind2. Refs #734.#740chathhorn-galois wants to merge 3 commits into
copilot-theorem: Extend range of versions of kind2. Refs #734.#740chathhorn-galois wants to merge 3 commits into
Conversation
…uage#734. In order to keep Copilot effectively working in the current software ecosystem, we need to extend the versions of dependencies that Copilot can be installed with. kind2 has seen release 2.3.0, but copilot-theorem requires kind2 0.7.2. This commit updates the copilot-theorem Kind2 native-format backend to produce output targeting the latest release of Kind2 (v2.3).
In order to keep Copilot effectively working in the current software ecosystem, we need to extend the versions of dependencies that Copilot can be installed with. kind2 has seen release 2.3.0, but copilot-theorem requires kind2 0.7.2. This commit adds a testsuite for the Kind2 copilot-theorem native-format backend. It requires Kind2 (v2.x) to be installed and can be activated using the `test-kind2` `cabal` flag (e.g., `cabal test -ftest-kind2`).
57ecfb4 to
b7d695d
Compare
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 order to keep Copilot effectively working in the current software ecosystem, we need to extend the versions of dependencies that Copilot can be installed with. kind2 has seen release 2.3.0, but copilot-theorem requires kind2 0.7.2.
This PR updates the copilot-theorem Kind2 native-format backend to produce output targeting the latest release of Kind2 (v2.3 -- but in theory any version 2.x). It also adds a test-suite for the Kind2 backend, which requires Kind2 v.2.x to be installed and is activated using the
test-kind2cabal flag (e.g.,cabal test -ftest-kind2).This update was a bit more involved than I thought it would be, at least in part because of unexpected Kind2 native-format bugs/limitations (e.g., crashing without source-position annotations on properties and responses containing invalid XML -- though it's hard to tell what is and isn't a bug given the limited documentation). We should definitely move to Lustre the next time this breaks.