Kat Marchán
Kat Marchán
Do you have any benchmarks about how this might affect orogene in particular?
You should be able to downcast any `Report` into a `dyn Diagnostic`, and then call `.source_code()` on it, to get the source code, if available.
I finally got some time to look at this and: this isn't the v2 parser doing this. It's the v1 parser. How are you parsing this file? Only KDL >6.0.0...
I think I would consider editorconfig support in the main API itself to be out of scope. We don’t even deal with files! Where I do think it makes sense...
This should be functionality as part of `KdlDocument::fmt` &co. Since they're not configurable, I think a good default is "detect existing newlines and use the first one you find. Otherwise,...
Update: This is related to https://github.com/kdl-org/kdl-rs/issues/85 and should probably use the same strategy: allowing newline configuration with a `FormatConfig` object.
...actually I'm not sure what this is about? I'll leave it open in case I find out later lol
oh no yeah it's broken the test was just disabled
uggghhh yes I thought I'd made them `q-ws+` already. It's very much written with the intention that you can use whitespace to disambiguate. And yes, as you say, `>> >>...