August 02, 2020 [Issue 21103] isDynamicArray instantiates unecessary templates | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21103 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @MoonlightSentinel created dlang/phobos pull request #7574 "Fix Issue 21103 - isDynamicArray instantiates unecessary templates" fixing this issue: - Fix Issue 21103 - isDynamicArray instantiates unecessary templates https://github.com/dlang/phobos/pull/7574 -- | ||||
January 22, 2021 [Issue 21103] isDynamicArray instantiates unecessary templates | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21103 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/phobos pull request #7574 "Fix Issue 21103 - isDynamicArray instantiates unecessary templates" was merged into master: - 7bea4c78b90c4ca182298ebc758a41edc7227315 by MoonlightSentinel: Fix Issue 21103 - isDynamicArray instantiates unecessary templates Use an `is(...)` expression to do the actual check but include a workaround to reatin the old (buggy) behaviour regarding enums (for now). https://github.com/dlang/phobos/pull/7574 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply