Jeong, YunWon

Results 849 comments of Jeong, YunWon

Recently @arihant2math wrote a helpful script Could you try this script? https://github.com/RustPython/RustPython/blob/main/scripts/fix_test.py

To be honest, I haven’t thought very deeply about this issue, so I believe others who have considered it more seriously are better positioned to discuss it. First, I haven't...

Actually I feel like that's the opposite. These libraries are key and essential part of Python version upgrade and compatibility - site - test.support - importlib - unittest They are...

Since UTF16 is unpopular codecs these days, I'd like to keep it as python implementation to reduce code to maintain. Here is another encoding work unfinished about UTF32 #5800

Interesting. probably we'd better to directly call access for unix. https://github.com/python/cpython/blob/v3.14.1/Modules/posixmodule.c#L3302-L3391

I am personally not a fan of that structure when a project is a single build system based. For RustPython, we only use `cargo`. Also it only has `Lib` to...

I also see lots of other projects use the prefix on directories. That looks actually more major convention than `crates/` directory. I vote for putting prefix to be aligned to...

#6234 is also pending by this. @coolreader18 Could you please share a few examples `crates/common` is also a widely-accepted convention for modern rust projects? To make things clear, I support...

@coolreader18 Thank you for references. @ShaharNaveh That sounds good. My taste was not the first priority, but I also prefer to use short path for daily tasks.