[Issue 8725] segmentation fault with negative-lookahead in module-level regex

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8725 --- Comment #5 from github-bugzi...@puremagic.com 2012-12-01 00:12:43 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8349] CTFE memcpy Error with ctRegex

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8349 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9092] GC.extend allocates less then it reports

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9092 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de 2012-12-01 01:45:26 PST --- I passed a pointer (a.ptr) to extend, and extend promised that memory location was extended to a certain amount. if a.ptr did not actually point to the

[Issue 9101] New: template mixin constructor causes link error

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9101 Summary: template mixin constructor causes link error Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: regression Priority: P2

[Issue 9101] template mixin constructor causes link error

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9101 --- Comment #1 from Rainer Schuetze r.sagita...@gmx.de 2012-12-01 09:53:35 PST --- Forgot to post the error message: dmd.exe test.d OPTLINK (R) for Win32 Release 8.00.11 Copyright (C) Digital Mars 1989-2010 All rights reserved.

[Issue 2630] ddoc should be able to document unittests

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2630 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-01 13:32:56 PST --- (In reply to comment #3) A simple workaround is to look for the next element in the members list to see if it's a unittest declaration. If it is, and

[Issue 2630] ddoc should be able to document unittests

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2630 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-01 13:38:31 PST --- https://github.com/D-Programming-Language/dmd/pull/1342 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 1369] Unable to find 'this' in __traits(getMember)

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1369 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 1986] Mixin code from website doesn't compile

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1986 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2042] Nav bar on left is incorrect

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2042 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2119] Please provide example of interfacing to C struct

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2119 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2444] structs should allow calling the normal blitting function when overriding opAssign

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2444 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 2461] Duplicate typedef (with different initializer) in module has wrong value

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2461 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2445] D2 std.demangle example doesn't compile

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2445 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 2801] std.typecons.Unique does not work

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2801 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 8085] std.algorithm.joiner makes invalid assumptions about front()

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8085 --- Comment #4 from hst...@quickfur.ath.cx 2012-12-01 18:22:56 PST --- https://github.com/D-Programming-Language/phobos/pull/987 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 9093] Overloads in extern(C++) interfaces throw up COMDAT errors

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9093 --- Comment #2 from github-bugzi...@puremagic.com 2012-12-01 22:28:56 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9102] New: OutputRange should be ref parameter

2012-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9102 Summary: OutputRange should be ref parameter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: