-
Notifications
You must be signed in to change notification settings - Fork 7
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
An attempt at better documentation for q-d #73
Draft
ghost
wants to merge
13
commits into
main
Choose a base branch
from
circular-buffer-simple
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 134f514 - Browse repository at this point
Copy the full SHA 134f514View commit details -
Reproduce bug in model from Quviq paper
Require shrinking the actions to ensure the example is minimal => Need to shrink New for buffer size to decrease!
Configuration menu - View commit details
-
Copy full SHA for c244c84 - Browse repository at this point
Copy the full SHA c244c84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f47daa - Browse repository at this point
Copy the full SHA 8f47daaView commit details -
Fix bug by increasing size by 1
It's not possible to reproduce the second bug because `mod` operator in Haskell is implementeed correctly, not like `rem` in C or Erlang. > (-1) `mod` 2 == 1
Configuration menu - View commit details
-
Copy full SHA for 07fa9ca - Browse repository at this point
Copy the full SHA 07fa9caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a4308 - Browse repository at this point
Copy the full SHA e9a4308View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aec2582 - Browse repository at this point
Copy the full SHA aec2582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c3c8c - Browse repository at this point
Copy the full SHA 96c3c8cView commit details -
Introduce docs sub-package to provide, well, documentation
The idea is that some of the documentation will be in Literate haskell format and require some "building" to be generated.
Configuration menu - View commit details
-
Copy full SHA for f0ade0c - Browse repository at this point
Copy the full SHA f0ade0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec3517 - Browse repository at this point
Copy the full SHA 3ec3517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 877bf9a - Browse repository at this point
Copy the full SHA 877bf9aView commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7ae1a4 - Browse repository at this point
Copy the full SHA f7ae1a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b740f - Browse repository at this point
Copy the full SHA 33b740fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a3260 - Browse repository at this point
Copy the full SHA 76a3260View 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.