fix(deps): update rust crate rhai to ~1.26.0 - #10112
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: cd106de57496e197cd99cbd4 ✅ AI Style Review — No Changes DetectedNo MDX files were changed in this pull request. Review Log: View detailed log
|
Contributor
|
@renovate[bot], please consider creating a changeset entry in |
This file contains hidden or 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
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.
This PR contains the following updates:
~1.25.0→~1.26.0Important
Rhai updates can cause breaking changes for users. Make sure to add a
feat_-prefixed changeset to alert users of the upgrade!Release Notes
rhaiscript/rhai (rhai)
v1.26.0==============
The major change in this version is the addition of the experimental Rhai Grain bytecodes compiler
and VM for fast evaluation of scripts.
This is a work-in-progress and is not yet fully integrated into the main
EngineAPI.It is gated under the
grainfeature flag.Rhai Grain VM
grainfeature) for fast evaluation of scripts (thanks@ImTheSquid#1109).Bugs found in the process
Since the Rhai Grain VM must run a script exactly the same as the standard AST interpreter, a number of bugs have been uncovered that are now fixed.
#1126).#1139).switchstatement that fails to try ranges when all conditions of exact matches fail (#1117).switchstatement that fails to match shared values (#1123).#1114).Bug fixes
Engine::compact_scriptthat generates invalid compacted scripts due to missing spaces between ambiguous operators (thanks@yuvalrakavy#1106).Enhancements
BloomFilterU64is modified to take the sizes of the bit array as aconstgeneric parameter instead of hard-coded to be 256 slots (32 bytes).serdeandmetadatafeatures can now be used inno-stdbuilds (#1130).no-stdbuilds for WASM (#1155).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.