chore: bump daachorse from 3.0.2 to 4.0.0 - #121
Conversation
Bumps [daachorse](https://github.com/daac-tools/daachorse) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/daac-tools/daachorse/releases) - [Commits](daac-tools/daachorse@v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: daachorse dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 51020c791d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| [dependencies] | ||
| daachorse = "3.0.2" | ||
| daachorse = "4.0.0" |
There was a problem hiding this comment.
Add a changeset for the runtime dependency bump
This changes crates/core/Cargo.toml, which is part of the published Rust engine used by the native/WASM package, but the commit only updates Cargo metadata and adds no new .changeset entry. That leaves the release PR without a record of the runtime dependency change, and the repository release policy requires a real changeset or an explicit empty one for this case; add the appropriate changeset with the daachorse bump summary.
Useful? React with 👍 / 👎.
|
|
||
| [dependencies] | ||
| daachorse = "3.0.2" | ||
| daachorse = "4.0.0" |
There was a problem hiding this comment.
Version the prepared automata format with this bump
This major daachorse update changes the upstream serialize/deserialize layout that our prepare/toPrepared bytes embed under the existing PREPARED_VERSION = 1. For users who cache prepared bytes from the current package and then upgrade, fromPrepared will still accept the Stella header/version and only fail while decoding the raw daachorse payload; either keep the old dependency, add backward compatibility, or bump/communicate the prepared format so the native and WASM public runtime surfaces stay in sync.
Useful? React with 👍 / 👎.
Bumps daachorse from 3.0.2 to 4.0.0.
Release notes
Sourced from daachorse's releases.
Commits
ddf6820Add profile-guided layout optimization (PGLO) feature (#149)84a8854perf: Separate fail edges in leftmost search (#147)6f410b3Add root table for efficient transition (#146)fc4cdb8Bump version from 3.0.2 to 3.0.3 (#145)3637308perf: Improve EdgeMap (#144)85d55b3Use Cell instead of RefCell (#143)63cd91eUsesort_unstable_by_key()instead ofsort_by_key()(#142)1f177e2Add versioning rules (#141)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)