Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jj 0.13.0 #158972

Merged
merged 2 commits into from
Jan 5, 2024
Merged

jj 0.13.0 #158972

merged 2 commits into from
Jan 5, 2024

Conversation

Porkepix
Copy link
Contributor

@Porkepix Porkepix commented Jan 4, 2024

Created by brew bump


Created with brew bump-formula-pr.

release notes
### Breaking changes
  • jj git fetch no longer imports new remote branches as local branches. Set
    git.auto-local-branch = true to restore the old behavior.

New features

  • Information about new and resolved conflicts is now printed by every command.

  • jj branch has gained a new rename subcommand that allows changing a branch
    name atomically. jj branch help rename for details.

Fixed bugs

  • Command aliases can now be loaded from repository config relative to the
    current working directory.
    #2414

Contributors

Thanks to the people who made this release happen!

  • Austin Seipp (@thoughtpolice)
  • Essien Ita Essien (@essiene)
  • Gabriel Scherer (@gasche)
  • Ilya Grigoriev (@ilyagr)
  • Martin von Zweigbergk (@martinvonz)
  • Philip Metzger (@PhilipMetzger)
  • Waleed Khan (@arxanas)
  • Yuya Nishihara (@yuja)

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 4, 2024
@chenrui333
Copy link
Member

  Missing libraries:
    libgit2.so.1.7

@chenrui333 chenrui333 added CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. bump-formula-pr PR was created using `brew bump-formula-pr` and removed bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 4, 2024
@Porkepix
Copy link
Contributor Author

Porkepix commented Jan 4, 2024

If a dependency is missing, why were some jobs passing while another one failed?

@ZhongRuoyu ZhongRuoyu force-pushed the bump-jj-0.13.0 branch 2 times, most recently from 206d619 to f13fd7c Compare January 5, 2024 04:33
@ZhongRuoyu
Copy link
Member

ZhongRuoyu commented Jan 5, 2024

If a dependency is missing, why were some jobs passing while another one failed?

Because on macOS a vendored libgit2 was used instead. It would presumably fail if LIBGIT2_NO_VENDOR was set.

I pushed a change to check library linkage to prevent Cargo from silently vendoring those deps again like we do for many other Rust formulae.

Co-authored-by: Rui Chen <[email protected]>
Co-authored-by: Ruoyu Zhong <[email protected]>
Copy link
Contributor

github-actions bot commented Jan 5, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 5, 2024
@BrewTestBot BrewTestBot enabled auto-merge January 5, 2024 06:57
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 5, 2024
Merged via the queue into Homebrew:master with commit 61aaee8 Jan 5, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants