March 28, 2026
7:31 p.m.
Windows VBScript rejects member expressions (e.g. x.y) as For/For Each loop control variables with error 1040. Accept MemberExpression in the parser rules and check for obj_expr to report the proper error instead of a generic syntax error. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10484