Kat Marchán
Kat Marchán
Try `eprintln!("{:?}", err.into_diagnostic())`, iirc
@zmitchell you're not calling `.into_diagnostic()`. The graphical printer is on `Report`'s `Debug` impl, so you first need to turn your error into a `Report`.
Yeah I guess the naming is weird. What it actually does it get you a `Report` :)
I think a good test for where `/-` should go is whether we would also allow comments in there. Would `prop = /-foo bar` not make sense, but `prop =...
The latter is definitely a bigger concern. I'm not sure what to do about that ambiguity: you definitely should be able to slashdash entire props...
So thinking about it, what we want is for slashdash to work in exactly three places: 1. On a node 2. On a node children block (before the {) 3....
idk. Personally, I'm willing to live with that, even though it's a bit weird.
lol looking into making this change, this is what the spec actually says _already_: ```md * A [Node](#node) name (or its type annotation): the entire Node is treated as Whitespace,...
PR over here: https://github.com/kdl-org/kdl/pull/407
I do not personally feel particularly attached to CC-BY-SA, but I don’t speak for all maintainers. Personally, I liked that license because it would prevent people from forking without allowing...