-
Notifications
You must be signed in to change notification settings - Fork 74
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
chore: Release 2024-10-22 #2602
Merged
Merged
Conversation
This file contains 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
gibson042
approved these changes
Oct 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
- @endo/bundle-source@3.4.2 - @endo/captp@4.4.1 - @endo/check-bundle@1.0.11 - @endo/cli@2.3.4 - @endo/common@1.2.7 - @endo/compartment-mapper@1.3.1 - @endo/daemon@2.4.4 - @endo/errors@1.2.7 - @endo/evasive-transform@1.3.2 - @endo/eventual-send@1.2.7 - @endo/exo@1.5.5 - @endo/far@1.1.7 - @endo/import-bundle@1.3.1 - @endo/init@1.1.6 - @endo/lockdown@1.0.12 - @endo/lp32@1.1.7 - @endo/marshal@2.0.0 - @endo/memoize@1.1.7 - @endo/module-source@1.1.1 - @endo/nat@5.0.12 - @endo/netstring@1.0.12 - @endo/pass-style@2.0.0 - @endo/patterns@2.0.0 - @endo/promise-kit@1.1.7 - ses@1.9.1 - @endo/ses-ava@1.2.7 - @endo/skel@1.1.7 - @endo/stream@1.2.7 - @endo/stream-node@1.1.7 - @endo/stream-types-test@1.0.12 - @endo/test262-runner@0.1.42
kriskowal
force-pushed
the
release-2024-10-22-18-29-47
branch
from
October 22, 2024 19:48
a8962e7
to
c242c28
Compare
This was referenced Oct 22, 2024
kriskowal
added a commit
that referenced
this pull request
Oct 22, 2024
In #2602, we erroneously published 2.0 versions of pass-style and patterns. This release recouples these to their 1.x trains, and propagates that version selector to the dependent packages. We are losing continuity of a published patch version number, but the computers and I are beyond caring.
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.
@endo/marshal
v1.6.0compareRank
now short-circuits upon encountering remotables to compare, considering the inputs to be tied for the same rank regardless of what would otherwise be visited later in their respective data structures. This ensures that afullCompare
which does distinguish remotables will be a refinement ofcompareRank
, rather than disagreeing about whether or not two values share a rank (#2588).This change is a bug fix for all purposes off-chain, but will frustrate deterministic replay. So, because of this change and probably many others, the supervisor bundle of vats on chain will need to be created from historical versions, not according to the semantic version of the library.