[Issue 11423] Error: new can only create structs, dynamic arrays or class objects, not _error_'s

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11423 Kenji Hara changed: What|Removed |Added Keywords||diagnostic, pull --- Comment #1 from Ken

[Issue 11424] Regression (2.064 git-head) typedef on structs isn't caught

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Kenji Hara changed: What|Removed |Added Keywords||accepts-invalid, pull --- Comment #2 fro

[Issue 11423] Error: new can only create structs, dynamic arrays or class objects, not _error_'s

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11423 --- Comment #2 from github-bugzi...@puremagic.com 2013-11-03 00:48:31 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8121cf8ed5cb41d6905a0ac3169c3f397e58da

[Issue 11423] Error: new can only create structs, dynamic arrays or class objects, not _error_'s

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11423 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11426] New: Reinterpret element-wise array initializing should be rejeted

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11426 Summary: Reinterpret element-wise array initializing should be rejeted Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts

[Issue 11206] static array can be implicitly built from items, when nested in aggregate

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11206 --- Comment #16 from Kenji Hara 2013-11-03 01:18:36 PST --- (In reply to comment #15) > (In reply to comment #10) > > uint[] udarr; > > uint[1] usarr; > > > > int[1] arr1 = udarr; //OK > > int[1] arr2 = usarr; //OK > > Mmm...I thin

[Issue 11426] Reinterpret element-wise array initializing should be rejeted

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11426 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 201

[Issue 11427] New: anonymous unions break structs in @safe code

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11427 Summary: anonymous unions break structs in @safe code Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 11377] if add -inline option. dmd source file in assertion failed.

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11377 --- Comment #2 from Kenji Hara 2013-11-03 01:19:29 PST --- On Windows -m32, the issue reproduces with 2.063, but it does not occur with 2.064beta4. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 11427] anonymous unions break structs in @safe code

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11427 --- Comment #1 from Rainer Schuetze 2013-11-03 01:32:10 PST --- Hmmm, something wrong with bugzilla? My comment replaced the description, and the initial description is now moved into the first comment. -- Configure issuemail: http://d.pure

[Issue 10750] Strict aliasing semantics

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10750 --- Comment #3 from Johannes Pfau 2013-11-03 02:13:39 PST --- @bearophile: To further expand on this: http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Optimize-Options.html says: "type-punning is allowed, provided the memory is accessed through th

[Issue 10750] Strict aliasing semantics

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10750 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #4 from

[Issue 11428] New: A simple std.array.array call at compile-time refused

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11428 Summary: A simple std.array.array call at compile-time refused Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severit

[Issue 10750] Strict aliasing semantics

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10750 --- Comment #5 from Iain Buclaw 2013-11-03 03:43:06 PST --- (In reply to comment #4) > (In reply to comment #3) > > We had problems with this in GDC right now on ARM (std.algorithm.find uses > > cast(ubyte[])string which internally translates

[Issue 11428] A simple std.array.array call at compile-time refused

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11428 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Co

[Issue 11429] New: Deprecate walkLength?

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11429 Summary: Deprecate walkLength? Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #11 from github-bugzi...@puremagic.com 2013-11-03 06:37:12 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/fe9a3537ea2d208f3d5e37f6a2ea6e5

[Issue 11404] ICE on using TypeTuple for AA values

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11404 --- Comment #3 from github-bugzi...@puremagic.com 2013-11-03 07:15:29 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a22e95e0e8f666001f8a67a61f231f94fca712

[Issue 11404] ICE on using TypeTuple for AA values

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11404 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11424] Regression (2.064 git-head) typedef on structs isn't caught

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11424 --- Comment #3 from github-bugzi...@puremagic.com 2013-11-03 07:19:46 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2a2fa477d09d5c7416ad98cb5615235d4c519e

[Issue 10015] Segfault on forward referencing a variable of templated struct

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10015 --- Comment #2 from github-bugzi...@puremagic.com 2013-11-03 07:28:36 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5bb812cf4f3abad8345739729df929efccc498

[Issue 11424] Regression (2.064 git-head) typedef on structs isn't caught

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10015] Segfault on forward referencing a variable of templated struct

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10015 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11226] Problems with typeof(null) and const

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11226 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11226] Problems with typeof(null) and const

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11226 --- Comment #3 from github-bugzi...@puremagic.com 2013-11-03 07:32:05 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/068f4e55d611054a8c6f80e8479884ce1d1b1c

[Issue 11430] New: A simpler overload for std.file.slurp

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11430 Summary: A simpler overload for std.file.slurp Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Compone

[Issue 11424] Regression (2.064 git-head) typedef on structs isn't caught

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11424 --- Comment #4 from github-bugzi...@puremagic.com 2013-11-03 07:50:54 PST --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7762f03709b8ceb0950f02d47cf4e703bdbabc6b

[Issue 10259] ICE on invalid compile-time class instantiation

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10259 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #2 from yeb

[Issue 11291] Disallow mutation of a const variable

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11291 --- Comment #3 from github-bugzi...@puremagic.com 2013-11-03 08:26:50 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d826696f214166a07371c4401e3a1d6e27bd50

[Issue 5747] cannot cast away shared if opCast defined

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5747 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Com

[Issue 11291] Disallow mutation of a const variable

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11291 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11431] New: std.file.slurp with Windows newlines

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11431 Summary: std.file.slurp with Windows newlines Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 11432] New: formattedRead and slurp %s format code miss tab as whitespace

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11432 Summary: formattedRead and slurp %s format code miss tab as whitespace Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: nor

[Issue 11426] Reinterpret element-wise array initializing should be rejeted

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11426 --- Comment #2 from github-bugzi...@puremagic.com 2013-11-03 10:53:47 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0a36934cc7fef35092887747f78ed1d3f599b1

[Issue 11426] Reinterpret element-wise array initializing should be rejeted

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11426 --- Comment #3 from github-bugzi...@puremagic.com 2013-11-03 10:59:25 PST --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d6f1a0ea1e13b435dc40ef34fa70c687bf73c7e0

[Issue 11426] Reinterpret element-wise array initializing should be rejeted

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11426 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #12 from github-bugzi...@puremagic.com 2013-11-03 11:16:39 PST --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3fe0703932d7b2486ec838045dd76322f

[Issue 11393] GC realloc and free don't ignore interior pointers

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11393 --- Comment #2 from safety0ff.bugz 2013-11-03 11:25:28 PST --- Discussion thread: http://forum.dlang.org/thread/qmiayckycycetnumu...@forum.dlang.org -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You a

[Issue 11139] malloc/emplace resulting in memory corruption

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11139 --- Comment #9 from safety0ff.bugz 2013-11-03 11:36:08 PST --- Ignore the above comment, if I add GC.addRange(tmp, size) after line 24 it stops segfaulting. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

[Issue 11433] Forum hyperlink parser doesn't recognize + signs as part of the link

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11433 --- Comment #1 from Joseph Rushton Wakeling 2013-11-03 13:24:42 PST --- Hah. I see that bugzilla also gets it wrong. :-) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail beca

[Issue 11433] New: Forum hyperlink parser doesn't recognize + signs as part of the link

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11433 Summary: Forum hyperlink parser doesn't recognize + signs as part of the link Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 11188] std.math.abs fails for shared, const or immutable BigInt types

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11188 --- Comment #8 from Simen Kjaeraas 2013-11-03 13:25:17 PST --- Adding this overload to std.math is a workaround for the problems with shared: Num abs(Num)(shared Num x) @safe pure nothrow if (is(typeof(abs(Num.init))) && is(typeof({Num

[Issue 11433] Forum hyperlink parser doesn't recognize + signs as part of the link

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11433 changed: What|Removed |Added CC||mailnew4s...@gmail.com --- Comment #2 from 999

[Issue 11401] ElementType returns constructor instead of type

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11401 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com --- Comment #

[Issue 11433] Forum hyperlink parser doesn't recognize + signs as part of the link

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11433 --- Comment #3 from Joseph Rushton Wakeling 2013-11-03 13:48:18 PST --- (In reply to comment #2) > Wikipedia gets it right, though, even with the wrong link ;) Funny ... :-) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.c

[Issue 472] zero sized _init_* symtab-objects

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=472 Martin Krejcirik changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 472] zero sized _init_* symtab-objects

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=472 --- Comment #2 from Andrei Alexandrescu 2013-11-03 14:53:26 PST --- Thanks for following up on this old bug! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 602] Compiler allows a goto statement to skip an initalization

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=602 --- Comment #7 from Stewart Gordon 2013-11-03 17:17:25 PST --- It seems to me quite simple: If there is any variable that is in scope at the point of the label but not at the point of the goto statement, then we have a problem. Is there any cas

[Issue 11401] ElementType returns constructor instead of type

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11401 --- Comment #2 from Kenji Hara 2013-11-03 18:33:49 PST --- This is git-head only issue. Introduced by: https://github.com/D-Programming-Language/phobos/pull/1658 (In reply to comment #1) > alias E1 = typeof(RowRange.init.front()); >

[Issue 11401] ElementType returns constructor instead of type

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11401 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #3 from

[Issue 9665] Structure constant members can not be initialized if have opAssign

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9665 --- Comment #29 from github-bugzi...@puremagic.com 2013-11-03 20:49:18 PST --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/101d3a7a229b45bd97bc922f7c4d

[Issue 9665] Structure constant members can not be initialized if have opAssign

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9665 --- Comment #28 from github-bugzi...@puremagic.com 2013-11-03 20:47:08 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/76bf0a581313aa6f2702f23a57

[Issue 11434] New: std.file.copy doesn't preserve file attributes (eg: executable mode etc)

2013-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11434 Summary: std.file.copy doesn't preserve file attributes (eg: executable mode etc) Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severi