Skip to content

Commit cb9c545

Browse files
Merge pull request #387 from Leonidas-from-XIV/mdx-markers
Add prefix of the `part-end` delimiter to the `part`
2 parents d7fb2b7 + fc7bf20 commit cb9c545

20 files changed

+270
-292
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
- Report errors and exit codes of toplevel directives (#382, @talex5,
1717
@Leonidas-from-XIV)
1818
- Fix block locations in error reporting (#389, @NathanReb)
19+
- Include the content of the line that features the `part-end` MDX directive in
20+
the output, before that line would've been dropped (#374, #387,
21+
@Leonidas-from-XIV)
1922

2023
#### Removed
2124

lib/mdx.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module Cram = Cram
2323
module Deprecated = Deprecated
2424
module Document = Document
2525
module Toplevel = Toplevel
26-
module Ocaml_delimiter = Ocaml_delimiter
2726
module Part = Part
2827
module Block = Block
2928
module Mli_parser = Mli_parser

lib/mdx.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module Cram = Cram
2929
module Deprecated = Deprecated
3030
module Document = Document
3131
module Toplevel = Toplevel
32-
module Ocaml_delimiter = Ocaml_delimiter
3332
module Part = Part
3433
module Block = Block
3534
module Mli_parser = Mli_parser

lib/ocaml_delimiter.ml

Lines changed: 0 additions & 96 deletions
This file was deleted.

lib/ocaml_delimiter.mli

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)