Eric Huss

Results 734 comments of Eric Huss

If your preprocessor received and emitted an AST instead of markdown, would that make it easier to make transformations? Also, output from the preprocessor could have AST fragments that are...

I'm unsure how difficult this will be. Essentially I think it should give a warning if any particular include rule does not match any files. Since these are gitignore rules,...

Sorry, I'm not able to reproduce. Can you show exactly what you did? What is the output of `cargo --version --verbose`? Does it still reproduce on the latest nightly?

Can you say how you generated this? I do not see cairo as a supported language in highlight.js 10.1. If it isn't one of the built-in languages, I don't think...

> I will go and make a PR inside the `highlight.js` with cairo support, and later on come back here :) Unfortunately that won't help for now, since we are...

Can you say more about how you ended up in a situation where the path wasn't added to PATH? When using build scripts to link native libraries, they should provide...

If possible, I think it would be best to drop the rearrangement commit. This probably isn't the organization we'll land on, and I would prefer to keep these as separate...

> The repeat count of an array expr is a const argument If I'm understanding correctly, we define the array repeat length as a [const expression](https://doc.rust-lang.org/nightly/reference/const_eval.html#r-const-eval.const-expr.const-context) with the limitations defined...