RustPython
RustPython copied to clipboard
Refactor, remove symlink pylib/Lib -> Lib and moved path
Overview
refactor: reorganized Lib folder structure and updated symlinks
- moved
Libtopylib/Liband inverted the symlinks accordingly - tested using
pdc.shbefore and after the refactor - no functional changes, only path adjustments
pdc.sh log before refactor
== Tests result: FAILURE ==
292 tests OK.
2 tests failed:
test_rlcompleter test_support
14 tests skipped:
test_android test_audit test_compile test_ctypes test_devpoll
test_kqueue test_multiprocessing_main_handling test_smtpnet
test_socketserver test_sqlite3 test_urllib2net test_urllibnet
test_winapi test_zipfile64
Total duration: 19 min 22 sec
Tests result: FAILURE
./pdc.sh: riga 49: pytest: comando non trovato
*********************
PDC failed
Fail cargo clippy --all -- -Dwarnings
Fail cargo test --all
Fail cargo run --release -- -m test -v
Fail pytest
pdc.sh log after refactor
----------------------------------------------------------------------
Ran 2 tests in 0.001s
OK (skipped=2)
test_zoneinfo passed
== Tests result: FAILURE ==
292 tests OK.
2 tests failed:
test_rlcompleter test_support
14 tests skipped:
test_android test_audit test_compile test_ctypes test_devpoll
test_kqueue test_multiprocessing_main_handling test_smtpnet
test_socketserver test_sqlite3 test_urllib2net test_urllibnet
test_winapi test_zipfile64
Total duration: 17 min 54 sec
Tests result: FAILURE
./pdc.sh: riga 49: pytest: comando non trovato
*********************
PDC failed
Fail cargo clippy --all -- -Dwarnings
Fail cargo test --all
Fail cargo run --release -- -m test -v
Fail pytest
recommitted #5746 because i have not the permission to reopen pull requests
GH Actions needs to be patched, because it expects Lib/. Additionally this has to be rebased over main due to conflicts.
Switching using Rust path references is a quicker and more stable solution