[Issue 16025] mixin myTemplate should throw an error

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16025 b2.t...@gmx.com changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #2 from b2.t...

[Issue 16026] New: std.math.frexp!float() wrong for very small subnormal values

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16026 Issue ID: 16026 Summary: std.math.frexp!float() wrong for very small subnormal values Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 10996] Subtyping with "alias this" conflicts with private base type

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10996 Xiao Di Guan changed: What|Removed |Added CC||x...@puxlit.net --

[Issue 4542] [tdpl] TDPL NVI example results in linker error

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4542 Xiao Di Guan changed: What|Removed |Added CC||x...@puxlit.net --

[Issue 6083] [tdpl] There can be only one alias this.

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6083 Xiao Di Guan changed: What|Removed |Added CC||x...@puxlit.net --

[Issue 16026] std.math.frexp!float() wrong for very small subnormal values

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16026 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from Iai

[Issue 16027] New: Wrong result of double multiplication

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16027 Issue ID: 16027 Summary: Wrong result of double multiplication Product: D Version: D2 Hardware: x86_64 URL: https://forum.dlang.org/post/tbismdhjzvytyxrihzil@foru

[Issue 15992] [REG2.072a] ICE with field variable of instantiated struct

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15992 Kenji Hara changed: What|Removed |Added Keywords||pull Hardware|x86_64

[Issue 16027] Wrong result of double multiplication

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16027 Temtaime changed: What|Removed |Added CC||temta...@gmail.com --- Comment #1 from Temtaime

[Issue 10448] min and max are not NaN aware

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10448 David Nadlinger changed: What|Removed |Added CC||c...@klickverbot.at --- Comment #9 from Da

[Issue 16027] Wrong result of double multiplication

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16027 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2 from

[Issue 16028] New: Incorrect cache size returned from core.cpuid

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16028 Issue ID: 16028 Summary: Incorrect cache size returned from core.cpuid Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Prior

[Issue 14654] rdmd should compile package at a time

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14654 greensunn...@gmail.com changed: What|Removed |Added CC||greensunn...@gmail.com --

[Issue 15925] [REG 2.071] Import declaration from mixin templates are ignored

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15925 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/5c7b6eac2dc7d0ba65d81d10ff7a18fe19313718 [REG 2.071] Fix Issue 15925 - Import declaration from mixin te

[Issue 15897] private base class method not seen through derived class

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15897 --- Comment #17 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b6dba3105957cce41ddeb2af77991ef58f82d552 fix Issue 15897 - private base class method not seen through

[Issue 16022] [REG2.069] dmd assertion failure due to misplaced comma operator

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16022 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/dd3e980ca418b15d0e508ed3506276040f71e774 fix Issue 16022 - dmd assertion failure due to misplaced comma

[Issue 15998] [REG2.067] Segmentation fault on const folding of arrays of static arrays

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15998 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3f911a1e9792352051a358307e8019e1ded425be fix Issue 15998 - Segmentation fault on const folding of array

[Issue 15856] Confusing error message with -transition=checkimports

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15856 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/7fcf45cf9b2ce6b789071a6cf2f79017ea642408 fix Issue 15856 - Confusing error message with -transition=che

[Issue 15897] private base class method not seen through derived class

2016-05-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15897 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|-