[Issue 7712] New: Cannot make website

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7712 Summary: Cannot make website Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites

[Issue 7713] New: lambda inference doesn't work on template function argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 Summary: lambda inference doesn't work on template function argument Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 7709] Segfault when trying to use any property of an AA, which is the return type of a CTFE function with inout parameters.

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7709 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 7709] Segfault when trying to use any property of an AA, which is the return type of a CTFE function with inout parameters.

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7709 --- Comment #2 from kenn...@gmail.com 2012-03-15 03:35:33 PDT --- (In reply to comment #1) Duplicate of bug 7602? I don't think so (at least on the surface). This variant of 7602 works (as described in 7602's title):

[Issue 7712] Cannot make website

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7712 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7712] Cannot make website

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7712 --- Comment #2 from simendsjo simend...@gmail.com 2012-03-15 04:10:25 PDT --- That is what gives the error: dmd -c -o- -Df/home/simendsjo/code/dmd-trunk/d-programming-language.org/web/gsoc2011.html macros.ddoc doc.ddoc 2.058.ddoc gsoc2011.dd

[Issue 7632] byValue() for associative arrays doesn't return the correct values

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7632 --- Comment #4 from Erik Johansson Andersson exe...@gmail.com 2012-03-15 04:20:07 PDT --- (In reply to comment #3) OK I'll leave this bug open for now. I just tried it again with the latest dmd from git, and got this output: [0, 8, 16, 2,

[Issue 7712] Cannot make website

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7712 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 7714] Building d-programming-language.org fails to build phobos when built with multiple jobs.

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7714 --- Comment #1 from Steven Schveighoffer schvei...@yahoo.com 2012-03-15 05:34:29 PDT --- (In reply to comment #0) I go to a clean phobos (with a clean dependent druntime), and do make -f posix.mak html, it fails with the following error:

[Issue 7714] New: Building d-programming-language.org fails to build phobos when built with multiple jobs.

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7714 Summary: Building d-programming-language.org fails to build phobos when built with multiple jobs. Product: D Version: D2 Platform: All OS/Version: Linux Status:

[Issue 7670] UFCS problem with @property and structs

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

[Issue 7715] New: DDoc eats $1, $2, $3 etc. inside d_code section

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7715 Summary: DDoc eats $1, $2, $3 etc. inside d_code section Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2

[Issue 7715] DDoc eats $1, $2, $3 etc. inside d_code section

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7715 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Severity|critical|normal ---

[Issue 7716] New: Add an indexed overload to countUntil

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7716 Summary: Add an indexed overload to countUntil Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 7681] Regression(2.059head):ICE:opCatAssign(delegate) to undefined identifier

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7681 --- Comment #3 from github-bugzi...@puremagic.com 2012-03-15 13:30:10 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 7679] std.regex.split and splitter don't work w/ ctRegex

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7679 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-15 13:43:22 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #2

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 --- Comment #3 from Trass3r mrmoc...@gmx.de 2012-03-15 22:03:28 CET --- With git dmd on Ubuntu 11.04 it's now: $ dmd -m64 -profile test.d $ ./test object.Exception@std/random.d(940): std.random.uniform(): invalid bounding interval

[Issue 7681] Regression(2.059head):ICE:opCatAssign(delegate) to undefined identifier

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7681 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5733] Calling opDispatch As Template Results in Compiler Infinite Loop

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5733 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-15 15:05:20 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7702] opDispatch goes into infinite loop

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7702 --- Comment #3 from github-bugzi...@puremagic.com 2012-03-15 15:05:24 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7702] opDispatch goes into infinite loop

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7702 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5733] Calling opDispatch As Template Results in Compiler Infinite Loop

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5733 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7717] New: Regression(2.059): typeof(this) incorrect in mixin template

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7717 Summary: Regression(2.059): typeof(this) incorrect in mixin template Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 7670] UFCS problem with @property and structs

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7670 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7703] [UFCS] explicit template function instantiation as property

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7703 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6681] struct constructor call is converted to struct literal that breaks union initialization

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6681 --- Comment #15 from github-bugzi...@puremagic.com 2012-03-15 18:30:16 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7698] can't specialize parameterized template value

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7698 --- Comment #1 from github-bugzi...@puremagic.com 2012-03-15 21:42:58 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7713] lambda inference doesn't work on template function argument

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

[Issue 7713] lambda inference doesn't work on template function argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 Alex R�nne Petersen xtzgzo...@gmail.com changed: What|Removed |Added CC|

[Issue 2849] Length of a local immutable(char[]) cannot be a template value argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2849 --- Comment #1 from Don clugd...@yahoo.com.au 2012-03-15 22:40:16 PDT --- It's because it doesn't try to const fold it. In this case, the init value is constant, so it could possibly work. In other cases, it could be initialized from something

[Issue 7713] lambda inference doesn't work on template function argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-03-15 22:49:51 PDT --- (In reply to comment #2) Question: Would this also allow: void foo(T)(T t, bool delegate(T) dg) { } void main() { foo(1, (i) { return true; }); }

[Issue 7713] lambda inference doesn't work on template function argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 --- Comment #4 from Alex R�nne Petersen xtzgzo...@gmail.com 2012-03-15 22:54:41 PDT --- That makes sense. Thank you for the explanation. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving