-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add basic IDE logging, start error cleanup * clean up additional implication errors * add structure to stmt fail in line with impl fail * redesign error message types, pipe through to log * fix default heapster environments missing ioref * carry more information through on most common implication error * remove Some from error constructor * Export valueperms in full json detail * Avoid generating orphan ToJSON instances and using Given * refine jsonexport instances * Document JSONExport * Remove need for passing undefined * JSONExport support for PermImpls * export entrypoint and caller ID information * cleanup imports, 80 char columns * heapster: export function name for IDE * heapster-saw: LogEntry with names and structure * Incorporate names from bindings in JsonExport * Update PPInfo while exporting * checkpoint * Use types to generate names for pretty permissions where possible * WIP: fixing errors introduced by the merge. * got SAW to compile after the latest merge of master * Updtate deps * bumping the cryptol submodule to match master * moved nuMatching and Liftable instances to the top of the file in NamedMb.hs, to help with GHC 9 support * GHC 9 fixes * renamed the Mb' datatype to the more accessible name NamedMb, and changed the names of all of its operationsto use 'Named' as a suffix instead of just using a prime --------- Co-authored-by: Karl Smeltzer <[email protected]> Co-authored-by: Eric Mertens <[email protected]> Co-authored-by: Eddy Westbrook <[email protected]>
- Loading branch information
1 parent
9acd534
commit 9d66afc
Showing
14 changed files
with
1,267 additions
and
219 deletions.
There are no files selected for viewing
This file contains 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 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 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.