[Issue 4942] New: Cannot use std.container.Array with a struct as type parameter

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4942 Summary: Cannot use std.container.Array with a struct as type parameter Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: ma

[Issue 4524] Regression(2.026) Bus error with nested struct

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4524 Don changed: What|Removed |Added Summary|Bus error with nested |Regression(2.026) Bus error |st

[Issue 4943] New: In D2 Library spec sidebar, core.* links are dead

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4943 Summary: In D2 Library spec sidebar, core.* links are dead Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 C

[Issue 2121] std.conv.to doesn't know about std.encoding

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2121 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2124] Using method or delegate from reduce! template.

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2124 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4944] New: Missing tzname even though we have tzset

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4944 Summary: Missing tzname even though we have tzset Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2

[Issue 4944] Missing tzname even though we have tzset

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4944 --- Comment #1 from Jonathan M Davis 2010-09-26 07:35:08 PDT --- Okay. daylight does matter. I misread the man page, thinking that it was whether daylight savings time is in effect, but it's not - it's whether the current timezone _has_ DST, w

[Issue 2142] getopt() incorrectly processes bundled comman-line options

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2142 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2147] std.typecons broken (or wrong documentation presented)

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2147 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4945] New: Bad error message with wrong struct literal

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4945 Summary: Bad error message with wrong struct literal Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: enhancement

[Issue 4946] New: Not good error message with wrongly positioned 'const'

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4946 Summary: Not good error message with wrongly positioned 'const' Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 3934] Some untidy attributes

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3934 --- Comment #11 from bearophile_h...@eml.cc 2010-09-26 10:40:03 PDT --- This compiles with no errors with dmd 2.049, but I'd like a compile-time error similar to "manifest constants are always static": void foo() { static enum x = 10; } vo

[Issue 4947] New: Not easy to understand error message with pure and const

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4947 Summary: Not easy to understand error message with pure and const Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnosti

[Issue 2187] missing make target

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2187 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2240] Phobos unittest fails to compile

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2240 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2280] linux.mak doesn't compile and link monitor.d

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2280 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2310] Inconsistent formatting of arrays in std.stdio.write() and std.conv.to!(string)()

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2310 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2424] std.functional binaryRevertArgs : "revert" should be "reverse"

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2424 --- Comment #1 from Andrei Alexandrescu 2010-09-26 11:32:49 PDT --- Fixed: http://www.dsource.org/projects/phobos/changeset/2424 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 1750] RegExp: lack of support for wchar, dchar; lack of lookingAt() method

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1750 --- Comment #1 from Andrei Alexandrescu 2010-09-26 11:37:42 PDT --- The new RegEx supports wchar and dchar. Regarding lookingAt(), I'm unclear: how is it different from searching for a pattern starting with the anchor "^"? -- Configure issue

[Issue 1735] classinfo.create returns null if no default constructor

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1735 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 1733] parse() function does not handle all build-in types

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1733 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2424] std.functional binaryRevertArgs : "revert" should be "reverse"

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2424 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2545] write(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2545 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2592] Cast in std.stdio disallowed in safe mode

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2592 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2655] Allow alternation patterns in std.path.fnmatch

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2655 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2669] Variant does not have opApply or another iteration mechanism

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2669 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4948] New: std.algorithm.sort asserts unexpectedly with certain comparators

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4948 Summary: std.algorithm.sort asserts unexpectedly with certain comparators Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity

[Issue 2718] Inconsistent string parameters in Phobos functions

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2718 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2552] std.path.isabs broken for Windows

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2552 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2742] std.stdio assumes console works in utf-8

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #4 from Andrei Alexandrescu 2010-09-26 14:24:54 PDT --- Any fresh ideas on how to fix this? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2783] Truncation of long string by std.stdio.write

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2783 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2798] std.variant constructor compatible with D variadics

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2798 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2820] itoa and ultoa functions are missing in Phobos

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2820 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2820] itoa and ultoa functions are missing in Phobos

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2820 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 2838] std.file.rmdirRecurse fails

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2930] Problems in std.range documentation

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2930 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2944] std.math.approxEqual doesn't work with infinity.

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2944 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2742] std.stdio assumes console works in utf-8

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #5 from Stewart Gordon 2010-09-26 16:01:10 PDT --- I suppose the way to go about it is to create wrapper stream classes that provide encoding conversion. And have ready-made instances for stdin/out/err, with the codepage detected a

[Issue 3009] format.d(2072) uses deprecated function

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3009 Andrei Alexandrescu changed: What|Removed |Added AssignedTo|and...@metalanguage.com |bugzi...@digitalmars.com --- Com

[Issue 2965] std.date: timezone not initialized

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2965 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3099] std.metastrings.Format example can not compile

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3099 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3157] [patch] Pipes should be closed with pclose

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3157 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3181] Sequence example fails to compile

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3181 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3223] bool value conversions from "false" and "true" are missing

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3223 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3019] std.typetuple: add some templates

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3019 Andrei Alexandrescu changed: What|Removed |Added AssignedTo|and...@metalanguage.com |rsi...@gmail.com --- Comment #1

[Issue 2838] std.file.rmdirRecurse fails

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #7

[Issue 4938] dmd segfault when compiling

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4938 --- Comment #2 from AdamB 2010-09-26 21:03:32 PDT --- Okay. I can reduce it if you need me to. Or does D have a debugging tool where you can simply run the program under the debugger and it will show you where the segfault came from? -- Con