[Issue 6860] New: isNumeric(immutable(char)) fails

2011-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6860 Summary: isNumeric(immutable(char)) fails Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Pho

[Issue 6859] Segfault when abstract method uses with contract.

2011-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6859 Kenji Hara changed: What|Removed |Added Keywords||patch, wrong-code --- Comment #1 from Ken

[Issue 5193] SList cannot have struct elements that have immutable members.

2011-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5193 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #2 from Kenji Hara 201

[Issue 6861] New: Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string])

2011-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6861 Summary: Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string]) Product: D Version: D2 Platform: x86 OS/Ve

[Issue 5076] std.algorithm.sorted / schwartzSorted

2011-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5076 --- Comment #12 from bearophile_h...@eml.cc 2011-10-28 17:33:16 PDT --- An use case for sorted(). I have to create a function foo() with a int[] argument. Unless foo() is performance-critical the usual API requirements ask for its arguments to b

[Issue 4716] std.stdio.input() or similar

2011-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4716 --- Comment #3 from bearophile_h...@eml.cc 2011-10-28 18:22:54 PDT --- A D2 program that reads a string from the keyboard: import std.stdio; void main() { string s = readln(); writeln(">", s, "<"); } Running it it shows that the newl