[Bug 56931] New: Const used before declaration fails (explicit)
https://bugs.winehq.org/show_bug.cgi?id=56931 Bug ID: 56931 Summary: Const used before declaration fails (explicit) Product: Wine Version: 9.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs(a)winehq.org Reporter: francisdb(a)gmail.com Distribution: --- --- reproducer script Option explicit If x = 42 Then Wscript.Echo "x is 42" Const x = 42 --- wine wine cscript ./test.vbs 0120:fixme:vbscript:do_icall L"x" not found 0120:fixme:wscript:ActiveScriptSite_OnScriptError () --- windows cscript test.vbs x is 42 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56931 francisdb <francisdb(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Const used before |vbscript - Const used |declaration fails |before declaration fails |(explicit) |(explicit) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56931 francisdb <francisdb(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|vbscript - Const used |vbscript: Const used before |before declaration fails |declaration fails |(explicit) |(explicit) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=56931 --- Comment #1 from francisdb <francisdb@gmail.com> --- https://gitlab.winehq.org/wine/wine/-/merge_requests/10302 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=56931 --- Comment #2 from Gijs Vermeulen <gijsvrm@gmail.com> --- (In reply to francisdb from comment #1) MR was merged, is this fixed now? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=56931 Gijs Vermeulen <gijsvrm@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0664e975b0f0645a774b290722d | |6973fdcdfee54 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Gijs Vermeulen <gijsvrm@gmail.com> --- Sorry, I was able to test this myself. Output with wine-11.6-112-g504683b22d3: x is 42 MR in Comment #1 was merged as <https://gitlab.winehq.org/wine/wine/-/commit/0664e975b0f0645a774b290722d6973...>. Marking FIXED. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=56931 Alexandre Julliard <julliard@winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard@winehq.org> --- Closing bugs fixed in 11.7. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
WineHQ Bugzilla -
WineHQ Bugzilla