Jack O'Connor
Jack O'Connor
I think this would be useful (for what that's worth 😛)
I'd imagine the code of conduct covers the valuable human insight portion already too?
That's amazing it's on the way soon! I was just watching this video https://m.youtube.com/watch?v=IK_mjDqGUYE about Git Worktrees and came straight here and it sounds so useful 😁
I've encountered this problem too when following the instructions in [DEVELOPMENT.md](https://github.com/RustPython/RustPython/blob/main/DEVELOPMENT.md). There is a [recent open issue in tov/libffi](https://github.com/tov/libffi-rs/issues/111#issuecomment-2788542385)-rs where @arihant2math and one other user mentioned they could help maintain...
statistics.py completed as part of https://github.com/RustPython/RustPython/pull/6030
I think if this was Rust < 1.81.0 this might actually pass https://users.rust-lang.org/t/panic-on-sort-of-f32-s-with-f32-total-cmp-in-1-81-0/117675
Hi @topcoco 👋. Can you please provide a script which works in CPython but not in RustPython for the situation you are describing? If you know in advance a function...
#6096 is a rough implementation (missing exception handling and not passing CI) **where the same 1,000,000 random list is sorted in under 1 seconds instead of 16 minutes**. Still slower...
I want to try get importlib (and possibly zip) updated first before trying these failing tests again
I'm not sure why Windows only is failing :face_with_diagonal_mouth: