Alexandre Julliard pushed to branch master at wine / wine Commits: c90707cd by Francis De Brabandere at 2026-04-14T22:00:48+02:00 vbscript: Return specific error codes for integer constant and Property declarations. Add error productions in the bison grammar for two cases: - Expected integer constant in Dim array bounds (error 1026) e.g. Dim x("a") where a numeric value is required. - Expected Let, Set, or Get after Property keyword (error 1049) e.g. Property x without specifying the accessor type. Previously these fell through to the generic E_FAIL path in parser_error(). Now each sets the correct VBSE_EXPECTED_* error code via MAKE_VBSERROR before aborting the parse. - - - - - 2 changed files: - dlls/vbscript/parser.y - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c90707cd18ecafc559bb3010ac0a075... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c90707cd18ecafc559bb3010ac0a075... 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