JochimMaene
ccsds-ndm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: update winnow requirement from 0.7.14 to 1.0.0 in /ccsds-ndm (#40) * chore: update winnow requirement from 0.7.14 to 1.0.0 in /ccsds-ndm Updates the requirements on [winnow](https://github.com/winnow-rs/winnow) to permit the latest version. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.7.14...v1.0.0) --- updated-dependencies: - dependency-name: winnow dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix CI failure due to winnow tuple limit (#41) * fix: address winnow tuple limit in alt combinator Reduced the maximum number of alternatives in a single `alt` tuple by nesting them, satisfying the 8-element limit in winnow 1.0.1+. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com> * fix: address winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the 8-element limit introduced in winnow 1.0.1+. - Removed `strip = true` from `pyproject.toml` to resolve conflict with `--include-debuginfo` used by `maturin develop` in CI. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com> * fix: address winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the new limit in winnow 1.0.1+. - Moved `strip = true` from `pyproject.toml` to the `--strip` flag in the `just build` recipe. This resolves a conflict where `maturin develop` fails if stripping is enabled while debug info is being generated. - This ensures optimized production builds while keeping development and CI testing working correctly. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com> * fix: winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the new limit introduced in winnow 1.0.1+. - Moved `strip = true` from `pyproject.toml` to the `--strip` flag in the `just build` recipe and the GitHub Actions workflow. This resolves a conflict where `maturin develop` fails if stripping is enabled while debug info is being generated, while ensuring that production release wheels remain optimized and stripped of debug symbols. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com> --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jochim Maene <16223990+JochimMaene@users.noreply.github.com> Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
main
3 days ago
Fix CI failure due to winnow tuple limit (#41) * fix: address winnow tuple limit in alt combinator Reduced the maximum number of alternatives in a single `alt` tuple by nesting them, satisfying the 8-element limit in winnow 1.0.1+. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com> * fix: address winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the 8-element limit introduced in winnow 1.0.1+. - Removed `strip = true` from `pyproject.toml` to resolve conflict with `--include-debuginfo` used by `maturin develop` in CI. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com> * fix: address winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the new limit in winnow 1.0.1+. - Moved `strip = true` from `pyproject.toml` to the `--strip` flag in the `just build` recipe. This resolves a conflict where `maturin develop` fails if stripping is enabled while debug info is being generated. - This ensures optimized production builds while keeping development and CI testing working correctly. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com> * fix: winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the new limit introduced in winnow 1.0.1+. - Moved `strip = true` from `pyproject.toml` to the `--strip` flag in the `just build` recipe and the GitHub Actions workflow. This resolves a conflict where `maturin develop` fails if stripping is enabled while debug info is being generated, while ensuring that production release wheels remain optimized and stripped of debug symbols. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com> --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
dependabot/cargo/ccsds-ndm/winnow-1.0.0
3 days ago
fix: winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the new limit introduced in winnow 1.0.1+. - Moved `strip = true` from `pyproject.toml` to the `--strip` flag in the `just build` recipe and the GitHub Actions workflow. This resolves a conflict where `maturin develop` fails if stripping is enabled while debug info is being generated, while ensuring that production release wheels remain optimized and stripped of debug symbols. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com>
fix-winnow-limit-6974667749535239106
3 days ago
fix: address winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the new limit in winnow 1.0.1+. - Moved `strip = true` from `pyproject.toml` to the `--strip` flag in the `just build` recipe. This resolves a conflict where `maturin develop` fails if stripping is enabled while debug info is being generated. - This ensures optimized production builds while keeping development and CI testing working correctly. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com>
fix-winnow-limit-6974667749535239106
3 days ago
fix: address winnow tuple limit and maturin strip conflict - Nested `alt` combinators in `detect.rs` to satisfy the 8-element limit introduced in winnow 1.0.1+. - Removed `strip = true` from `pyproject.toml` to resolve conflict with `--include-debuginfo` used by `maturin develop` in CI. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com>
fix-winnow-limit-6974667749535239106
3 days ago
fix: address winnow tuple limit in alt combinator Reduced the maximum number of alternatives in a single `alt` tuple by nesting them, satisfying the 8-element limit in winnow 1.0.1+. Co-authored-by: JochimMaene <16223990+JochimMaene@users.noreply.github.com>
fix-winnow-limit-6974667749535239106
3 days ago
Fix OEM KVN covariance section emission (#39) * Fix OEM KVN covariance section emission * Bump crate versions to 0.0.9 * Sort Rust and Python binding files during collection
main
1 month ago
Sort Rust and Python binding files during collection
fix/oem-kvn-covariance-block
1 month ago
Latest Branches
CodSpeed Performance Gauge
0%
chore: update winnow requirement from 0.7.14 to 1.0.0 in /ccsds-ndm
#40
3 days ago
9d30fb4
dependabot/cargo/ccsds-ndm/winnow-1.0.0
CodSpeed Performance Gauge
0%
Fix CI failure due to winnow tuple limit
#41
3 days ago
6d98732
fix-winnow-limit-6974667749535239106
CodSpeed Performance Gauge
0%
Fix OEM KVN covariance section emission
#39
1 month ago
195882b
fix/oem-kvn-covariance-block
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs