[Issue 1957] 'new' may return same memory to two threads

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1957 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 11408] New: allow GC allocations in finalizers

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11408 Summary: allow GC allocations in finalizers Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

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

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #6 from thelastmamm...@gmail.com 2013-11-01 01:37:47 PDT --- (In reply to comment #5) I can confirm this seg faults on OSX, 64 bits only. how come this kind of obvious bug (not due to any obscure usage condition, just on plain

[Issue 11409] New: Array element-wise comparison

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11409 Summary: Array element-wise comparison Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 11409] Array element-wise comparison

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11409 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11409] Array element-wise comparison

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11409 --- Comment #2 from daniel...@bigpond.com 2013-11-01 03:44:39 PDT --- (In reply to comment #1) Your assumption is not quite right. This is the loop comparisons goes off: for (size_t u = 0; u len; u++) { int result = s1[u] - s2[u];

[Issue 11409] Array element-wise comparison

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11409 --- Comment #3 from daniel...@bigpond.com 2013-11-01 03:56:03 PDT --- (In reply to comment #1) Your assumption is not quite right. This is the loop comparisons goes off: for (size_t u = 0; u len; u++) { int result = s1[u] - s2[u];

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

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #7 from monarchdo...@gmail.com 2013-11-01 03:59:42 PDT --- (In reply to comment #6) (In reply to comment #5) I can confirm this seg faults on OSX, 64 bits only. how come this kind of obvious bug (not due to any obscure usage

[Issue 11402] any/all are not documented in std.algorithm header

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

[Issue 11409] Array element-wise comparison

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11409 --- Comment #4 from Iain Buclaw ibuc...@ubuntu.com 2013-11-01 04:16:51 PDT --- (In reply to comment #3) (In reply to comment #1) Your assumption is not quite right. This is the loop comparisons goes off: for (size_t u = 0; u len; u++)

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

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #8 from safety0ff.bugz safety0ff.b...@gmail.com 2013-11-01 04:40:09 PDT --- (In reply to comment #7) Only one way to find out: https://github.com/D-Programming-Language/phobos/pull/1677 I just did the same, both test show that

[Issue 11409] Array element-wise comparison

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11409 --- Comment #5 from daniel...@bigpond.com 2013-11-01 06:58:18 PDT --- For others that may find this later. The default comparison is the equivalent to a http://www.cplusplus.com/reference/algorithm/lexicographical_compare/. -- Configure

[Issue 11410] New: Support equality operator chaining

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11410 Summary: Support equality operator chaining Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 --- Comment #18 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-11-01 07:56:44 PDT --- (In reply to comment #16) (In reply to comment #12) For the record, good editors solve the problem easily, like vim or emacs: # vim:

[Issue 5548] Efficient std.conv.to conversions

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5548 Orvid King blah38...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 11394] NRVO should work for object field initialization in constructor

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

[Issue 11394] NRVO should work for object field initialization in constructor

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11394 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2013-11-01 09:05:53 PDT --- Sorry the OP code is incorrect, because the make function cannot have strong purity. Correct test case is: debug = NRVO; debug(NRVO) static void* pa, pb, pc;

[Issue 11338] std.uri URIerror should be an Exception

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11338 --- Comment #1 from github-bugzi...@puremagic.com 2013-11-01 09:20:07 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 11411] New: Disallow non pure lazy expressions in pure functions

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11411 Summary: Disallow non pure lazy expressions in pure functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid Severity:

[Issue 11412] New: Allow nested pure functions to access outer function variables

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11412 Summary: Allow nested pure functions to access outer function variables Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

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

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11390 --- Comment #2 from github-bugzi...@puremagic.com 2013-11-01 10:17:19 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 4707] auto ref for foreach loops

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4707 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 6652] foreach parameter with number range is always ref

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6652 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||la...@virginia.edu ---

[Issue 2543] foreach's index behaves differently for every type

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2543 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11413] New: FreeBSD libphobos2.a not updated in 2.064 betas

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11413 Summary: FreeBSD libphobos2.a not updated in 2.064 betas Product: D Version: D2 Platform: All OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2

[Issue 11414] New: druntime should run debug unittest

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11414 Summary: druntime should run debug unittest Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 11148] Can't implicitly convert const(BigInt) or immutable(BigInt) to BigInt

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11148 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 11415] New: Assign range to array

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 Summary: Assign range to array Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 11415] Assign range to array

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11415 Shammah Chancellor shammah.chancel...@gmail.com changed: What|Removed |Added CC|

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

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11188 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 11416] New: Array and slice assignment causes garbage values

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11416 Summary: Array and slice assignment causes garbage values Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6829] Unsigned rotate standard function in Phobos

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6829 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||l...@luismarques.eu ---

[Issue 1116] std.intrinsic still missing rotate

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1116 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11417] New: rotate with immediate not recognized by optimizer

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11417 Summary: rotate with immediate not recognized by optimizer Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

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

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

[Issue 11418] New: bit test pattern not inlined core.bitop.bt useless

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11418 Summary: bit test pattern not inlined core.bitop.bt useless Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 11417] rotate with immediate not recognized by optimizer

2013-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11417 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|