Re: [Issue 2920] New: recursive templates blow compiler stack

2009-05-03 Thread Don
BCS wrote: Hello d-bugm...@puremagic.com, http://d.puremagic.com/issues/show_bug.cgi?id=2920 Summary: recursive templates blow compiler stack ReportedBy: bugzi...@digitalmars.com I was about to mark this as Invalid with a comment that Walter has said that this is not going to be fixed (the

[Issue 2927] New: Ignore Interior GC attribute

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2927 Summary: Ignore Interior GC attribute Product: D Version: 2.029 Platform: PC OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 2927] Ignore Interior GC attribute

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2927 --- Comment #1 from dsim...@yahoo.com 2009-05-03 12:48 --- Created an attachment (id=344) -- (http://d.puremagic.com/issues/attachment.cgi?id=344action=view) Adds interior pointer ignoring feature to gcx.d --

[Issue 2927] Ignore Interior GC attribute

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2927 --- Comment #2 from dsim...@yahoo.com 2009-05-03 12:49 --- Created an attachment (id=345) -- (http://d.puremagic.com/issues/attachment.cgi?id=345action=view) Makes core.memory interface with modified gcx.d. --

[Issue 2697] Cast of float function return to ulong or uint gives bogus value

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2697 moritzwarn...@web.de changed: What|Removed |Added CC||moritzwarn...@web.de ---

[Issue 2921] std.random.uniform doesn't work with char.

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2921 --- Comment #1 from dsim...@yahoo.com 2009-05-03 14:41 --- Created an attachment (id=346) -- (http://d.puremagic.com/issues/attachment.cgi?id=346action=view) Make uniform work with chars. It's just a problem of uniform trying to

[Issue 2928] New: Swap order of paramaters for std.range's take

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2928 Summary: Swap order of paramaters for std.range's take Product: D Version: 2.029 Platform: PC OS/Version: Windows Status: NEW Severity: enhancement Priority: P2

[Issue 2929] New: Alias this when this is null

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2929 Summary: Alias this when this is null Product: D Version: 2.029 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 2930] New: Problems in std.range documentation

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2930 Summary: Problems in std.range documentation Product: D Version: 2.029 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 2928] Swap order of paramaters for std.range's take

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2928 --- Comment #1 from and...@metalanguage.com 2009-05-03 15:36 --- Undecided. take is inspired from Haskell et al where the range comes last. --

[Issue 2928] Swap order of paramaters for std.range's take

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2928 --- Comment #2 from jarrett.billings...@gmail.com 2009-05-03 15:48 --- Keep in mind that Haskell's parameter ordering is based on partial application, a feature that D obviously does not have. --

[Issue 2921] std.random.uniform doesn't work with char.

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2921 and...@metalanguage.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2928] Swap order of paramaters for std.range's take

2009-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2928 --- Comment #3 from and...@metalanguage.com 2009-05-03 16:06 --- (In reply to comment #2) Keep in mind that Haskell's parameter ordering is based on partial application, a feature that D obviously does not have. Sort of