Skip to content
Snippets Groups Projects
Commit a162c20d authored by Ralf Jung's avatar Ralf Jung
Browse files

note a HeapLang breaking change

parent eb532c13
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,10 @@ lemma. ...@@ -48,6 +48,10 @@ lemma.
- Some proofs using lifting lemmas and adequacy theorems need to be adapted - Some proofs using lifting lemmas and adequacy theorems need to be adapted
to ignore the new step counter. to ignore the new step counter.
**Changes in `heap_lang`:**
* Rename `Build_loc` constructor for `loc` type to `Loc`.
The following `sed` script helps adjust your code to the renaming (on macOS, The following `sed` script helps adjust your code to the renaming (on macOS,
replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`). replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).
Note that the script is not idempotent, do not run it twice. Note that the script is not idempotent, do not run it twice.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment