[Issue 15389] extern(C++) forward referencing problem

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15389 --- Comment #3 from Walter Bright --- https://github.com/D-Programming-Language/dmd/pull/5330 --

[Issue 15389] extern(C++) forward referencing problem

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15389 --- Comment #4 from Manu --- Thanks Walter! Does this also address the case in the initial bug report? --

[Issue 15502] Error: function core.time.dur!"nsecs".dur (long length) is not callable using argument types (MonoTimeImpl!cast(ClockType)0)

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15502 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15501] Missing parens for template argument in error message: Error: no property 'nsecs' for type 'MonoTimeImpl!cast(ClockType)0'

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15501 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 15512] New: extern(C++, ns) should consider taking a string

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15512 Issue ID: 15512 Summary: extern(C++, ns) should consider taking a string Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 15507] Throwable.message() should be pure @safe

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15507 Dicebot changed: What|Removed |Added CC||pub...@dicebot.lv --- Comment #1 from Dicebot ---

[Issue 15513] New: Memory Corruption with thread local objects

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15513 Issue ID: 15513 Summary: Memory Corruption with thread local objects Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: blocker P

[Issue 15514] New: Segfault when calling valid D code from C

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15514 Issue ID: 15514 Summary: Segfault when calling valid D code from C Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: blocker Pri

[Issue 15514] Segfault when calling valid D code from C

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15514 --- Comment #1 from Puneet Goel --- (In reply to Puneet Goel from comment #0) > Created attachment 1571 [details] > D and C code files along with makefile > > Trying to call D code from C is resulting in segfault. Kindly see the attachment to look

[Issue 15516] New: etc.linux.memoryerror has no documentation

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15516 Issue ID: 15516 Summary: etc.linux.memoryerror has no documentation Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: minor Priorit

[Issue 15516] etc.linux.memoryerror has no documentation

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15516 Walter Bright changed: What|Removed |Added Assignee|nob...@puremagic.com|deadal...@gmail.com --

[Issue 15516] etc.linux.memoryerror has no documentation

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15516 --- Comment #1 from deadalnix --- I have no idea how to make that happen. Is there a tutorial somewhere to know how to add doc to the website ? --

[Issue 3452] Can't alias member functions such that the object name is implicitly stored in the alias

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3452 Richard changed: What|Removed |Added CC||richard.s...@bool.at --- Comment #5 from Richard -

[Issue 15515] New: default construction disabled for struct constructor with default arguments

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15515 Issue ID: 15515 Summary: default construction disabled for struct constructor with default arguments Product: D Version: D2 Hardware: All OS: All Stat

[Issue 15500] 'default construction is disabled for type' even though one should be available with default arg

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15500 ag0ae...@gmail.com changed: What|Removed |Added CC||c...@dawg.eu --- Comment #1 from ag0ae..

[Issue 15515] default construction disabled for struct constructor with default arguments

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15515 ag0ae...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15516] etc.linux.memoryerror has no documentation

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15516 --- Comment #2 from Walter Bright --- In druntime, 1. add it to mak/DOCS 2. add it to win32.mak just like the other files 3. add it to win64.mak just like the other files 4. I don't know anymore how things get added to the menu on the left --

[Issue 15516] etc.linux.memoryerror has no documentation

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15516 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #3 fro

[Issue 15392] dmd object files fail to link with ld.gold

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15392 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15514] Segfault when calling valid D code from C

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15514 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #2 from a

[Issue 15514] Segfault when calling valid D code from C

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15514 --- Comment #3 from ag0ae...@gmail.com --- I think the problem is that the memory for the closure is allocated as soon as the initialize function is entered, i.e. before the call to Runtime.initialize. --

[Issue 15500] 'default construction is disabled for type' even though one should be available with default arg

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15500 Martin Nowak changed: What|Removed |Added Hardware|x86 |All OS|Mac OS X

[Issue 15507] Throwable.message() should be pure @safe

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15507 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 15500] 'default construction is disabled for type' even though one should be available with default arg

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15500 John Colvin changed: What|Removed |Added CC||john.loughran.colvin@gmail.

[Issue 15517] New: std.experimental.logger: using 'sharedLog' to change to file logging for default logger does not work

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15517 Issue ID: 15517 Summary: std.experimental.logger: using 'sharedLog' to change to file logging for default logger does not work Product: D Version: D2 Hardware: x86

[Issue 15517] std.experimental.logger: using 'sharedLog' to change to file logging for default logger does not work

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15517 varac...@yahoo.com changed: What|Removed |Added Priority|P1 |P4 --