-
Notifications
You must be signed in to change notification settings - Fork 79
Remove heapster package (#2574). #2576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
702b28a
Remove heapster package (#2574).
brianhuffman 9123f2f
Remove MRSolver commands.
brianhuffman f4a6960
Remove monadify commands.
brianhuffman da4b723
Remove CryptolM and SpecM sawcore modules and associated code.
brianhuffman 203b748
Rename "heapster-tests" CI job to "saw-core-coq-tests".
brianhuffman c580823
Add changelog entry for heapster/mrsolver/monadify removal.
brianhuffman 0c84786
Mark heapster/mrsolver tags in issue-labels.md as historical.
brianhuffman 580ef1c
saw-core-coq: Remove now-unnecessary entree-specs dependency.
brianhuffman af7ab27
Remove deprecated type "HeapsterEnv".
brianhuffman 164afc5
Mention removal of types HeapsterEnv and Refnset in CHANGES.md.
brianhuffman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,70 @@ This release supports [version | |
| 4](https://github.com/GaloisInc/mir-json/blob/master/SCHEMA_CHANGELOG.md#4) of | ||
| `mir-json`'s schema. | ||
|
|
||
| Nothing yet. | ||
| ## Changes | ||
|
|
||
| * The deprecated Heapster, MRSolver, and Monadify features have been | ||
| removed. | ||
| The following SAW commands are no longer available: | ||
|
||
|
|
||
| - write_coq_cryptol_module_monadic | ||
| - mrsolver_set_debug_level | ||
| - mrsolver_set_debug_printing_depth | ||
| - mrsolver | ||
| - empty_rs | ||
| - addrefn | ||
| - addrefns | ||
| - mrsolver_with | ||
| - refines | ||
| - monadify_term | ||
| - set_monadification | ||
| - heapster_init_env | ||
| - heapster_init_env_debug | ||
| - heapster_init_env_from_file | ||
| - heapster_init_env_from_file_debug | ||
| - heapster_init_env_for_files | ||
| - heapster_init_env_for_files_debug | ||
| - heapster_get_cfg | ||
| - heapster_define_opaque_perm | ||
| - heapster_define_recursive_perm | ||
| - heapster_define_reachability_perm | ||
| - heapster_define_recursive_shape | ||
| - heapster_define_perm | ||
| - heapster_define_llvmshape | ||
| - heapster_define_opaque_llvmshape | ||
| - heapster_define_rust_type | ||
| - heapster_define_rust_type_qual | ||
| - heapster_block_entry_hint | ||
| - heapster_gen_block_perms_hint | ||
| - heapster_join_point_hint | ||
| - heapster_find_symbol | ||
| - heapster_find_symbols | ||
| - heapster_find_symbol_with_type | ||
| - heapster_find_symbols_with_type | ||
| - heapster_find_symbol_commands | ||
| - heapster_find_trait_method_symbol | ||
| - heapster_assume_fun | ||
| - heapster_assume_fun_rename | ||
| - heapster_assume_fun_rename_prim | ||
| - heapster_assume_fun_multi | ||
| - heapster_typecheck_fun | ||
| - heapster_typecheck_fun_rename | ||
| - heapster_typecheck_mut_funs | ||
| - heapster_set_event_type | ||
| - heapster_print_fun_trans | ||
| - heapster_export_coq | ||
| - heapster_set_debug_level | ||
| - heapster_set_translation_checks | ||
| - heapster_trans_rust_type | ||
| - heapster_parse_test | ||
| - heapster_dump_ide_info | ||
|
|
||
| * Function `write_coq_cryptol_primitives_for_sawcore` no longer | ||
| generates Coq translations of SAWCore modules `SpecM.sawcore` and | ||
| `CryptolM.sawcore`, which have been removed. | ||
| Accordingly, the second and third `String` arguments to | ||
| `write_coq_cryptol_primitives_for_sawcore` have been removed. | ||
|
|
||
|
|
||
| # Version 1.4 -- date still TBD | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.