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.
Executable code blocks inside markdown files
CHANGES:
Added
--syntax
option torule
subcommand to allow generating rules for cramtests (Add support for '--syntax' flag in 'ocaml-mdx rule' realworldocaml/mdx#177, @craigfe)
require-package
label to explicitly declare dunepackage
dependencies of a code block(Specify required packages realworldocaml/mdx#149, @Julow)
unset-
label to unset env variables in shell blocks (Added unset-* label realworldocaml/mdx#132, @clecat)Changed
ocaml-mdx rule
usingdune format-dune-file
(Format dune rules output by rule command realworldocaml/mdx#184, @NathanReb).ml
files in generated dune rules (Changing ocaml-mdx rule diffs order realworldocaml/mdx#140, @clecat)Fixed
toplevel env (Used module_presence type to check if module is in the topevel env realworldocaml/mdx#186, @clecat)
(Trim the end of output realworldocaml/mdx#166, @clecat)
test
(Rule: Print the -s option realworldocaml/mdx#176, @Julow)skip
label inocaml-mdx pp
(realworldocaml/mdx#1561, @craigfe).ml
(Fix parts syncing realworldocaml/mdx#156, @Julow)[@@@parts ...]
markers within module definitions (Fix parts parsing realworldocaml/mdx#155, @Julow).ml
file when usingto-ml
direction (Correcting bug preventing promotion of empty ml files realworldocaml/mdx#139, @clecat)--force-output
to.ml
file as well (Tests may ignore an error if no correction is generated when one was wanted realworldocaml/mdx#137, @clecat).corrected
files to be written in some cases (Removed exit preventing promotion in some cases realworldocaml/mdx#136, @clecat)4.09.0
(Compatibility with 4.09 realworldocaml/mdx#133, @xclerc)Removed
infer-timestamp
direction (Remove infer-timestamp direction realworldocaml/mdx#171 @Julow)