rhaiscript / rhai

Rhai - An embedded scripting language for Rust.
https://crates.io/crates/rhai
Apache License 2.0
3.63k stars 174 forks source link

Fix #867 #874

Closed misssonder closed 2 months ago

misssonder commented 2 months ago

try to fix https://github.com/rhaiscript/rhai/issues/867

schungx commented 2 months ago

Not sure about the code changes other than turning on the feature flag, do I'm running the tests.

schungx commented 2 months ago

Oops, shouldn't merge so quickly. There is a failed test that I didn't catch.

The sync feature doesn't build. It requires unwrap.

I'll fix that.