Debian Patches
Status for rust-naga/29.0.3-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 32-bit-test-errors.patch | not-needed | 2026-05-08 | ||||
| bit-set-0.8.patch | Relax bit-set to v0.8 | Nadzeya Hutsko <nadzya.info@gmail.com> | not-needed | 2026-05-08 | ||
| codespan-reporting-0.12.patch | Relax codespan-reporting to v0.12 | Nadzeya Hutsko <nadzya.info@gmail.com> | not-needed | 2026-05-08 | ||
| petgraph-0.6.patch | Support petgraph 0.6 by removing custom hasher from GraphMap petgraph 0.6 does not support the fourth generic parameter (custom hasher S) on GraphMap, so drop it and use the default hasher instead. |
Nadzeya Hutsko <nadzya.info@gmail.com> | not-needed | 2026-05-09 | ||
| relax-deps.patch | Relax dependency versions | Nadzeya Hutsko <nadzya.info@gmail.com> | not-needed | 2026-05-09 | ||
| fix-arbitrary-feature-tests.patch | Link std when the arbitrary feature is enabled derive(Arbitrary) generates code using ::std::thread_local!, which requires std to be linked. Add the arbitrary feature to the std cfg alias condition in build.rs so that std is available when needed |
Nadzeya Hutsko <nadzya.info@gmail.com> | yes | 2026-05-09 | ||
| fix-glsl-feature-tests.patch | Remove std-dependent code from GLSL front-end tests The GLSL parser test file used `use std::println` and a bare `println!()` call in a no_std crate context where std is not linked. Remove both, the println!() printed only an empty line and has no test value |
Nadzeya Hutsko <nadzya.info@gmail.com> | yes | 2026-05-09 |
