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: apathetic-tools/zipbundler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: apathetic-tools/zipbundler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 15, 2025

  1. fix(test): resolve output filename conflict in test_output_default_ex…

    …tension
    
    The test was using 'myapp' as the output filename, which conflicted with
    the 'myapp' directory created by the simple_package fixture in the same
    tmp_path. This caused the zipapp build to fail when trying to open a
    directory as a file.
    
    Changed the output filename to 'output' to avoid the conflict.
    
    Fixes: Test failure in test_output_default_extension
    InertSloth committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    5971a60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80c707 View commit details
    Browse the repository at this point in the history
Loading