You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug, when you call value.to_string() it calls value Display trait which puts quotes around strings. instead use Interperter::to_string(value) after #625 this should be more intuitive. since to display it you have to call Value::display() and to turn the value to a string you call Value::to_string(ctx).
Hi
The dev branch seems pass string values along with quotes when passing arguments to functions of type NativeFunctionData
thanks
The text was updated successfully, but these errors were encountered: