Armin Ronacher

Results 153 issues of Armin Ronacher

* [ ] Make `ValueKind` `#[non_exhaustive]`. This prevents adding new value types to it. * [ ] Remove the `ExactSizeIterator` bound for the iterator interface

## Description Originally macros could not leak out of the calling template, which is why the implementation could get away with indexing into the instructions of the state. Now however...

enhancement

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 4.0.30 ### Describe your...

C-enhancement
A-help

### Steps to Reproduce 1. run `rye sync` followed by `rye test` in this repository 2. observe that pytest takes a bloody long time to collect tests 3. hit `ctrl+c`...

bug

This will not record errors by default if a tty is detected. If you want to record anyways do not register the default hook and manually install it with the...

Improvement
Core

Update RON, TOML and CSV to much newer versions of the libraries. This will require a major bump of insta as it changes the snapshot formats but should solve various...

Insta and cargo-insta currently have very limited coverage for behavioral flags which makes it easy to accidentally regress. This relies on manual testing at the moment. Refs #331, #326, #330,...

enhancement

The internal XML parser is able to work with custom entities but the elementtree module does not expose this functionality.

enhancement

The tests included in the `xml` module are pulled from the old `xml-rs` crate. Ideally those get ported to insta for better reviewability of changes.