[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added CC||bugzi...@kyllingen.net --- Comme

[Issue 5391] Crash with recursive alias declaration

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

[Issue 3788] UTCtoLocal dont works

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added CC||bugzi...@kyllingen.net --- Comme

[Issue 5271] Not constant RAND_MAX

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4806] Typo in transversal

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

[Issue 2874] phobos docs issues

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

[Issue 4807] Examples for std.array insert and replace

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

[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 changed: What|Removed |Added CC||bugzi...@kyllingen.net

[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 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: http://d.puremagic.com/issues/userprefs.cg

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5519] Saner struct equality

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5519 Denis Derman changed: What|Removed |Added CC||denis.s...@gmail.com --- Comment #1 fro

[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 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 == o.x || x == -o.

[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 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' for comparison "by re

[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 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 { ... assert (result == S(a, b

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #4 from

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added CC||dsim...@yahoo.com 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 changed: What|Removed |Added Keywords||wrong-code Version|2.040

[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 Compon

[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 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 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 properly test case: i

[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 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 receiving this mail because: --

[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 changed: What|Removed |Added CC||sandf...@jhu.edu --- Comment #4 from Rob

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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 (is(typeof(fun) :

[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 #6 from Trass3r 2011-02-03 15:16:34 PST --- Well the other bug report was purely about phobos. The question is if this is just a workaround for an issue that actually needs to be addressed in dmd. -- Configure issuemail: http://d.

[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 changed: What|Removed |Added CC||s...@invisibleduck.org --- Comment #1 fro

[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 changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[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 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 OwnerTerminated message inst

[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 changed: What|Removed |Added CC||s...@invisibleduck.org --- Comment #1 fro

[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 changed: What|Removed |Added Keywords|rejects-valid |patch Priority|P2

[Issue 4332] C files in druntime should be converted to D

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #8 from I

[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 Severit

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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 to exist until the pr