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

fix(deps): update rust crate rhai to v1.21.0 #1053

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2025

This PR contains the following updates:

Package Type Update Change
rhai (source) dependencies minor 1.20.1 -> 1.21.0

Release Notes

rhaiscript/rhai (rhai)

v1.21.0

Compare Source

==============

Bug fixes

  • Fixed bug in raw strings (thanks @benatkin 944).
  • get_fn_metadata_list function is marked volatile.
  • no-std plus sync should now build correctly (thanks stargazing-dino 947).

New Features

  • It is possible to create a function pointer (FnPtr) which binds to a native Rust function or closure via FnPtr::from_dn and FnPtr::from_dyn_fn. When called in script, the embedded function will be called (thanks @makspll 952).

Enhancements

  • The methods call_fn, call_native_fn, call_fn_raw and call_native_fn_raw are added to EvalContext (thanks @rawhuul 954).
  • A new internals function, Engine::collect_fn_metadata, is added to collect all functions metadata. This is to facilitate better error reporting for missing functions (thanks therealprof 945).

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the area/dependencies Pull requests that update a dependency file label Jan 25, 2025
@renovate renovate bot requested a review from a team as a code owner January 25, 2025 06:08
Copy link

codecov bot commented Jan 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.58%. Comparing base (717a30f) to head (de8aff2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1053   +/-   ##
=======================================
  Coverage   63.58%   63.58%           
=======================================
  Files          17       17           
  Lines        1071     1071           
=======================================
  Hits          681      681           
  Misses        390      390           
Flag Coverage Δ
integration-tests 56.26% <ø> (ø)
unit-tests 37.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/rhai-1.x-lockfile branch from 9a2a023 to 6fcc31d Compare January 26, 2025 01:47
@renovate renovate bot force-pushed the renovate/rhai-1.x-lockfile branch from 6fcc31d to de8aff2 Compare January 26, 2025 05:30
@viccuad viccuad merged commit 9b80e33 into main Jan 27, 2025
19 checks passed
@renovate renovate bot deleted the renovate/rhai-1.x-lockfile branch January 27, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file kind/bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant