Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: basil/ptools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.19
Choose a base ref
...
head repository: basil/ptools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.20
Choose a head ref
  • 2 commits
  • 31 files changed
  • 2 contributors

Commits on Mar 19, 2026

  1. Move test helpers back to examples, use snapbox for build-dir compati…

    …bility
    
    Reverts the approach from 8161006 which moved test helpers to src/bin/
    with package.exclude. That broke Fedora RPM builds which run cargo test
    from the unpacked .crate tarball where excluded files are missing.
    
    Instead, keep test helpers as [[example]] targets (included in the crate,
    not installed by cargo install) and use snapbox::cmd::compile_example to
    locate them reliably regardless of Cargo's build directory layout.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    basil and claude committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    f511510 View commit details
    Browse the repository at this point in the history
  2. 0.2.20

    basil committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    4a37e92 View commit details
    Browse the repository at this point in the history
Loading