Andreas Rottmann

Results 18 comments of Andreas Rottmann

Thanks for the report, and sorry for the delay. I can easily fix this issue, by advancing the `idx` in `ConsAccess`, but I'd like to have a unit test for...

Hmm, these are not really panicking, but cause an error to be raised when attempting to (de-)serialize an `u128`/`i128` value. I should add support for 128-bit integer `lexpr::Value`.

> I'm running into two cases regarding number parsing where i'm unsure how to proceed: > > First is `(host pcbnew 5.1.6)`. This results in `5.1` as a float and...

Pretty printing is currently a missing feature. If I understand correctly, you want to use S-expressions for configuration, but the user does not write the config file by herself?

I'd like to have full content in the RSS feed for my blog, and stumbled upon this issue. I'm not sure I'm following what is proposed here, so I have...

There's already an issue requesting the application of the relicensing to `futures-rs`: rust-lang-nursery/futures-rs#901. It seems `futures-rs` is somewhat stalled; this issue is open since May 2018, with no comments to...

Sorry for leaving this unanswered for so long. I've now come to the conclusion/decision that supporting kicad's "flavour" of S-expressions is out of scope for `lexpr`, at least in the...

`serde-lexpr` should probably play the same shenanigans as `serde_json` does, which has extra code to round-trip the location information by [parsing the string](https://github.com/serde-rs/json/blob/a15bd0968639884ec7b73107360d58fd655e2071/src/error.rs#L398) produced by the error's `Display` implementation.

Context: I'm pondering an idea based on `cargo-xtask`, which, in essence, tries to "standardize" a bunch of metadata for `Cargo.toml`, such that at least simple CLI apps can be described...

@epage: thanks for pointing out the existance of `#rust-cli:matrix.org`! Didn't know it existed -- is this advertised somewhere? On , only Discord is mentioned.