Noa
Noa
This isn't actually a backwards-compatible change - the old `cargo-config` is now completely overriden, even when `-Zunstable-options` isn't passed.
What if, instead of manually having the cfg for every instantiation, there was a function on `blinds::Window` like `fn gl_initializer(&self) -> {impl FnMut(&str) -> *const c_void OR web_sys::WebGLRenderingContext}` and a...
I fixed this by running `pacman-key --lsign-key A47D45A1`.
@bigov `pacman-key --lsign-key F40D263ECA25678A`?
This happens for me as well, same log output.
(using PyAtomic instead of AtomicCell would fix the provenance errors in miri)
Also, `vm.frames` should definitely be made private now, since it's now a safety thing that a frame cannot be popped off the frame stack + dropped before it's fully done...
I think that would be cool, and it would probably require getting the test results in a machine readable format like TAP. It seems like [tappy](https://github.com/python-tap/tappy) works perfectly fine on...
I don't know if it makes sense to have them in the same dashboard, since the regrtests are tests that get run and are well structured, while the whats_left script...
Well yeah, sort of; all whats_left.sh does is diff the list of standard library modules and the `dir()` outputs of them, and see what CPython has that RustPython doesn't. It...