[Issue 18441] Add comments to GC page about tradeoffs in design and impl of GC (garbage collector)

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18441 --- Comment #2 from anonymous4 --- https://blog.plan99.net/modern-garbage-collection-911ef4f8bd8e GC questionnaire, may be interesting to fill. --

[Issue 18441] Add comments to GC page about tradeoffs in design and impl of GC (garbage collector)

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18441 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 17747] extern(C) shared static module constructor should be called in betterC programs

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17747 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18450] New: ICE without line numbers on templated struct constructor call

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18450 Issue ID: 18450 Summary: ICE without line numbers on templated struct constructor call Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 17772] Wrong C++ mangled names for templated functions

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17772 --- Comment #1 from Walter Bright --- Partial fix: https://github.com/dlang/dmd/pull/7906 --

[Issue 18450] ICE without line numbers on templated struct constructor call

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18450 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18425] std.process environment["VAR"] = "NAME" does not always take effect

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18425 --- Comment #4 from Rainer Schuetze --- > Was this a hand-copied typo, or was there a typo in the original? Ooops. Typo is in the test only. The result with DFLAGS is the same, though. > I looked at the code, and it's very

[Issue 18451] rejects-valid since 2.076.1

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18451 Steven Schveighoffer changed: What|Removed |Added Keywords||rejects-valid

[Issue 18451] [REG 2.076.1] In certain circumstances, calling remove on an array of delegates fails

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18451 --- Comment #1 from Steven Schveighoffer --- A couple more notes: Putting a pragma(msg, isInputRange!(typeof(dgs))) before the remove line seems to make it succeed to compile. Removing the writeln after the remove also makes

[Issue 5710] cannot use delegates as parameters to non-global template

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 Simen Kjaeraas changed: What|Removed |Added CC||simend...@gmail.com

[Issue 11098] template instance x cannot use local y as parameter to non-global template z

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11098 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18451] New: rejects-valid since 2.076.1

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18451 Issue ID: 18451 Summary: rejects-valid since 2.076.1 Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression Priority: P1

[Issue 18451] [REG 2.076.1] In certain circumstances, calling remove on an array of delegates fails

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18451 Steven Schveighoffer changed: What|Removed |Added Summary|rejects-valid since 2.076.1 |[REG 2.076.1] In

[Issue 18452] New: std.zip has size limit of 2 GB

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18452 Issue ID: 18452 Summary: std.zip has size limit of 2 GB Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 18434] BigInt gcd asserts when one argument is zero.

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18434 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/fb66d07b769111664d648b5d4eb0a96d8c3e3101 Fix issue 18434: gcd(BigInt(0), BigInt(1)) fails The

[Issue 18434] BigInt gcd asserts when one argument is zero.

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18434 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10828] datetime toString functions should accept sink

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10828 Jack Stouffer changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 17420] std.format.formatObject doesn't work with @safe toString specialization

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17420 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18449] dmd allows to compile `extern(C++) class` even though it should be extern(C++) struct; should give error

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18449 Timothee Cour changed: What|Removed |Added Summary|extern(C++) class layout|dmd allows to

[Issue 18449] dmd allows to compile `extern(C++) class` even though it should be extern(C++) struct; should give error

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18449 --- Comment #2 from Timothee Cour --- reopening and changed title to: dmd allows to compile `extern(C++) class` even though it should be extern(C++) struct; should give error is that fixable or fundamentally hard to

[Issue 18449] dmd allows to compile `extern(C++) class` even though it should be extern(C++) struct; should give error

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18449 Timothee Cour changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 18449] extern(C++) class layout does not work

2018-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18449 Timothee Cour changed: What|Removed |Added Status|NEW |RESOLVED