Jonathan Rotter

Results 16 comments of Jonathan Rotter

Here's the download for people looking for 1.4.8.0: https://www.bosch-sensortec.com/software-tools/software/previous-bsec-software-versions/ Works as of Aug 24, 2023

~~I'd like to look at getting `os.fwalk` implemented~~ Edit: Looks like its already implemented in `os.py`, even though `whats_left.py` still shows it as missing.

are you working on this right now? Otherwise I would like to take a stab at this and see if I get anywhere.

There seems to be a rustfmt/clippy issue with `wasm/lib/src/convert.rs`, but this PR doesn't modify the file. However the test also passes in main, so I'm not sure where the error...

Oh I didn't realize this because I was using `traceback.print_exc()` while debugging instead of letting it bubble to the top, and it already does the right thing. I'll look at...

I've started working on altering how SyntaxError is printed to more closely resemble CPython. It's a work in progress right now, but it already points to the right place: ```...

Looks like another test works now: `test_filename_in_syntaxerror` in `Lib/test/test_fstring.py`

I don't know if this is already known, but I just wanted to add to the 3.12 typing discussion that if not running in release mode, syntax like `def foo[T]():...

Currently trying to figure out how to make `extra_tests/snippets/syntax_async.py` work

On a sidenote, it looks like there is a current bug in branch main related to `extra_tests/snippets/syntax_async.py`, where if one tries to print out the list `tasks` or access an...