Page MenuHomeFeedback Tracker

Fix Enscript scopes
Closed, ResolvedPublic

Description

Variables are still not respecting their scopes, causing duplicate compiler errors. Currently, a variable name may only occur once per function, no matter if inside a scope or not

{
    {
        Class thing = ...
    }
    {
        Class thing = ... << Redeclaration of variable
    }
}

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

Arkensor created this task.Apr 23 2019, 1:09 PM
rVn closed this task as Resolved.Apr 23 2019, 2:28 PM
rVn claimed this task.

Sadly extremely unlikely to be fixed for DayZ as its relatively small thing requiring considerable changes. Forwarded to the Enfusion guys though.