[Issue 6716] Linking a C program with D library causes DEH errors

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6716 Denis Shelomovskij changed: What|Removed |Added CC||verylonglogin@gmail.com --- C

[Issue 4710] writeln crashes when called from C code.

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4710 Denis Shelomovskij changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: Header file generation not working correctly

2012-09-12 Thread Jonathan M Davis
On Thursday, September 13, 2012 03:28:15 Pablo Delado wrote: [snip] Please do not post to this list (it shouldn't even accept posts from anyone other than bugzilla - I don't know why it does). It's not for reporting bugs or asking questions. You sign up for it if you want to receive all of the

Header file generation not working correctly

2012-09-12 Thread Pablo Delado
I am using the d compiler on macosx and when I attempt to generate header files the d compiler simply copies the contents of my d files into the di files instead of generating declarations. Command that I execute is: dmd -Hd./ -Hftest.di -lib test.d After speaking with others in the irc I w

[Issue 8646] std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 --- Comment #4 from jens.k.muel...@gmx.de 2012-09-12 13:49:21 PDT --- Thanks. This looks good. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4014] CodeView debug type info not linked in from library

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4014 --- Comment #5 from Walter Bright 2012-09-12 13:35:43 PDT --- I just don't like the idea of duplicating the symbolic debug info. In reading this bug report, it seems the primary issue is that symdeb info is only generated for the module with t

[Issue 8646] std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 --- Comment #3 from Jonathan M Davis 2012-09-12 13:30:04 PDT --- Just strip the fractional seconds from the SysTime by setting its fracSec property to 0. So, something like sysTime.fracSec = FracSec.from!"msecs"(0); (I should probably add a

[Issue 8646] std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 --- Comment #2 from jens.k.muel...@gmx.de 2012-09-12 12:42:16 PDT --- Thanks for your prompt reply. I see now that the standard allows for fractional seconds. In my use case I'm programming against against a specification that demands ISO 8601 c

[Issue 8646] std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8646] New: std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 Summary: std.datetime ISO strings are incompatible with ISO 8601 Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8645] ICE: Assertion failed: (0), function totym, file glue.c, line 1150.

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

[Issue 8645] ICE: Assertion failed: (0), function totym, file glue.c, line 1150.

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8645 --- Comment #1 from David Gileadi 2012-09-12 07:57:48 PDT --- Created an attachment (id=1144) Code that reveals the bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail becaus

[Issue 8645] New: ICE: Assertion failed: (0), function totym, file glue.c, line 1150.

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8645 Summary: ICE: Assertion failed: (0), function totym, file glue.c, line 1150. Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Seve

[Issue 8638] built-in array opSliceAssign fails with user defined opAssign

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8638 --- Comment #1 from monarchdo...@gmail.com 2012-09-12 01:47:03 PDT --- The issue can be worked around as such: struct S { int i; void opAssign(S); void opAssign(int j); } void main() { ulong[] i; i[] = cast(ushort)

[Issue 8644] CTFE doesn't support string >,< on array literals

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8644 Don changed: What|Removed |Added Keywords||CTFE, pull, rejects-valid --- Comment #1 from Do

[Issue 1188] Command-line arguments are encoded in CP_ACP on Windows instead of UTF-8

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1188 --- Comment #7 from Denis Shelomovskij 2012-09-12 12:19:03 MSD --- https://github.com/D-Programming-Language/phobos/pull/789 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail be

[Issue 8639] dmd buffer overflow related to function literal, real.max, template alias parameter

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8639 --- Comment #3 from Damian Ziemba 2012-09-12 00:58:52 PDT --- This is strange then. http://dpaste.dzfl.pl/abe6e5ca - newest head (842a58c997171716d6ef54c2dcdd0be87df9) and it works fine with both m64 and m32. Build farm that Dpaste uses

[Issue 8639] dmd buffer overflow related to function literal, real.max, template alias parameter

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8639 --- Comment #2 from Nils 2012-09-12 00:45:19 PDT --- (In reply to comment #1) > But seems to be already fixed in trunk -> http://dpaste.dzfl.pl/316495d5 Doesn't work for me with the current git head (842a58c997171716d6ef54c2dcdd0be87df9).

[Issue 8644] New: CTFE doesn't support string >,< on array literals

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8644 Summary: CTFE doesn't support string >,< on array literals Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2