Skip to content

[biome] Update to version to 2.4.8#13366

Merged
giordano merged 5 commits into
JuliaPackaging:masterfrom
mortenpi:patch-2
Mar 24, 2026
Merged

[biome] Update to version to 2.4.8#13366
giordano merged 5 commits into
JuliaPackaging:masterfrom
mortenpi:patch-2

Conversation

@mortenpi
Copy link
Copy Markdown
Contributor

This is the currently latest version. This was originally held back because we didn't have a new enough Rust toolchain here (x-ref: #12543 (comment)).

Comment thread B/biome/build_tarballs.jl Outdated
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
@mortenpi mortenpi marked this pull request as ready for review March 23, 2026 09:44
Comment thread B/biome/build_tarballs.jl Outdated
# "39c685ea028d5dd8db101b93c96a0956fb6f7846da93caa49231a62c612daa77"),
ArchiveSource("https://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@2.0.6.tar.gz",
"52d5e449346bfb15855a3bac85ba5d43b81d0fb1a99be9d4b7dca8c51521404c"),
ArchiveSource("https://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@$(version).tar.gz",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait a second, now, that I look more closely to this URL: this is an autogenerated tarball? We don't allow them, how's this not failing: https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/6a5740caa748622f8cae11b437d93946b2dda145/src/Sources.jl#L29?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be a GitSource instead?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it's not clear to me why this isn't erroring

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, the release is called @biomejs/biome@2.4.8, that has an extra / and it screws up the pattern matching

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how's this not failing

As far as I can tell, in this case the tag has a / in it (@biomejs/biome@2.4.8) so the last [^/]+ doesn't match the tag. Should be replaced with just .+?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread B/biome/build_tarballs.jl Outdated
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
@giordano giordano merged commit c9aa511 into JuliaPackaging:master Mar 24, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants