Skip to content

Commit faff22c

Browse files
authored
kore-0.21.0.0 (#1818)
1 parent ce69262 commit faff22c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

kore/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ All notable changes to this project will be documented in this file.
1414

1515
### Fixed
1616

17+
## [0.21.0.0] - 2020-05-13
18+
19+
### Added
20+
21+
- Injections into hooked sorts are forbidden.
22+
- Semantic rules with the same left- and right-hand sides will be rejected.
23+
Such rules will always cause the backend to loop endlessly.
24+
- `kore-repl` prints output in script mode with the option `--save-run-output`.
25+
26+
### Changed
27+
28+
- kore-repl: `stepf` command advances the current configuration.
29+
- `kore-exec` does not retain the interior of the execution graph.
30+
Only the leaf nodes of the execution graph are retained during
31+
execution. Memory use is bounded by the size of the largest configuration and
32+
does not increase with the length of the proof.
33+
- Applying semantic (rewrite) rules is more efficient.
34+
Run time is improved 10-15% by avoiding duplicate work when refreshing the
35+
free variables of semantic rules.
36+
1737
## [0.20.0.0] - 2020-04-29
1838

1939
### Added

kore/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kore
2-
version: 0.20.0.0
2+
version: 0.21.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)