[Issue 5626] std.random unittest disabled

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5626 Brad Roberts changed: What|Removed |Added AssignedTo|repeate...@gmail.com|nob...@puremagic.com --- Comment #2 fro

[Issue 5789] New: Runtime.loadLibrary/unloadLibrary need .getSymbol()

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5789 Summary: Runtime.loadLibrary/unloadLibrary need .getSymbol() Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5788] New: Return [] array

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5788 Summary: Return [] array Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD Assigne

[Issue 5756] amap() and maybe afilter() too

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5756 --- Comment #2 from bearophile_h...@eml.cc 2011-03-27 13:38:59 PDT --- It seems dsimcha has renamed two functions in std.parallelism, now the eager version is named amap: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D

[Issue 3882] Unused result of pure functions

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3882 --- Comment #4 from bearophile_h...@eml.cc 2011-03-27 13:21:22 PDT --- Walter seems to appreciate the idea: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=132932 -- Configure issuemail: http://d.puremagic

[Issue 5627] std.internal.math.biguintnoasm unittest disabled

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5627 Brad Roberts changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3882] Unused result of pure functions

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3882 --- Comment #3 from bearophile_h...@eml.cc 2011-03-27 08:39:01 PDT --- KennyTM~ reminds that this is error message is only for "strongly pure" functions. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 3960] Unused variable warning

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3960 --- Comment #6 from bearophile_h...@eml.cc 2011-03-27 08:15:13 PDT --- Two new good related flags in GCC 4.6: >New -Wunused-but-set-variable and -Wunused-but-set-parameter warnings were >added for C, C++, Objective-C and Objective-C++. These w

[Issue 5787] New: Invisible multiple function calls in static foreach

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5787 Summary: Invisible multiple function calls in static foreach Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: performance Severity:

[Issue 3882] Unused result of pure functions

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3882 --- Comment #2 from bearophile_h...@eml.cc 2011-03-27 07:29:53 PDT --- If the druntime function to allocate a new array is a pure function, then this enhancement request catches a bug like this too: { new int[10]; } -- Configure issuemail

[Issue 5786] std.algorithm.sort does not work with std.container.Array: Range violation

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5786 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com Version

[Issue 5786] New: std.algorithm.sort does not work with std.container.Array: Range violation

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5786 Summary: std.algorithm.sort does not work with std.container.Array: Range violation Product: D Version: unspecified Platform: All OS/Version: All Status: NEW