[Issue 12602] [CTFE] Changes to an array slice wrapped in a struct do not propogate to the original

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12602 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[Issue 12576] problem with compile time struct field

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12576 --- Comment #1 from Kenji Hara --- Is this a possible workaround for your 'original' code? I'm not sure it's the actual issue, because the code still fail to compile. template Replace(string base, T...) { template NextAt(string base, string long

[Issue 12577] ice on compile time struct field access

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12577 --- Comment #3 from Kenji Hara --- (In reply to Ellery Newcomer from comment #2) > uh huh. when did 'normal' stop being the default value for that field? It's when bugzilla is moved to 'issues.dlang.org'. --

[Issue 12605] New: Calculate proper common type of lambdas

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12605 Issue ID: 12605 Summary: Calculate proper common type of lambdas Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priori

[Issue 8309] ICE in typeMerge on 'void main(){auto x = [()=>1.0, ()=>1];}'

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8309 --- Comment #5 from Kenji Hara --- New pull request: https://github.com/D-Programming-Language/dmd/pull/3477 --

[Issue 12593] [REG2.065] AA cannot have struct as key

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12593 Kenji Hara changed: What|Removed |Added Keywords||rejects-valid --- Comment #3 from Kenji Hara -

[Issue 12604] No "mismatched array lengths" error with narrowing conversions

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12604 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[Issue 12604] New: No "mismatched array lengths" error with narrowing conversions

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12604 Issue ID: 12604 Summary: No "mismatched array lengths" error with narrowing conversions Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 12480] static assert should print out the string representation of a value it can interpret

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12480 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 12480] static assert should print out the string representation of a value it can interpret

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12480 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7ec47e158601f18a2dad86d7c594628da753a58a Fix Issue 12480 - Implement

[Issue 12595] dup/idup shouldn't be property functions

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12595 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 12576] problem with compile time struct field

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12576 Ellery Newcomer changed: What|Removed |Added Severity|enhancement |normal --

[Issue 12577] ice on compile time struct field access

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12577 --- Comment #2 from Ellery Newcomer --- uh huh. when did 'normal' stop being the default value for that field? --

[Issue 12547] floor/round/ceil that optionally return a specified integral type

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12547 --- Comment #3 from bearophile_h...@eml.cc --- In Python 3.4 those functions return an int (but Python has multiprecision integers): from math import ceil print(type(ceil(1.5))) Output: --

[Issue 12603] New: [CTFE] Unknown bug with goto case.

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12603 Issue ID: 12603 Summary: [CTFE] Unknown bug with goto case. Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: normal Priority:

[Issue 12593] [REG2.065] AA cannot have struct as key

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12593 --- Comment #2 from yazan.dab...@gmail.com --- It is related, but I couldn't get it to work even with opCmp/opEquals/toHash or different combinations of them. So this is a more general issue. --

[Issue 12480] static assert should print out the string representation of a value it can interpret

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12480 Andrej Mitrovic changed: What|Removed |Added URL||https://github.com/D-Progra

[Issue 12507] SysTime.init.toString should not segfault

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 --- Comment #4 from Jonathan M Davis --- Attempt #2: https://github.com/D-Programming-Language/phobos/pull/2088 --

[Issue 10276] Nested structs get a context pointer even if they don't need one

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10276 Andrej Mitrovic changed: What|Removed |Added Summary|Compiler pointlessly makes |Nested structs get a |a

[Issue 12601] Nested structs get a context pointer even if they don't need one

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12601 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 10276] Compiler pointlessly makes a struct nested even if it doesn't need to be

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10276 Andrej Mitrovic changed: What|Removed |Added CC||mrdark...@gmail.com --- Comment #1 from An

[Issue 12601] Nested structs get a context pointer even if they don't need one

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12601 Andrej Mitrovic changed: What|Removed |Added Hardware|x86_64 |All Summary|Nested functions an

[Issue 12601] Nested functions and properties increase size of struct.

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12601 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #1

[Issue 12602] [CTFE] Changes to an array slice wrapped in a struct do not propogate to the original

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12602 Dmitry Olshansky changed: What|Removed |Added Keywords||CTFE --

[Issue 12602] New: [CTFE] Changes to an array slice wrapped in a struct do not propogate to the original

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12602 Issue ID: 12602 Summary: [CTFE] Changes to an array slice wrapped in a struct do not propogate to the original Product: D Version: D2 Hardware: All OS: All

[Issue 12601] Nested functions and properties increase size of struct.

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12601 mrdarksys changed: What|Removed |Added CC||mrdark...@gmail.com --

[Issue 12601] New: Nested functions and properties increase size of struct.

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12601 Issue ID: 12601 Summary: Nested functions and properties increase size of struct. Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW