-
Notifications
You must be signed in to change notification settings - Fork 73
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: mhx/dwarfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mhx/dwarfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 28 files changed
- 1 contributor
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 26ac7a8 - Browse repository at this point
Copy the full SHA 26ac7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418e35b - Browse repository at this point
Copy the full SHA 418e35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a91bc - Browse repository at this point
Copy the full SHA f7a91bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e485d6 - Browse repository at this point
Copy the full SHA 2e485d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b53b37 - Browse repository at this point
Copy the full SHA 8b53b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3e370 - Browse repository at this point
Copy the full SHA ff3e370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4fac1 - Browse repository at this point
Copy the full SHA 2a4fac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cce108a - Browse repository at this point
Copy the full SHA cce108aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf1e0fa - Browse repository at this point
Copy the full SHA bf1e0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2151f6b - Browse repository at this point
Copy the full SHA 2151f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d97569 - Browse repository at this point
Copy the full SHA 3d97569View commit details -
fix(filesystem_writer): segfault on bad_compression_ratio_error
When recompressing a filesystem where some blocks cannot be compressed using the selected algorithm because of a `bad_compression_ratio_error`, the resulting `block` was left empty after the refactoring done in 06f8728. It's a really easy fix, pretty much just doing what the code did before the refactor: initialize `block` with the decompressed data before attempting to compress it. Since `clang-format` reformatted the whole lambda after the change, I've pulled the lamdba body out into a separate function, which makes this change much bigger than it is.
Configuration menu - View commit details
-
Copy full SHA for 246d070 - Browse repository at this point
Copy the full SHA 246d070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05652ae - Browse repository at this point
Copy the full SHA 05652aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 612fc42 - Browse repository at this point
Copy the full SHA 612fc42View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61ddf9 - Browse repository at this point
Copy the full SHA c61ddf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4598bd - Browse repository at this point
Copy the full SHA c4598bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73fdfc8 - Browse repository at this point
Copy the full SHA 73fdfc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 388a660 - Browse repository at this point
Copy the full SHA 388a660View commit details -
Configuration menu - View commit details
-
Copy full SHA for b67d6c4 - Browse repository at this point
Copy the full SHA b67d6c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af8c59 - Browse repository at this point
Copy the full SHA 3af8c59View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.3...v0.12.4