Commit a329dd3
Update dependency: deps/haskell-backend_release (#4840)
* Bugfix for matching unevaluated function calls in the subject under
injections (should abort the rewrite but claimed the match to have
failed)
* Improvement of evaluation: using equations from the path condition to
(syntactically) replace expressions by domain values
* Refactoring of the indexing mechanism, now indexing more kinds of
terms and fixing a soundness issue related to unevaluated functions in
indexed cells
---------
Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Julian Kuners <julian.kuners@gmail.com>1 parent 3ea43a8 commit a329dd3
5 files changed
Lines changed: 9 additions & 9 deletions
File tree
- .github/workflows
- deps
- haskell-backend/src/main/native
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Submodule haskell-backend updated 34 files
- booster/hs-backend-booster.cabal+1-1
- booster/library/Booster/Definition/Util.hs+5-12
- booster/library/Booster/Pattern/ApplyEquations.hs+39-11
- booster/library/Booster/Pattern/Index.hs+129-36
- booster/library/Booster/Pattern/Match.hs+11
- booster/library/Booster/Pattern/Rewrite.hs+9-3
- booster/package.yaml+1-1
- booster/test/internalisation/bool.kore.report+8-8
- booster/test/internalisation/does-not-preserve-definedness.kore.report+37-37
- booster/test/internalisation/existentials.kore.report+39-39
- booster/test/internalisation/imp.kore.report+116-116
- booster/test/internalisation/mx-hs-kasmer-definition0.kore.report+433-430
- booster/test/internalisation/preserves-definedness-total-function.kore.report+37-37
- booster/test/internalisation/preserves-definedness.kore.report+37-37
- booster/test/internalisation/subsorts.kore.report+54-54
- booster/test/internalisation/test-totalSupply-definition.kore.report+1.1k-1.1k
- booster/test/rpc-integration/resources/issue4118-indexing.k+32
- booster/test/rpc-integration/resources/issue4118-indexing.kore+1.5k
- booster/test/rpc-integration/test-implies-issue-3941/response-001.booster-dev+28-92
- booster/test/rpc-integration/test-issue4118-indexing/README.md+44
- booster/test/rpc-integration/test-issue4118-indexing/response-cons-b.json+63
- booster/test/rpc-integration/test-issue4118-indexing/state-cons-b.execute+78
- booster/test/rpc-integration/test-no-evaluator/response-no-concrete-evaluation.booster-dev+1-1
- booster/unit-tests/Test/Booster/Pattern/ApplyEquations.hs+8-7
- booster/unit-tests/Test/Booster/Pattern/Index.hs+56-34
- booster/unit-tests/Test/Booster/Pattern/Rewrite.hs+40-36
- deps/k_release+1-1
- dev-tools/hs-backend-booster-dev-tools.cabal+1-1
- dev-tools/package.yaml+1-1
- kore-rpc-types/kore-rpc-types.cabal+1-1
- kore/kore.cabal+1-1
- package/debian/changelog+1-1
- package/version+1-1
- scripts/compare.py+5-2
0 commit comments