-
-
Notifications
You must be signed in to change notification settings - Fork 60
[2.1.1] Pending bugfixes #1975
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
Draft
mosteo
wants to merge
24
commits into
release/2.1
Choose a base branch
from
bugfix/2.1
base: release/2.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[2.1.1] Pending bugfixes #1975
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix broken link to Upgrading doc * Break up too long line --------- Co-authored-by: Alejandro R Mosteo <[email protected]>
…1906) * Update test * Fix updating pins with `subdir` which track Alire-generated files
But bootstrap alire with `alire-project/setup-alire`, because alr 2.1.0 was built on Ubuntu 24.04 while we need it on 22.04.
* `alr toolchain`: validate duplicated release args * Revert changes Alire.Meta * `alr toolchain`: fix validate duplicated release args * Alire.Utils: Transform defaults to null
* make version patcher skip updating when commit is identical * style warnings
Fixes the extra length that resulted in spurious empty lines for some commands (mainly when updating dependencies).
* dev: detect pin/submodule mismatches * Fix mismatched pins * Fix ada_toml remote
* Accept but discard [test] table * Test
* Minimal spec for future property * Implementation & Test * Do not leak hidden property
* attempt fixing workflow on aarch64 linux * dev: force macOS 14 macos-latest runner is now macOS 15 which breaks things, yet to diagnose... * fix: force macOS 14 in `ci-toolchain.yml` * dev: remove custom aarch case from `ci-release.yml` * Revert "dev: remove custom aarch case from `ci-release.yml`" This reverts commit 069997e. --------- Co-authored-by: Alejandro R Mosteo <[email protected]>
* Add test * Fix incidental output breaking structured output * Add note to `--format`'s description * Fix typo in test comment Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
|
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These are the bugfixes not yet merged into the latest 2.1 release. This is to verify that tests succeed. Not to be merged until 2.1.1 is actually going to be released.