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

chore: Release 2024-10-22 #2602

Merged
merged 3 commits into from
Oct 22, 2024
Merged

chore: Release 2024-10-22 #2602

merged 3 commits into from
Oct 22, 2024

Conversation

kriskowal
Copy link
Member

@kriskowal kriskowal commented Oct 22, 2024

@endo/marshal v1.6.0

  • compareRank 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 a fullCompare which does distinguish remotables will be a refinement of compareRank, 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.

@kriskowal kriskowal requested a review from gibson042 October 22, 2024 18:39
Copy link
Contributor

@gibson042 gibson042 left a 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 kriskowal force-pushed the release-2024-10-22-18-29-47 branch from a8962e7 to c242c28 Compare October 22, 2024 19:48
@kriskowal kriskowal enabled auto-merge October 22, 2024 19:50
@kriskowal kriskowal disabled auto-merge October 22, 2024 19:50
@kriskowal kriskowal enabled auto-merge October 22, 2024 19:50
@kriskowal kriskowal merged commit bd9dc83 into master Oct 22, 2024
15 checks passed
@kriskowal kriskowal deleted the release-2024-10-22-18-29-47 branch October 22, 2024 19:59
kriskowal added a commit that referenced this pull request Oct 22, 2024
…1.x train (#2604)

In #2602, we inadvertently bumped the
major versions for patterns and pass-style (while manually intervening
in Lerna’s release process to avoid a major version bump for marshal)

In this change, we retroactively resume the 1.x train for these two
packages.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants