Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/actions/first-party-zig-deps/pins.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@
# Local development is unaffected: developers build against their own sibling
# checkouts, and this file is read only by the CI action next to it.

# fix(lexer): size the SIMD identifier scan by lane count, not byte size (#625)
zig_js=eba3f7cfb8b32d6d84099b10f0e063fa0e0c53c7
# fix(compat): stop describing ArrayList's layout, and read it instead (#876)
#
# The first pin this file needed for a reason other than "a push to main
# broke us": craft moved to Zig 0.17.0-dev.1963, which appends
# `pointer_stability` to ArrayList, and every zig-js revision before #876
# fails to compile against it. #876 is the fix, verified on both 1963 and
# the 1818 zig-js's own CI pins.
zig_js=f9c2653e06568cd5bece232a45157e3f252f0a4c

# fix(parser): make class-set construction failure-atomic (#20)
zig_regex=cfb24da9f1dd9e759cefec7d6e1dfa094998e9d8
Expand Down
Loading