-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Literate repl tests #10075
Closed
Closed
Literate repl tests #10075
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6158ea - Browse repository at this point
Copy the full SHA f6158eaView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76aced6 - Browse repository at this point
Copy the full SHA 76aced6View commit details -
refactor: move readline stuff into its own file
This is in direct preparation for an automation mode of nix repl.
Configuration menu - View commit details
-
Copy full SHA for 70a6ce1 - Browse repository at this point
Copy the full SHA 70a6ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea31b8a - Browse repository at this point
Copy the full SHA ea31b8aView commit details -
Implement a parser for a literate testing system for the repl
This parser can be reused for other purposes. It's inspired by https://bitheap.org/cram/ Although eelco's impostor exists https://github.com/mobusoperandi/eelco, it is not very nice to depend on out of tree testing frameworks with no way to customize them.
Configuration menu - View commit details
-
Copy full SHA for 9bbf0ad - Browse repository at this point
Copy the full SHA 9bbf0adView commit details -
Implement a repl characterization test system
This allows for automating using the repl without needing a PTY, with very easy to write test files.
Configuration menu - View commit details
-
Copy full SHA for 103a367 - Browse repository at this point
Copy the full SHA 103a367View commit details -
Configuration menu - View commit details
-
Copy full SHA for f24aea2 - Browse repository at this point
Copy the full SHA f24aea2View commit details -
repl_characterization: eat newlines after commands and source-dir paths
This is because they are unrepresentable in the source files with commentary but not in the output, so we should just eat them in normalization. It's ok.
Configuration menu - View commit details
-
Copy full SHA for b6b5272 - Browse repository at this point
Copy the full SHA b6b5272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ca1c0 - Browse repository at this point
Copy the full SHA 36ca1c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62eecdb - Browse repository at this point
Copy the full SHA 62eecdbView 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.