Results 29 comments of Shahar Naveh

Just for clarification which link is the "correct" link to point to? should both upper and the bottom links redirect to ```https://pandas.io/getting_started.html``` or to ```https://pandas.io/docs/getting_started/index.html```?

> any objection to me taking on this work @reactive-firewall you can comment the word `take` and this issue will be assigned to you

> So first thing I discovered, is that pulling the rustpython repo from it's tip (e.g. main) will be problomatic, it is quite possible to just fail to compile before...

> I plan to handle this by adding optional inputs to the reusable workflow I'm developing. These inputs would allow us to bypass caching (which I intend to have as...

> could anyone clarify why Lib/test/libregtest and Lib/test/support cause issues? There are some patches that makes it work ATM, there will be incompatibility issues if you were to do some...

From what I can tell this is because: https://github.com/RustPython/RustPython/blob/aea956d6011c22084c6794c7d25ea219a1ae7bd6/crates/vm/src/stdlib/posix.rs#L416-L417 when it should just return `false` on error (or just on file not found error?)

@jackoconnordev I've dug a bit more and it seems that we need a failable sorting mechanism. maybe try to use something like https://docs.rs/try-partialord/latest/try_partialord/

@youknowone can you please take a look? feel free to close it if you think this change is not worth doing

> But I am open to follow the convention if this is a well-known good practice. It's not an official convention, or a "good practice" or a "bad practice", but...

> I'm in favor of reorganizing everything into a `crates/` directory, since when the project first started I think there was much less of a consensus in the Rust community...