[Issue 5240] Faster std.random.uniform() for [0.0, 1.0) range

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5240 Denis Derman denis.s...@gmail.com changed: What|Removed |Added CC||denis.s...@gmail.com

[Issue 5247] New: std.utf.stride() should not return 0xFF

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5247 Summary: std.utf.stride() should not return 0xFF Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5247] std.utf.stride() should not return 0xFF

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5247 Jacob Carlborg d...@me.com changed: What|Removed |Added CC||d...@me.com --- Comment

[Issue 5210] PATCH: minor changes to allow compiling with Visual C++ 2008

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5210 simon s.d.hamm...@googlemail.com changed: What|Removed |Added Attachment #810 is|0 |1

[Issue 5179] Make files missing dependency rule for strtold.obj

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5179 simon s.d.hamm...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5247] std.utf.stride() should not return 0xFF

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5247 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #2

[Issue 5240] Faster std.random.uniform() for [0.0, 1.0) range

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5240 st...@despam.it changed: What|Removed |Added CC||st...@despam.it --- Comment #3 from

Re: [Issue 2834] Struct Destructors are not called by the GC, but called on explicit delete.

2010-11-21 Thread Sean Kelly
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=2834 Max Samukha samu...@voliacable.com changed: What|Removed |Added CC|

[Issue 5249] New: Strongly pure random generator

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5249 Summary: Strongly pure random generator Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 5250] New: Pure std.typecons.Tuple

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5250 Summary: Pure std.typecons.Tuple Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 5250] Pure std.typecons.Tuple

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5250 --- Comment #1 from bearophile_h...@eml.cc 2010-11-21 16:21:53 PST --- The same is true for nothrow attribute: import std.typecons: Tuple; pure nothrow Tuple!int foo() { return Tuple!int(0); } void main() { assert(foo()[0] == 0); }

[Issue 5251] New: Const C file

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5251 Summary: Const C file Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2

[Issue 5252] New: pure nothrow Rebindable

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5252 Summary: pure nothrow Rebindable Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: enhancement Priority:

[Issue 5249] Strongly pure random generator

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5249 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 5249] Strongly pure random generator

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5249 --- Comment #2 from bearophile_h...@eml.cc 2010-11-21 16:40:59 PST --- (In reply to comment #1) So, essentially you want a random number generator which is monadic, like you'd get in a language like Haskell. Right, but it's not a

[Issue 3554] Ddoc generats invalid output for documentation comments with non paired paranthasis

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3554 --- Comment #15 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-11-21 16:50:01 PST --- Thanks for your hard work, but I just tested initial bugreport in DMD 2.050, and it still do not work as expected. /** Produces something in (a;b] */

[Issue 2095] covariance w/o typechecks = bugs

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2095 --- Comment #24 from Stewart Gordon s...@iname.com 2010-11-21 17:26:38 PST --- (In reply to comment #23) ? extends A[] Interesting. This type implies array is mutable, so you can put objects into it. No, because you don't know which

[Issue 3661] ^^ not supported in array operations.

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 --- Comment #9 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-11-21 18:04:00 PST --- I don't know many methods which use them personally, but it doesn't mean that they shouldn't be provided. Actually any formula which have exponent

[Issue 5253] New: regression, in contracts are not allowed in overriden methods.

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5253 Summary: regression, in contracts are not allowed in overriden methods. Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity:

[Issue 5253] regression, in contracts are not allowed in overriden methods.

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5253 --- Comment #1 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-11-21 18:50:07 PST --- 'int m' parameter in template is also important. Minimizing test case by removing it, make error disappear. Changing it to general template parameter (i.e.

[Issue 5254] New: Low performance code with struct constructor

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5254 Summary: Low performance code with struct constructor Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: performance Severity: normal

[Issue 5256] New: null Rebindable testing not supported

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5256 Summary: null Rebindable testing not supported Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5056] Warning against virtual method call from constructor

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5056 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added CC|

[Issue 5249] Strongly pure random generator

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5249 --- Comment #3 from bearophile_h...@eml.cc 2010-11-21 20:03:55 PST --- A bit more realistic (but not complete, not commented, etc) test using one of the rnd generator of the std.random module: pure nothrow UIntType

[Issue 5161] Selective import results in conflicting definition.

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5161 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added CC|