[Git][wine/wine][master] vbscript: Return proper error for undefined variables with Option Explicit.
Alexandre Julliard pushed to branch master at wine / wine Commits: b5eac821 by Francis De Brabandere at 2026-04-07T11:11:02+02:00 vbscript: Return proper error for undefined variables with Option Explicit. When Option Explicit is set and an undefined variable is used, return VBS error 500 (Variable is undefined) with the variable name in the description, matching Windows behavior. Previously Wine returned E_FAIL with no description. - - - - - 4 changed files: - dlls/vbscript/interp.c - dlls/vbscript/tests/error.vbs - dlls/vbscript/tests/lang.vbs - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b5eac82181530c3d06eddab86c49d1b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b5eac82181530c3d06eddab86c49d1b... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)