[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 --- Comment #8 from Kenji Hara 2012-04-05 01:01:35 PDT --- There is two different situations around template instantiations and UFCS. See following example. --- kernel.d --- struct S { int val; } @property int foo(ref S s) { return s.val; } -

[Issue 7826] New: [D2 Beta] Cannot use getHash in toHash without a warning

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7826 Summary: [D2 Beta] Cannot use getHash in toHash without a warning Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression

[Issue 7827] New: DMD asserts using delegate and type inference

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7827 Summary: DMD asserts using delegate and type inference Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compo

[Issue 7823] Can't use a struct initializer to initialize a nested enum used as a default function argument initializer

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7823 Jordi Sayol changed: What|Removed |Added CC||g.sa...@yahoo.es Target Milestone|---

[Issue 7827] ICE(glue.c, !vthis->csym) delegate and type inference

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7827 Don changed: What|Removed |Added Keywords||ice CC|

[Issue 7828] New: Cannot alias function declared in supertype

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7828 Summary: Cannot alias function declared in supertype Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compone

[Issue 7829] New: __traits(isStaticFunction) fails for function in supertype

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7829 Summary: __traits(isStaticFunction) fails for function in supertype Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7802] UFCS functions get lost when type is transmitted to template

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7802 --- Comment #9 from Steven Schveighoffer 2012-04-05 04:53:22 PDT --- (In reply to comment #8) > Walter's suggestion supports both testfoo and testbar, but I'm afraid that it > causes code bloating. > Steven's suggestion supports testfoo, but c

[Issue 7478] stack overflow compiling with -deps -release -inline (Windows only)

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7478 Don changed: What|Removed |Added Summary|segfault(attrib.c) |stack overflow compiling |compi

[Issue 7830] New: public import is not fully documented

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7830 Summary: public import is not fully documented Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: TDPL Severity: normal Priority:

[Issue 7818] __traits(allMembers) issue?

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7818 --- Comment #4 from Manu 2012-04-05 10:05:00 PDT --- Are there ETA's for releases? A release schedule perhaps? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7493] Initialization of void[][N]

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7493 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7786] dmd crashes with invalid module name

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7786 --- Comment #4 from github-bugzi...@puremagic.com 2012-04-05 10:10:08 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/49dff5907d282a36e7152b80ac2300ca54d98183

[Issue 7786] dmd crashes with invalid module name

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7786 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7808] Nullable's alias this does not work with structs containing classes

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7808 --- Comment #2 from github-bugzi...@puremagic.com 2012-04-05 10:54:30 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b90543ea6d93aec7963004261e8fa749b0bdbf35

[Issue 7808] Nullable's alias this does not work with structs containing classes

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7808 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7812] Segfault on invalid code during template match deduction with errors gagged

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7812 --- Comment #2 from github-bugzi...@puremagic.com 2012-04-05 11:21:48 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/16b2ccfc2fec8a85891a0c3275d0f94653b58970

[Issue 7831] New: Unlisted @@@BUG in File.detach causes FILE* leaks when reopening

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7831 Summary: Unlisted @@@BUG in File.detach causes FILE* leaks when reopening Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: norma

[Issue 7814] Regression(2.059head) ICE(tocsym.c) using scope(failure) within foreach-range

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7814 --- Comment #3 from github-bugzi...@puremagic.com 2012-04-05 13:31:49 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a81c5dfc7e4aca216caaae9befb67c010bfe4a0a

[Issue 7812] Segfault on invalid code during template match deduction with errors gagged

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7812 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7814] Regression(2.059head) ICE(tocsym.c) using scope(failure) within foreach-range

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7814 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7817] opAssign to in declaration broken in dmd 1.074 beta1

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7817 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 7832] New: opAssign does not get used for function parameters with a default value

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7832 Summary: opAssign does not get used for function parameters with a default value Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Sev

[Issue 7817] opAssign to in declaration broken in dmd 1.074 beta1

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7817 --- Comment #3 from github-bugzi...@puremagic.com 2012-04-05 15:45:13 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/96f497a2056cf7d511f4d9f29233ff256eaed1f

[Issue 7817] opAssign to in declaration broken in dmd 1.074 beta1

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7817 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7826] [D2 Beta] Cannot use getHash in toHash without a warning

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7826 --- Comment #1 from Nick Sabalausky 2012-04-05 17:11:31 PDT --- I don't know what the correct solution is supposed to be, but in any case it should be possible to use getHash in toHash with warnings enabled. -- Configure issuemail: http://d.

[Issue 7833] New: Regression(2.059 Beta): struct opEquals broken

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7833 Summary: Regression(2.059 Beta): struct opEquals broken Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 7834] New: Assign x%int to int without cast?

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7834 Summary: Assign x%int to int without cast? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: D

[Issue 7835] New: Ignored break inside static foreach

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7835 Summary: Ignored break inside static foreach Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal Pr

[Issue 7836] New: NaNs inside associative array don't use normal FP equality

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7836 Summary: NaNs inside associative array don't use normal FP equality Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-c

[Issue 7837] New: A refused opBinaryRight("in") with bad error message

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7837 Summary: A refused opBinaryRight("in") with bad error message Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic, rejects-valid

[Issue 7838] New: Give some error messages for wrong ranges

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7838 Summary: Give some error messages for wrong ranges Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: enhancement

[Issue 7839] New: std.range.count() too

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7839 Summary: std.range.count() too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 7840] New: $ property for arrays

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7840 Summary: $ property for arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD A

[Issue 7841] New: Better error message for wrong template argument with ref

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7841 Summary: Better error message for wrong template argument with ref Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic

[Issue 7833] Regression(2.059 Beta): struct opEquals broken

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7833 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1

[Issue 7842] New: [ICE] (cgcs.c 517) with struct literal field increment

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7842 Summary: [ICE] (cgcs.c 517) with struct literal field increment Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 7833] [2.059 Beta] Changelog should clearly mention struct literal/opCmp/opEquals changes

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7833 Nick Sabalausky changed: What|Removed |Added Keywords|rejects-valid | Summary|Regression(2.059

[Issue 7537] `File.tmpfile` requires administrator rights on Windows

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7537 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comm

[Issue 4551] D2 Language Docs: http://www.digitalmars.com/d/2.0/arrays.html

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4551 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7838] Give some error messages for wrong ranges

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7838 Matt Peterson changed: What|Removed |Added CC||revcompg...@gmail.com --- Comment #1 f

[Issue 6175] String corruption when passing static char arrays to std.conv

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6175 --- Comment #3 from Andrej Mitrovic 2012-04-05 19:46:30 PDT --- (In reply to comment #2) > This has now changed to a template error: > > import std.conv; > > void main() > { > char[9] statCArr = "blablabla"; > auto res1 = to!(char[])

[Issue 6413] 2.054 Debian package doesn't install properly on Ubuntu

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6413 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6340] std.conv.to: integer to bool conversion

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6340 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7815] Mixin template forward reference (?) regression

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7815 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7815] Mixin template forward reference (?) regression

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7815 --- Comment #1 from github-bugzi...@puremagic.com 2012-04-05 21:07:38 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7a81d73021c456fd546cb241f40420717d2ec365

[Issue 7843] New: Regression(2.059 beta): Informational warning fails to produce executable

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7843 Summary: Regression(2.059 beta): Informational warning fails to produce executable Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severi

[Issue 7717] Regression(2.059): typeof(this) incorrect in mixin template

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7717 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[Issue 7820] regression(DMD 2.059head) Wrong error on forward reference to 'front' with -property switch

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7820 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 7820] regression(DMD 2.059head) Wrong error on forward reference to 'front' with -property switch

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7820 --- Comment #2 from github-bugzi...@puremagic.com 2012-04-05 23:28:16 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6fc972df155d69de9b001b28dc6f5a7d16faf351

[Issue 7820] regression(DMD 2.059head) Wrong error on forward reference to 'front' with -property switch

2012-04-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7820 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|