Fix shared value assignments.
This commit is contained in:
@@ -9,6 +9,7 @@ Bug fixes
|
||||
|
||||
* Errors in native Rust functions now contain the correct function call positions.
|
||||
* Fixed error types in `EvalAltResult::ErrorMismatchDataType` which were swapped.
|
||||
* Some expressions involving shared variables now work properly, for example `x in shared_value`, `return shared_value`, `obj.field = shared_value` etc. Previously, the resultant value is still shared which is counter-intuitive.
|
||||
|
||||
Breaking changes
|
||||
----------------
|
||||
|
Reference in New Issue
Block a user