Jeong, YunWon
Jeong, YunWon
This is failing on macos
Another similar false positive case: ```rust fn main() { let slice = &[1, 2, 3]; let _ = if true { // suggestion: slice.iter().copied() slice.to_vec().into_iter() } else { vec![1].into_iter() };...
Yes, we are not following up this feature yet, sorry. RustPython is considering to move on Ruff's python parser. If it is successful, I doubt RustPython team will put effort...
`test_bytes` is not passing ``` ====================================================================== FAIL: test_istitle (test.test_bytes.ByteArrayAsStringTest.test_istitle) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/RustPython/RustPython/pylib/Lib/test/string_tests.py", line 968, in test_istitle self.checkequal(False, 'Not--a Titlecase String', 'istitle') File "/home/runner/work/RustPython/RustPython/pylib/Lib/test/string_tests.py", line 68,...
Cargo.lock is removed
Cargo.lock must not be removed
@emilio Thank you for the review! I updated the both PRs
@emilio Could you check it again?
I updated my local patch to this branch. It worked well for the project.