Scope visibility flags to compression - #1030
Conversation
|
LGTM, only a changelog entry is missing |
|
@valoq thanks for checking it out, I just added the changelog entry 😄 |
|
@valoq in 0.8 I abandoned the CHANGELOG in favor of having an exhaustive list generated by GitHub when making the releases. The problem was that the CHANGELOG was always missing entries, and other projects auto-generate the CHANGELOG with scripts based on PRs. For example, Zed auto-generates from a nicely formatted PR description, if it's malformed the CI complains with an error. I know giving up the CHANGELOG gave me a sunken cost fallacy feel, and I should've consulted you before doing that :/, sorry. But now that it's done I think we need to revert the CHANGELOG change before merging this. |
17df120 to
cc58ef0
Compare
|
@marcospb19 all good don't worry about it! happens 😄 I deleted the commit |
|
Thanks! |
|
wait I was about to merge but I see some commits that aren't really part of your PR, is that by accident 🤔 or did I do something wrong here maybe this wasn't based on main? |
|
@marcospb19 the actual change was only one commit, but the branch picked up unrelated history from my fork. I'll rebase/cherry-pick it onto the current upstream main and force-push a clean branch |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0d02604 to
aa76600
Compare
Summary
--hiddenand--gitignoreto thecompresssubcommanddecompress,list, and the top-level commandTesting
cargo testcargo test --no-default-featurescargo clippy --all-targets --all-features -- -D warningsCloses #327