[Issue 11237] zero initializer emitted to read-only data segment, slow compilation

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11237 --- Comment #9 from github-bugzi...@puremagic.com 2013-11-01 23:53:42 PDT --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd

[Issue 11237] zero initializer emitted to read-only data segment, slow compilation

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11237 --- Comment #8 from github-bugzi...@puremagic.com 2013-11-01 23:52:36 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

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

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #9 from Walter Bright bugzi...@digitalmars.com 2013-11-01 23:57:47 PDT --- https://github.com/D-Programming-Language/dmd/pull/2704 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

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

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #10 from Walter Bright bugzi...@digitalmars.com 2013-11-02 00:05:19 PDT --- https://github.com/D-Programming-Language/phobos/pull/1680 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 yazan.dab...@gmail.com changed: What|Removed |Added CC||yazan.dab...@gmail.com ---

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 --- Comment #4 from monarchdo...@gmail.com 2013-11-02 02:46:09 PDT --- (In reply to comment #0) I would have expected the following to work: int[] d = [1,2,3,4,5,6,7]; d[] = d.filter!(x = x 3)[]; I'm surprised filter has opSlice() at

[Issue 11419] New: Compile crash when add -inline option.

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11419 Summary: Compile crash when add -inline option. Product: D Version: unspecified Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 11416] Array and slice assignment causes garbage values

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

[Issue 11419] Compile crash when add -inline option.

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11419 safety0ff.bugz safety0ff.b...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11377 --- Comment #1 from safety0ff.bugz safety0ff.b...@gmail.com 2013-11-02 02:56:56 PDT --- *** Issue 11419 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 11419] Compile crash when add -inline option.

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11419 --- Comment #2 from ncaq nyrigadak...@gmail.com 2013-11-02 03:08:24 PDT --- Sorry,miss. Two heavy Contributor. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4707] auto ref for foreach loops

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

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 --- Comment #6 from yazan.dab...@gmail.com 2013-11-02 03:18:54 PDT --- @monarchdodra, that's true, however even this usage of copy is wrong as d should change length. Printing d after the copy produces: [4, 5, 6, 7, 5, 6, 7] where it is meant

[Issue 11369] time.di(365)

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11369 --- Comment #3 from Martin Krejcirik m...@krej.cz 2013-11-02 11:35:16 CET --- *** Issue 11399 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 11399] time.di(365) error

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11399 Martin Krejcirik m...@krej.cz changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11390] const(typeof(null)) fails to print correctly

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11390 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||rejects-valid

[Issue 11385] XXX is a nested function and cannot be accessed from XXX

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11385 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 --- Comment #7 from monarchdo...@gmail.com 2013-11-02 04:36:18 PDT --- (In reply to comment #6) @monarchdodra, that's true, however even this usage of copy is wrong as d should change length. Printing d after the copy produces: [4, 5, 6,

[Issue 11376] ICE on __traits(compiles, ...) with invalid array-op

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11376 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull

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

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11188 --- Comment #7 from Joseph Rushton Wakeling joseph.wakel...@webdrake.net 2013-11-02 04:55:32 PDT --- (In reply to comment #6) This pull solves some of the problems in this issue. Shared is more complicated, so will have to wait. Thanks

[Issue 10977] Segfault with __traits(hasMember, ...)

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10977 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice

[Issue 11420] New: Inefficient AA value setting

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11420 Summary: Inefficient AA value setting Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: performance Severity: major Priority:

[Issue 11010] Regression (2.063.2) typeid doesn't work on a member of an instance.

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11010 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC|

[Issue 11366] typeid on field access gives CT error: need 'this'

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11366 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11404] ICE on using TypeTuple for AA values

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11404 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull

[Issue 11404] ICE on using TypeTuple for AA values

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11404 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-11-02 06:12:01 PDT --- https://github.com/D-Programming-Language/dmd/pull/2707 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

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

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10015 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 7393] Which character code does wchar be, UTF-16BE or UTF-16LE?

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7393 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11421] New: Dynamic array of associative array literal type inference

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11421 Summary: Dynamic array of associative array literal type inference Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 10750] Strict aliasing semantics

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10750 Johannes Pfau johannesp...@gmail.com changed: What|Removed |Added CC|

[Issue 11422] New: std.array.assocArray with const tuple values

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11422 Summary: std.array.assocArray with const tuple values Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

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

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11423 Summary: Error: new can only create structs, dynamic arrays or class objects, not _error_'s Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 --- Comment #8 from Shammah Chancellor shammah.chancel...@gmail.com 2013-11-02 16:47:07 PDT --- The point is that the syntax is listed in http://dlang.org/arrays.html. This syntax should be extended to forward ranges since that is how one

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 --- Comment #10 from Shammah Chancellor shammah.chancel...@gmail.com 2013-11-02 17:24:13 PDT --- You mean what you get right now with that syntax for arrays? None of those array vector style operations turn into SIMD instructions. That's

[Issue 11415] Assign range to array

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 --- Comment #9 from monarchdo...@gmail.com 2013-11-02 17:21:22 PDT --- (In reply to comment #8) The point is that the syntax is listed in http://dlang.org/arrays.html. This syntax should be extended to forward ranges since that is how one

[Issue 5386] Initialising out float parameter causes FPU exception

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5386 Martin Krejcirik m...@krej.cz changed: What|Removed |Added Status|NEW |RESOLVED

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

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|typedef on structs isn't|Regression

[Issue 11424] New: typedef on structs isn't caught

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11424 Summary: typedef on structs isn't caught Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 11416] Array and slice assignment causes garbage values

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11416 --- Comment #2 from daniel...@bigpond.com 2013-11-02 20:03:44 PDT --- The correctness of the language shouldn't be reliant on the runtime... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 11237] zero initializer emitted to read-only data segment, slow compilation

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11237 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 11425] New: Broken shadowing variable diagnostic

2013-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11425 Summary: Broken shadowing variable diagnostic Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: normal