[Git][wine/wine][master] vbscript: Return error 1054 for Property Let/Set without arguments.
Alexandre Julliard pushed to branch master at wine / wine Commits: 900e09e5 by Francis De Brabandere at 2026-04-09T22:29:47+02:00 vbscript: Return error 1054 for Property Let/Set without arguments. Add error productions in PropertyDecl that detect when Property Let or Property Set is declared without a parameter list. Windows returns error 1054 (Property Let/Set needs at least one argument) in this case. Previously Wine fell through to the generic E_FAIL path, returning error code 16389. - - - - - 2 changed files: - dlls/vbscript/parser.y - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/900e09e59a2b23f83e1edb2c94626d9... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/900e09e59a2b23f83e1edb2c94626d9... 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)