[Issue 11478] shared library on osx: worked in 2.062, fails in 2.063.2, still fails in 2.064

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11478 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11711] Add __traits(getAliasThis)

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

[Issue 10312] compiler assert failure with ctfe on simd vector type

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10312 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10905] [ICE](ctfeexpr.c line 355) with ulong2 in structs

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10905 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10905] [ICE](ctfeexpr.c line 355) with ulong2 in structs

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10905 --- Comment #5 from Iain Buclaw ibuc...@ubuntu.com 2013-12-09 01:41:04 PST --- I guess x86 Windows is bearophile's platform of choice, and that's the compiler he used when he found the bug. -- Configure issuemail:

[Issue 8543] simd literals need better CTFE support

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8543 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10446] Building a SIMD value from variables

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10446 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 7508] float4 values aren't stored on initialisation

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7508 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10446] Building a SIMD value from variables

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10446 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7509 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||bearophile_h...@eml.cc

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7509 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 10905] [ICE](ctfeexpr.c line 355) with ulong2 in structs

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10905 --- Comment #6 from bearophile_h...@eml.cc 2013-12-09 03:00:11 PST --- The ICE is fixex, but this code gives: import core.simd: ulong2; void main() { ulong2 x; immutable ulong2 y; bool b = x == y; } temp.d(5): Error:

[Issue 10905] [ICE](ctfeexpr.c line 355) with ulong2 in structs

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10905 --- Comment #7 from Iain Buclaw ibuc...@ubuntu.com 2013-12-09 03:11:48 PST --- See the testcase in the pull request. Currently the frontend explicitly disallows comparing vectors using == expression. This seems like an odd limitation to me,

[Issue 10905] [ICE](ctfeexpr.c line 355) with ulong2 in structs

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10905 --- Comment #8 from Iain Buclaw ibuc...@ubuntu.com 2013-12-09 03:12:36 PST --- Err... I mean please raise a new bug report. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 11692] can't set file attributes for std.zip.ArchiveMember

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11692 --- Comment #1 from github-bugzi...@puremagic.com 2013-12-09 03:19:07 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 6930] combined type of immutable(T) and inout(T) should be inout(const(T))

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6930 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Depends on||11711 --- Comment

[Issue 8877] std.encoding.transcode is extremely slow

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8877 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||performance, pull

[Issue 11603] std.algorithm.canFind does not work when needle is 1-byte zero

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11603 --- Comment #6 from github-bugzi...@puremagic.com 2013-12-09 04:04:51 PST --- Commit pushed to 2.065 at https://github.com/D-Programming-Language/phobos

[Issue 11671] ctRegex broken

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11671 --- Comment #13 from github-bugzi...@puremagic.com 2013-12-09 04:04:56 PST --- Commit pushed to 2.065 at https://github.com/D-Programming-Language/phobos

[Issue 11692] can't set file attributes for std.zip.ArchiveMember

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11692 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11712] New: Unicode bug in std.string.inPattern

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11712 Summary: Unicode bug in std.string.inPattern Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 11652] Support numerical ^^ complex operations in std.complex

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11652 --- Comment #3 from github-bugzi...@puremagic.com 2013-12-09 09:28:23 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 11713] New: std.string munch() does not properly handle UTF strings.

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11713 Summary: std.string munch() does not properly handle UTF strings. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 11652] Support numerical ^^ complex operations in std.complex

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11652 Joseph Rushton Wakeling joseph.wakel...@webdrake.net changed: What|Removed |Added Status|NEW

[Issue 5280] to!FP(Hex float string) doesn't work well

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5280 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 11713] std.string munch() does not properly handle UTF strings.

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11713 Francesco Cattoglio francesco.cattog...@gmail.com changed: What|Removed |Added CC|

[Issue 5280] to!FP(Hex float string) doesn't work well

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5280 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11684] SIGSEGV, std.stdio.__T7writelnTAyaZ.writeln() at std/stdio.d:1906

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11684 --- Comment #7 from Timothee Cour timothee.co...@gmail.com 2013-12-09 13:04:12 PST --- Created an attachment (id=1299) object file and binary of simple hello world that fails object file and binary of simple hello world that fails --

[Issue 11713] std.string munch() does not properly handle UTF strings.

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11713 --- Comment #2 from Francesco Cattoglio francesco.cattog...@gmail.com 2013-12-09 13:33:43 PST --- (In reply to comment #1) pull request: https://github.com/D-Programming-Language/phobos/pull/1760 Modified munch() unittest adding a (small)

[Issue 11684] SIGSEGV, std.stdio.__T7writelnTAyaZ.writeln() at std/stdio.d:1906

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11684 --- Comment #8 from hst...@quickfur.ath.cx 2013-12-09 16:20:41 PST --- Interesting. The segfault is caused by stdout being null. But std.stdio's static this() does initialize it correctly. So the static this() somehow isn't getting called by

[Issue 11684] SIGSEGV, std.stdio.__T7writelnTAyaZ.writeln() at std/stdio.d:1906

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11684 --- Comment #9 from Timothee Cour timothee.co...@gmail.com 2013-12-09 16:36:23 PST --- (In reply to comment #8) Interesting. The segfault is caused by stdout being null. But std.stdio's static this() does initialize it correctly. So the

[Issue 8409] Proposal: implement arr.dup in library

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8409 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-12-09 17:27:19 PST --- A new definition of library dup function, by using issue 6930. inout(E)[] dup(E)(const(inout(E))[] arr) pure; 'inout const E' is not implicitly convertible to

[Issue 11512] Can't build Phobos docs with win32 makefile

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11512 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 11512] Can't build Phobos docs with win32 makefile

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11512 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Severity|major |regression ---

[Issue 11512] Can't build Phobos docs with win32 makefile

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11512 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2013-12-09 21:28:36 PST --- (In reply to comment #5) In what way is it not a regression. Before a change was made, something worked. After the change, it no longer worked. That's the

[Issue 11629] [CTFE] crash on AA.rehash

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11629 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11629] [CTFE] crash on AA.rehash

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11629 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-09 22:06:34 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 4733] Possible bugs caused by dynamic arrays in boolean evaluation context

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4733 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 11712] Unicode bug in std.string.inPattern

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11712 q...@web.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|