[Issue 9311] shared library file extension incorrectly modified

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9311 --- Comment #4 from github-bugzi...@puremagic.com 2013-05-04 23:39:49 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 10030] New: Support -l: switch when passing default library to ld

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10030 Summary: Support -l: switch when passing default library to ld Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 10030] Support '-l:' switch when passing default library to ld

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10030 --- Comment #1 from github-bugzi...@puremagic.com 2013-05-05 02:14:16 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9311] shared library file extension incorrectly modified

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9311 Jordi Sayol g.sa...@yahoo.es changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10022] Importing packages

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10022 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-05-05 03:08:41 PDT --- (In reply to comment #4) -- /++ Package documentation here +/ module std.datetime.package; public import std.datetime.common; public

[Issue 10031] New: Link to old wiki on dlang.org

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10031 Summary: Link to old wiki on dlang.org Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites

[Issue 10022] Importing packages

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10022 --- Comment #6 from yebblies yebbl...@gmail.com 2013-05-06 02:13:24 EST --- (In reply to comment #5) I see. This is a good idea, but public import modules do have their bugs, e.g. the recently fixed Issue 9919. I've ran into a few others

[Issue 10004] tuple comparison with side-effect should work

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10004 --- Comment #2 from github-bugzi...@puremagic.com 2013-05-05 09:50:26 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10032] New: std.traits.moduleName abuse a compiler issue: (parent trait can't evaluate parent object for manifest constants).

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10032 Summary: std.traits.moduleName abuse a compiler issue: (parent trait can't evaluate parent object for manifest constants). Product: D Version: D2 Platform: All

[Issue 10030] Support '-l:' switch when passing default library to ld

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10030 --- Comment #2 from github-bugzi...@puremagic.com 2013-05-05 11:02:50 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 10034] New: wWinMain and wmain fail to link

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10034 Summary: wWinMain and wmain fail to link Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 10034] wWinMain and wmain fail to link

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10034 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 10034] wWinMain and wmain fail to link

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10034 --- Comment #2 from Diggory digg...@googlemail.com 2013-05-05 14:12:24 PDT --- Windows also supports wmain and wWinMain which are wide character versions of main and WinMain. -- Configure issuemail:

[Issue 10034] wWinMain and wmain fail to link

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

[Issue 10035] New: Rebindable does not work with CTFE

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10035 Summary: Rebindable does not work with CTFE Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5003] regex(replace with delegate) sample doesn't work

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5003 --- Comment #5 from Andrei Alexandrescu and...@erdani.com 2013-05-05 18:41:55 PDT --- Dmitry, any chance you could close this by (a) submitting a pull request changing the code sample so that it works, and (b) submitting a bug report for dmd?

[Issue 9665] Structure constant members can not be initialized if have opAssign

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9665 --- Comment #17 from Andrei Alexandrescu and...@erdani.com 2013-05-05 19:00:14 PDT --- So Kenji, did you fix this bug in trunk? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 10022] Importing packages

2013-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10022 --- Comment #7 from Jonathan M Davis jmdavisp...@gmx.com 2013-05-05 22:17:11 PDT --- http://wiki.dlang.org/DIP37 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: