Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.21.0.0] - 2020-05-13

### Added

- Injections into hooked sorts are forbidden.
- Semantic rules with the same left- and right-hand sides will be rejected.
Such rules will always cause the backend to loop endlessly.
- `kore-repl` prints output in script mode with the option `--save-run-output`.

### Changed

- kore-repl: `stepf` command advances the current configuration.
- `kore-exec` does not retain the interior of the execution graph.
Only the leaf nodes of the execution graph are retained during
execution. Memory use is bounded by the size of the largest configuration and
does not increase with the length of the proof.
- Applying semantic (rewrite) rules is more efficient.
Run time is improved 10-15% by avoiding duplicate work when refreshing the
free variables of semantic rules.

## [0.20.0.0] - 2020-04-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion kore/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kore
version: 0.20.0.0
version: 0.21.0.0
github: "kframework/kore"
license: NCSA
license-file: LICENSE
Expand Down