Skip to content

Commit

Permalink
kore-0.21.0.0 (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored May 13, 2020
1 parent ce69262 commit faff22c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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

0 comments on commit faff22c

Please sign in to comment.