-
Notifications
You must be signed in to change notification settings - Fork 8
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
Separate pandoc rendering and scope it to repl only. #315
Conversation
…tection for unclosed parens, add docs for missing natives
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a quick review, this looks good. Feel free to merge and I'll pull the new functions into the docs repo, then make any edits (like I did with load) after that as a follow on PR.
@@ -0,0 +1,29 @@ | |||
## cond |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lsgunnlsgunn can you check these int he future?
@@ -0,0 +1,32 @@ | |||
## env-set-milligas | |||
|
|||
Use `env-milligas` to set the current gas state to a specific value in milligas, similar to `env-gas` but 1 gas = 1e3 milligas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
incorrect
|
||
| Argument | Type | Description | | ||
|----------|----------|--------------------------------------------------------------| | ||
| capability | cap-token | Specifies the capability and scope to test | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm actually unsure if its now capability
or capability...
@@ -338,6 +337,7 @@ emptyTxState = do | |||
envSetDebug :: NativeFunction 'ReplRuntime ReplCoreBuiltin FileLocSpanInfo | |||
envSetDebug info b _env = \case | |||
[VString flag] -> do | |||
-- Note: if these change, please change `env-set-debug-flags.md` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-authored-by: rsoeldner <[email protected]>
Add multi-line detection for unclosed parens, add docs for missing natives, add test for pandoc roundtripping
Closes #302
PR checklist:
Additionally, please justify why you should or should not do the following: