Josh Pschorr
Josh Pschorr
```rust #[test] fn blow_up() { // At the top level, the bad escape character causes an error before I can try to debug format anything let bad_str = r#" "[1-9]\d+"...
--- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Improve AST pretty-printer: - [ ] Add `DISTINCT` for `SELECT` Clause - [x] Fix formatting of `CASE` (fixed by #482) Add AST pretty-print testing: - [x] snapshot testing against known...
--- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Using ``` ion-rs = { version = "1.0.0-rc.6", features = ["experimental"] } ``` It's somewhat difficult (and sometimes not possible unless I'm missing something) to access the `Span` for a...
It seems `Position` is not publicly accessible: https://github.com/amazon-ion/ion-rust/blob/main/src/lib.rs#L181 Using ``` ion-rs = { version = "1.0.0-rc.6", features = ["experimental"] } ``` Given an `IonError`, `err`: This works: ``` let position:...