[Issue 8779] New: std.zlib.UnCompress needs a way to detect end-of-stream

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8779 Summary: std.zlib.UnCompress needs a way to detect end-of-stream Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity:

[Issue 8780] New: std.traits.ReturnType of overloaded functions

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8780 Summary: std.traits.ReturnType of overloaded functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8780] std.traits.ReturnType of overloaded functions

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8780 --- Comment #1 from luka8088 luka8...@owave.net 2012-10-08 03:44:04 PDT --- module program; import std.stdio; import std.traits; class a {} class b {} int f1 (a o) { return 1; } string f1 (b o) { return 2; } void main () { a a1 = new a();

[Issue 8780] std.traits.ReturnType of overloaded functions

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8780 --- Comment #2 from luka8088 luka8...@owave.net 2012-10-08 04:04:34 PDT --- I am sorry for such bad description but it seems to me that there are multiple bugs here and I am not sure where the problem is - or even if there is one. Free free to

[Issue 8782] D lexer do not understand unicode char … for variadic

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8782 --- Comment #1 from bioinfornatics bioinfornat...@gmail.com 2012-10-08 04:32:24 PDT --- (In reply to comment #0) D lexer do not understand unicode char … for variadic. from some keayboard layout is faster to write … than ...

[Issue 7065] align() refused for struct defined inside functions

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7065 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-08 04:44:27 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6534] const struct definition inside functions too

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6534 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7065] align() refused for struct defined inside functions

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7065 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6534] const struct definition inside functions too

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6534 --- Comment #6 from github-bugzi...@puremagic.com 2012-10-08 04:44:21 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7172] nested class with additional attributes is not supported

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7172 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8782] D lexer do not understand unicode char … for variadic

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8782 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 6174] Initialize const fixed-size array in constructor

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6174 --- Comment #9 from Kenji Hara k.hara...@gmail.com 2012-10-08 05:35:43 PDT --- (In reply to comment #8) Is this expected? Do you want me to put this in a new bug report? struct Foo { int[1] bar; } const Foo[1] foos; static this() {

[Issue 8773] [CTFE] foreach ref element doesn't work well at compile time.

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

[Issue 8778] Struct with core.simd type has wrong size and gives Segmentation fault

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

[Issue 8773] [CTFE] foreach ref element doesn't work well at compile time.

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8773 SHOO zan77...@nifty.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7658] [CTFE] assignment to reference in foreach fails without error message

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7658 SHOO zan77...@nifty.com changed: What|Removed |Added CC||zan77...@nifty.com ---

[Issue 8782] D lexer do not understand unicode char … for variadic

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

[Issue 8783] New: ref foreach update of const fixed size arrays in constructor

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8783 Summary: ref foreach update of const fixed size arrays in constructor Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 6174] Initialize const fixed-size array in constructor

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6174 --- Comment #10 from bearophile_h...@eml.cc 2012-10-08 10:22:27 PDT --- (In reply to comment #9) Please put in a new report. OK, Issue 8783 Thank you. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 8784] New: std.bigint.BigInt.infinity

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8784 Summary: std.bigint.BigInt.infinity Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 6707] Error message for mismatch of const/non-const property functions needs to improve

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6707 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-08 10:48:56 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6707] Error message for mismatch of const/non-const property functions needs to improve

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6707 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7074] std.concurrency.receive segfaults when called from new thread

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7074 ratchet freak ratchet.fr...@gmail.com changed: What|Removed |Added CC|

[Issue 8778] Struct with core.simd type has wrong size and gives Segmentation fault

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8778 --- Comment #2 from Malte Skarupke malteskaru...@web.de 2012-10-08 12:25:14 PDT --- One more comment: I can also get the non-pure Vector4 to segfault by doing this for example: Vector4 a; a.xyzw.array = [1, 2, 3, 4]; Vector4 b = a + a + a + a

[Issue 8785] New: feature request: static mixin

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8785 Summary: feature request: static mixin Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD