March 21, 2021 [Issue 21739] debug case can access variable from other case | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21739 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @MoonlightSentinel created dlang/dmd pull request #12292 "Fix 21739 - Don't merge `debug case` into previous CaseStatement" fixing this issue: - Fix 21739 - Don't merge `debug case` into previous CaseStatement The previous implementation assumed that `CaseStatement`s would be seperated by a top-level `case ...`. This is not the case for conditionally compiled cases, e.g. `debug { case ...: }`. https://github.com/dlang/dmd/pull/12292 -- | ||||
April 02, 2021 [Issue 21739] debug case can access variable from other case | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21739 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #12292 "Fix 21739 - Don't merge `debug case` into previous CaseStatement" was merged into master: - dd8a88be3246557f3c82d14f5e5055d6532d9a66 by MoonlightSentinel: Fix 21739 - Don't merge `debug case` into previous CaseStatement The previous implementation assumed that `CaseStatement`s would be seperated by a top-level `case ...`. This is not the case for conditionally compiled cases, e.g. `debug { case ...: }`. https://github.com/dlang/dmd/pull/12292 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply