[Issue 2917] std.date fails for all years before 1970

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4618] std.algorithm.reduce over fixed-size array (regression)

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4618 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5406] [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5406 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added CC|

[Issue 5391] Crash with recursive alias declaration

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5391 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #1 from

[Issue 3788] UTCtoLocal dont works

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3788 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1971] Any SocketException causes program to segfault

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1971 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2334] std.thread.Thread.getState should be const

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2334 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4822] Problem with std.stdio.File.writef(%c

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4822 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added CC|

[Issue 4096] nonzero timezone offset in UTC timestamp; wrong local time.

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4096 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4806] Typo in transversal

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4806 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2874] phobos docs issues

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2874 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5144] Issue with SYSTEMTIME2d_time daylightSavingTA()

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5144 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added CC|

[Issue 5144] Issue with SYSTEMTIME2d_time daylightSavingTA()

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5144 --- Comment #2 from Lars T. Kyllingstad bugzi...@kyllingen.net 2011-02-03 02:53:57 PST --- (In reply to comment #1) ...std.datetime has replaced std.date in D1. And by D1 I do of course mean D2. -- Configure issuemail:

[Issue 1007] DDoc-HTML for std.thread isn't generated correctly on Linux

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1007 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5519] Saner struct equality

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5519 --- Comment #2 from Denis Derman denis.s...@gmail.com 2011-02-03 03:40:07 PST --- (In reply to comment #0) Surprisingly this works (DMD 2.051): struct Bar { int x; const bool opEquals(ref const(Bar) o) { return x ==

[Issue 5519] Saner struct equality

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5519 --- Comment #3 from Denis Derman denis.s...@gmail.com 2011-02-03 03:55:37 PST --- The core issue, I guess, is that '==' implicitely means comparison by value equality. This sense is even more obvious in D which has a dedicated operator 'is'

[Issue 5519] Saner struct equality

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5519 --- Comment #4 from Denis Derman denis.s...@gmail.com 2011-02-03 04:30:32 PST --- One (hopefully last) more point: A situation where one may constantly need to compare structs for equality (by value!) is unittests: unittest { ...

[Issue 5313] Struct Arrays Still Compared Bitwise

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5313 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3789] comparing a struct with an array member does a bitwise compare

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added CC|

[Issue 4988] Floats in structs are not equal on 0.0f vs -0.0f

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4988 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3789] comparing a struct with an array member does a bitwise compare

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added CC|

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Keywords||wrong-code

[Issue 5522] New: std.range.zip fails on arrays of Object.

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5522 Summary: std.range.zip fails on arrays of Object. Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 3337] weird behavior of associative arrays

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3337 ZY Zhou rin...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5406] [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5406 --- Comment #2 from Rob Jacques sandf...@jhu.edu 2011-02-03 09:46:11 PST --- I apologize for the bad test case. In retrospect, I believe I didn't try to reduce it, I simply extrapolated the issue from the error message reported. Here is a

[Issue 4806] Typo in transversal

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4806 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-02-03 13:29:27 PST --- You're right. It must have been a brainfart. :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5373] Regression (2.051) CTFE and std.string.replace() causes Bad binary function q{a == b}..

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5373 Rob Jacques sandf...@jhu.edu changed: What|Removed |Added CC||sandf...@jhu.edu ---

[Issue 5406] [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5406 Rob Jacques sandf...@jhu.edu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5373] Regression (2.051) CTFE and std.string.replace() causes Bad binary function q{a == b}..

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5373 --- Comment #5 from Rob Jacques sandf...@jhu.edu 2011-02-03 15:00:16 PST --- This is the patch from Issue 5406. It appear to solve both issue's test cases. template binaryFunImpl(alias fun, string parm1Name, string parm2Name) { static if

[Issue 4566] Calling functions in parallel with std.concurrency

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4566 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added CC|

[Issue 5522] std.range.zip fails on arrays of Object.

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5522 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4307] spawn()'ed thread doesn't terminate

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4307 --- Comment #13 from Sean Kelly s...@invisibleduck.org 2011-02-03 15:51:51 PST --- Fixed in the current revision. The threads exit with a MessageMismatch exception though, which seems like a QOI issue. They should probably exit with an

[Issue 5317] Assertion is not work in a function called by std.concurrency.spawn

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5317 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added CC|

[Issue 5523] New: std.regex handles \s and \W (etc.) inside square brackets improperly

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5523 Summary: std.regex handles \s and \W (etc.) inside square brackets improperly Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 5512] Compile error(FreeBSD8.1): not defined lstat64()

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5512 Sohgo Takeuchi so...@sohgo.dyndns.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4307] spawn()'ed thread doesn't terminate

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4307 --- Comment #14 from Jonathan M Davis jmdavisp...@gmx.com 2011-02-03 22:39:19 PST --- What about joining the spawned threads? From what I recall, there was no place that join was called on them, so if I understand correctly, they'll continue