[Issue 8400] static array type cannot interpret dynamic array length

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8400 --- Comment #2 from github-bugzi...@puremagic.com 2012-07-19 23:53:42 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8121] scope ref is perfectly OK

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8121 Matthias Walter xa...@xammy.info changed: What|Removed |Added CC||xa...@xammy.info

[Issue 4301] BigInt * const(BigInt) doesn't work well

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

[Issue 8402] New: Lambda argument's default value is not taken into account

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8402 Summary: Lambda argument's default value is not taken into account Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7176] Lambda = syntax for function and methods too

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7176 Artem Borisovskiy kolo...@bk.ru changed: What|Removed |Added CC||kolo...@bk.ru ---

[Issue 7176] Lambda = syntax for function and methods too

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7176 --- Comment #11 from Jacob Carlborg d...@me.com 2012-07-20 07:06:34 PDT --- (In reply to comment #10) Why not just make bar_ public? You do not add any code to the getter nor to the setter anyway. Perhaps I want it to be virtual, to be

[Issue 7936] std.random.randomSample always returns the same first value when passed a random number generator

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7936 Joseph Rushton Wakeling joseph.wakel...@webdrake.net changed: What|Removed |Added Status|NEW

[Issue 7176] Lambda = syntax for function and methods too

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7176 --- Comment #12 from David Piepgrass qwertie...@gmail.com 2012-07-20 08:59:15 PDT --- (In reply to comment #11) (In reply to comment #10) Why not just make bar_ public? You do not add any code to the getter nor to the setter anyway.

[Issue 7176] Lambda = syntax for function and methods too

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7176 --- Comment #13 from Jonathan M Davis jmdavisp...@gmx.com 2012-07-20 10:06:53 PDT --- Yes, or, quite often I want to write a trivial getter but a nontrivial setter. So I'd like just the getter for free. Also, when the interface is going to

[Issue 7176] Lambda = syntax for function and methods too

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7176 --- Comment #14 from Jacob Carlborg d...@me.com 2012-07-20 10:22:44 PDT --- (In reply to comment #12) Yes, or, quite often I want to write a trivial getter but a nontrivial setter. So I'd like just the getter for free. Also, when the

[Issue 8402] Lambda argument's default value is not taken into account

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8402 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 8395] Templated struct constructors don't implicitly convert to const

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

[Issue 7803] scope(success) in nothrow/@safe functions causes compile errors

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7803 kekeni...@yahoo.co.jp changed: What|Removed |Added CC||kekeni...@yahoo.co.jp

[Issue 8403] New: ^^ and ^^= missing from lex.html

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8403 Summary: ^^ and ^^= missing from lex.html Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8403] ^^ and ^^= missing from lex.html

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8403 --- Comment #1 from Jonathan M Davis jmdavisp...@gmx.com 2012-07-20 21:32:16 PDT --- https://github.com/D-Programming-Language/d-programming-language.org/pull/142 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 1064] Tuples are not expanded in array initializers

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1064 --- Comment #3 from github-bugzi...@puremagic.com 2012-07-20 21:52:54 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd