-
Notifications
You must be signed in to change notification settings - Fork 44
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
uc-crux-llvm: Serialization of data structures #994
Merged
Merged
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f93aa6 - Browse repository at this point
Copy the full SHA 5f93aa6View commit details -
uc-crux-llvm: Serialization of shapes
Needs more work on the error handling...
Configuration menu - View commit details
-
Copy full SHA for 3c2e084 - Browse repository at this point
Copy the full SHA 3c2e084View commit details -
uc-crux-llvm: Serialization of Cursor
Needs more work on the errors
Configuration menu - View commit details
-
Copy full SHA for 91daac4 - Browse repository at this point
Copy the full SHA 91daac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2d1232 - Browse repository at this point
Copy the full SHA e2d1232View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15f8ec - Browse repository at this point
Copy the full SHA c15f8ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a1bd6 - Browse repository at this point
Copy the full SHA e5a1bd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c404c81 - Browse repository at this point
Copy the full SHA c404c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1173e16 - Browse repository at this point
Copy the full SHA 1173e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45fd7d6 - Browse repository at this point
Copy the full SHA 45fd7d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b74067 - Browse repository at this point
Copy the full SHA 9b74067View commit details -
uc-crux-llvm: Configure HLint to ignore Template Haskell brackets
These warnings are false positives.
Configuration menu - View commit details
-
Copy full SHA for bef9c04 - Browse repository at this point
Copy the full SHA bef9c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b29261 - Browse repository at this point
Copy the full SHA 3b29261View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd1f62 - Browse repository at this point
Copy the full SHA fbd1f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a0c5e - Browse repository at this point
Copy the full SHA b5a0c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for df478ef - Browse repository at this point
Copy the full SHA df478efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e42cd95 - Browse repository at this point
Copy the full SHA e42cd95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fafc8b - Browse repository at this point
Copy the full SHA 2fafc8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4f656 - Browse repository at this point
Copy the full SHA 6f4f656View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4556c5 - Browse repository at this point
Copy the full SHA e4556c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c9e24 - Browse repository at this point
Copy the full SHA b2c9e24View commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 61454b6 - Browse repository at this point
Copy the full SHA 61454b6View commit details -
uc-crux-llvm: Switch to Hedgehog
Encountered weird errors in CI with QuickCheck: view-shape: *** Failed! (after 1 test): Exception while generating shrink-list: Test.QuickCheck.resize: negative size CallStack (from HasCallStack): error, called at src/Test/QuickCheck/Gen.hs:135:22 in QuickCheck-2.14.2-0c Exception thrown while showing test case: Test.QuickCheck.resize: negative size CallStack (from HasCallStack): error, called at src/Test/QuickCheck/Gen.hs:135:22 in QuickCheck-2.14.2-0c Later commits will port the remainder of the view tests; this commit is a minimal switch which compiles, passes tests, and shows the feasibility of using Hedgehog. Unfortunately, both libraries for creating Hedgehog generators from Generic instances turned out to be unsuitable. - hedgehog-generic didn't work for modern GHC - hedgehog-gen needed *all* the datatypes involved to be Generic, which e.g., Alignment is not.
Configuration menu - View commit details
-
Copy full SHA for ba073d9 - Browse repository at this point
Copy the full SHA ba073d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad300e4 - Browse repository at this point
Copy the full SHA ad300e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ececf0 - Browse repository at this point
Copy the full SHA 6ececf0View commit details
Commits on Jun 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d524ef - Browse repository at this point
Copy the full SHA 5d524efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af65d0 - Browse repository at this point
Copy the full SHA 2af65d0View commit details
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.