May 24, 2020 [Issue 12520] Comparing two TypeTuples with == does not compile for no arguments | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12520 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @NilsLankila created dlang/dmd pull request #11187 "fix issue 12520 - allow comparison of empty tuples to tuples that con…" fixing this issue: - fix issue 12520 - allow comparison of empty tuples to tuples that contain values Empty tuples are represented as `TypeTuple` while tuples containing values as `TupleExp`. As a consequence, comparing them using `==` was not allowed. https://github.com/dlang/dmd/pull/11187 -- | ||||
May 25, 2020 [Issue 12520] Comparing two TypeTuples with == does not compile for no arguments | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12520 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 #11187 "fix issue 12520 - allow comparison of empty tuples to tuples that con…" was merged into stable: - 078d9e6456672f85ecdaae0f81336c78b70e4980 by Nils Lankila: fix issue 12520 - allow comparison of empty tuples to tuples that contain values Empty tuples are represented as `TypeTuple` while tuples containing values as `TupleExp`. As a consequence, comparing them using `==` was not allowed. https://github.com/dlang/dmd/pull/11187 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply