| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -113,6 +113,7 @@ | |
| "pytype", | ||
| "reducelib", | ||
| "richcompare", | ||
| "rustix", | ||
| "RustPython", | ||
| "significand", | ||
| "struc", | ||
| Expand Down | ||
| Back | FazBrowse Home | New Git URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality⚠️ Potential issue | 🟡 Minor
🧩 Analysis chain🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 1256
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 47
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 681
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 1057
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 2602
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 3899
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 129
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 231
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 4289
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 47
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 1885
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 4296
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 47
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 47
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 979
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 286
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 238
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 1029
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 47
🏁 Script executed:
Repository: RustPython/RustPython
Length of output: 47
Run sandbox snippets via cargo run instead of direct binary execution.
The smoke test should follow the project guideline for extra_tests/snippets/** tests: use cargo run with debug mode for faster compilation. Additionally, add the compiler feature to the build step for consistency with the check step above it.
🔧 Suggested update- name: check compilation without host_env (sandbox mode) run: | cargo check -p rustpython-vm --no-default-features --features compiler cargo check -p rustpython-stdlib --no-default-features --features compiler - cargo build --no-default-features --features stdlib,importlib,stdio,encodings,freeze-stdlib + cargo build --no-default-features --features stdlib,importlib,stdio,encodings,freeze-stdlib,compiler if: runner.os == 'Linux' - name: sandbox smoke test run: | - target/debug/rustpython extra_tests/snippets/sandbox_smoke.py - target/debug/rustpython extra_tests/snippets/stdlib_re.py + cargo run --no-default-features --features stdlib,importlib,stdio,encodings,freeze-stdlib,compiler -- extra_tests/snippets/sandbox_smoke.py + cargo run --no-default-features --features stdlib,importlib,stdio,encodings,freeze-stdlib,compiler -- extra_tests/snippets/stdlib_re.py if: runner.os == 'Linux'Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.