March 18, 2026
3:55 p.m.
Eval compiles the string as an expression and returns the result. ExecuteGlobal compiles and executes the string at global scope. Both Eval and ExecuteGlobal currently run in global scope. Eval should use the calling scope on Windows, but this is not yet supported. Execute is left unimplemented as it requires calling-scope support. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49908 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53962 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10368