Tamir Duberstein

Results 362 comments of Tamir Duberstein

Can you give a runnable example? I don't understand why it isn't possible to serialize any sequence as a JSON array and to deserialize any JSON array as a list.

This isn't a bug. The panic comes from clap [here](https://github.com/clap-rs/clap/blob/a726733dcee3411975112e2a8d50b0b9c9d947de/src/app/parser.rs#L181-L184) and only happens when debug assertions are enabled. When they aren't enabled, the code proceeds to the alternative error path...

> I see a couple things: > > * This is a warning so it shouldn't cause anything to fail unless you've enabled warnings as errors. You can squelch this...

By the way, after suppressing the warning I get a new failure mode when I run the tests for the second time. EDIT: [gist](https://gist.github.com/tamird/8eb2e9311216eedd775b8e2df386d426)

I haven't - I'm on pytest 8.2.2. What would it take to make this compatible with pytest 8?

There is https://github.com/anakryiko/btfdump.