[Issue 17061] dlopen: cannot load any more object with static TLS

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17061 --- Comment #2 from Timothee Cour --- obviously LD_PRELOAD trick doesn't work if the lib2.so needs to be recompiled while code is running; LINKS:

[Issue 16959] bringToFront fails on char arrays

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16959 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/82c30a688260ce13aefee0a12369742ce252ab07 Issue 16959 - Added doc entry about Unicode behaviour +

[Issue 17061] dlopen: cannot load any more object with static TLS

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17061 Timothee Cour changed: What|Removed |Added CC|

[Issue 17061] New: dlopen: cannot load any more object with static TLS

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17061 Issue ID: 17061 Summary: dlopen: cannot load any more object with static TLS Product: D Version: D2 Hardware: x86 OS: Linux Status: NEW Severity: enhancement

[Issue 16470] Segfault with negative array length

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16470 Alexandru Razvan Caciulescu changed: What|Removed |Added Keywords|

[Issue 17040] Examples should have an import of itself

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17040 Alexandru Razvan Caciulescu changed: What|Removed |Added Keywords|

[Issue 17051] [Programming in D for C Programmers] C supports anonymous structs; section is misleading.

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17051 Alexandru Razvan Caciulescu changed: What|Removed |Added Keywords|

[Issue 17052] [Programming in D for C Programmers] C supports designated initialization; section is misleading

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17052 Alexandru Razvan Caciulescu changed: What|Removed |Added Keywords|

[Issue 17053] [Programming in D for C Programmers] C supports array initialization; section is misleading

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17053 Alexandru Razvan Caciulescu changed: What|Removed |Added Keywords|

[Issue 16671] std.variant visiting functions should pass file, line to VariantException

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16671 Alexandru Razvan Caciulescu changed: What|Removed |Added Status|NEW

[Issue 16991] Make writeln documentation palatable

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16991 Eduard Staniloiu changed: What|Removed |Added Assignee|edi33...@gmail.com |nob...@puremagic.com

[Issue 16684] std.getopt, problem with the automatic handling of "h"

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16684 --- Comment #2 from b2.t...@gmx.com --- (In reply to b2.temp from comment #1) > @Alexandru, I think that the best fix is to > > 1/ add a static assert() that prevents to specify "-h" or "--help" (for > example there's already "optionValidator" that

[Issue 16684] std.getopt, problem with the automatic handling of "h"

2017-01-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16684 --- Comment #1 from b2.t...@gmx.com --- @Alexandru, I think that the best fix is to 1/ add a static assert() that prevents to specify "-h" or "--help" (for example there's already "optionValidator 2/ also update the documentation, saying that this