[Issue 9338] Compiler segfaults if try to CTFE member function without valid 'this'

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

[Issue 9344] A program takes a console comand as an argument.

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9344 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 9346] New: nested struct calls disabled postblit

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9346 Summary: nested struct calls disabled postblit Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2

[Issue 9345] New: CTFE fails when using std.string.format with imported string enum

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9345 Summary: CTFE fails when using std.string.format with imported string enum Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 8441] mixin containing template functions causes compiler errors

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8441 jfanati...@gmx.at changed: What|Removed |Added Severity|normal |blocker -- Configure issuemail:

[Issue 2447] There's no disconnectall for std.signals

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2447 jfanati...@gmx.at changed: What|Removed |Added CC||jfanati...@gmx.at Depends

[Issue 8441] mixin containing template functions causes compiler errors

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

[Issue 9338] Compiler segfaults if try to CTFE member function without valid 'this'

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9338 --- Comment #3 from github-bugzi...@puremagic.com 2013-01-18 06:22:59 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8441] mixin containing template functions causes compiler errors

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8441 --- Comment #3 from jfanati...@gmx.at 2013-01-18 07:04:59 PST --- Ah, I see: So the issue is that template overloads don't work. Thanks for investigating this! Unfortunately it does not really help for std.signals2, because renaming the

[Issue 9338] Compiler segfaults if try to CTFE member function without valid 'this'

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9338 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||CTFE

[Issue 9348] New: tmpl!arg syntax followed by !is

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9348 Summary: tmpl!arg syntax followed by !is Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: minor Priority: P2 Component:

[Issue 8441] mixin containing template functions causes compiler errors

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8441 --- Comment #4 from monarchdo...@gmail.com 2013-01-18 08:15:53 PST --- (In reply to comment #3) Ah, I see: So the issue is that template overloads don't work. In the context of template mixins with mixinIdentifiers only. Template overloads,

[Issue 9348] tmpl!arg syntax followed by !is or !in

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

[Issue 8441] mixin containing template functions causes compiler errors

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8441 --- Comment #5 from jfanati...@gmx.at 2013-01-18 09:17:10 PST --- In the context of template mixins with mixinIdentifiers only. Template overloads, as a general rule, do work. Yeah, I meant that. I used to think that template functions in a

[Issue 7408] traits compiles fails for built-in properties of template instances

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7408 --- Comment #2 from github-bugzi...@puremagic.com 2013-01-18 09:27:28 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7408] traits compiles fails for built-in properties of template instances

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

[Issue 8441] mixin containing template functions causes compiler errors

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8441 --- Comment #6 from monarchdo...@gmail.com 2013-01-18 09:49:28 PST --- (In reply to comment #5) But the instantiation of a signal and the access: mixin T!(1) t0; alias t0 t1; x.f1().j!(3,a)(2.2, 3.3); vs mixin T!() t0;

[Issue 9349] New: rdmd fails with /usr/bin/ld: cannot find -lcurl

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9349 Summary: rdmd fails with /usr/bin/ld: cannot find -lcurl Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 9350] New: std.algorithm.findAdjacent unreachable code warning with infinite ranges

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9350 Summary: std.algorithm.findAdjacent unreachable code warning with infinite ranges Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 9349] rdmd fails with /usr/bin/ld: cannot find -lcurl

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

[Issue 9269] [2.061] rdmd -unittest fails with lcurl not found

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

[Issue 9339] std.random.uniform!Enum should return random enum member

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9339 --- Comment #14 from bearophile_h...@eml.cc 2013-01-18 10:20:09 PST --- (In reply to comment #6) T uniform(T)() if (is(T == enum) isIntegral!T || isSomeChar!T) { static immutable T[EnumMembers!T.length] members = [EnumMembers!T];

[Issue 9344] A program takes a console comand as an argument.

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

[Issue 9339] std.random.uniform!Enum should return random enum member

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9339 --- Comment #15 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-18 10:30:47 PST --- (In reply to comment #14) (In reply to comment #6) T uniform(T)() if (is(T == enum) isIntegral!T || isSomeChar!T) { static

[Issue 8441] mixin containing template functions causes compiler errors

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8441 --- Comment #7 from jfanati...@gmx.at 2013-01-18 10:39:34 PST --- Ha! Sorry :-) I completely forgot about the example of Ellery Newcomer (And I wondered already how you made up such an elaborate solution, from such a simple problem ;-) ). The

[Issue 9351] New: Cannot run Phobos unittests locally on win32

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9351 Summary: Cannot run Phobos unittests locally on win32 Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 9351] Cannot run Phobos unittests locally on win32

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

[Issue 9352] New: Memory corruption in delegate called by struct dtor

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9352 Summary: Memory corruption in delegate called by struct dtor Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 9352] Memory corruption in delegate called by struct dtor

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9352 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added CC|

[Issue 9352] Memory corruption in delegate called by struct dtor

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9352 --- Comment #2 from hst...@quickfur.ath.cx 2013-01-18 12:22:26 PST --- You're right, I added some writeln's to print the address of S.t, and here's what I got: ctor: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,

[Issue 9351] Cannot run Phobos unittests locally on win32

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9351 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-18 12:28:00 PST --- I still get out of memory errors when I copy it to DMC's lib. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 9352] Memory corruption in delegate called by struct dtor

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9352 --- Comment #3 from hst...@quickfur.ath.cx 2013-01-18 12:25:33 PST --- Rather than banning this outright, I think a better approach may be to detect when a delegate is referencing the struct on the stack, and create the struct on the heap

[Issue 9351] Cannot run Phobos unittests locally on win32

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9351 --- Comment #3 from monarchdo...@gmail.com 2013-01-18 12:36:43 PST --- (In reply to comment #2) I still get out of memory errors when I copy it to DMC's lib. Hum, I copied mine in dmd's libs... :/ ??? -- Configure issuemail:

[Issue 9351] Cannot run Phobos unittests locally on win32

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9351 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-18 12:44:18 PST --- (In reply to comment #3) (In reply to comment #2) I still get out of memory errors when I copy it to DMC's lib. Hum, I copied mine in dmd's

[Issue 9350] std.algorithm.findAdjacent unreachable code warning with infinite ranges

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9350 --- Comment #1 from github-bugzi...@puremagic.com 2013-01-18 15:34:59 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9350] std.algorithm.findAdjacent unreachable code warning with infinite ranges

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9350 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9353] New: Memory corruption with mixin-generated code and -cov switch

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9353 Summary: Memory corruption with mixin-generated code and -cov switch Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity:

[Issue 5065] writefln(%f of a Tuple prints a result

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

[Issue 8757] Require parenthesization of ternary operator when compounded

2013-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8757 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|