chumsky icon indicating copy to clipboard operation
chumsky copied to clipboard

docs.rs links to GH files appear broken

Open inferiorhumanorgans opened this issue 1 year ago • 1 comments

For the alpha7 pages at least:

e.g. On this section:

https://docs.rs/chumsky/1.0.0-alpha.7/chumsky/index.html#example-brainfuck-parser

The link to brainfuck.rs is: https://github.com/zesterer/chumsky/blob/VERGEN_IDEMPOTENT_OUTPUT/examples/brainfuck.rs

inferiorhumanorgans avatar May 19 '24 04:05 inferiorhumanorgans

Quick addendum, this seems confusing:

https://docs.rs/chumsky/1.0.0-alpha.7/chumsky/trait.Parser.html#method.ignore_with_ctx

"If you don’t need the context in the output, use Parser::then_with_ctx."

https://docs.rs/chumsky/1.0.0-alpha.7/chumsky/trait.Parser.html#method.then_with_ctx

"If you don’t need the context in the output, prefer Parser::ignore_with_ctx."

inferiorhumanorgans avatar May 19 '24 07:05 inferiorhumanorgans