Kat Marchán

Results 641 comments of Kat Marchán

> Is this the same as the issue I just encountered? > > ``` > > 3.239125959s DEBUG ]8;;https://docs.rs/oro-client/0.3.33/oro_client/enum.OroClientError.html#variant.BadJson\oro_client::bad_json (link)]8;;\ > > > > × Received some unexpected JSON. Unable...

@LHolten `type string #null`

> Also something you may have already thought about, but a massive part of the KDL validation I've been doing is maybe something I saw a comment referring to "cross-validation"...

> Finally (for today), is the plan to have a working validator implementation before stabilizing the schema? It would be very very helpful to actually test writing some real schemas,...

kdl-rs is also written with a parser combinator library. It handles the backtracking just fine imo

https://github.com/kdl-org/kdl-rs/blob/main/src/v2_parser.rs#L1253-L1366 Here’s the raw string impl

@tabatkins honestly the most heartbreaking thing about all this to me is that I can't have `123u32` and such :( Gotta do `123#u32`

@bgotink does this align with your understanding/experience/what you did in your lib?

alright, tests added. This is ready for final review.

Uggghhhhh. That makes sense. Looks like we’re gonna need to be more specific what order things run in. I have an idea for the grammar.