[Issue 17962] dirEntries now truncates Unicode file names

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17962 --- Comment #1 from Jonathan M Davis --- https://github.com/dlang/phobos/pull/5838 --

[Issue 17962] New: dirEntries now truncates Unicode file names

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17962 Issue ID: 17962 Summary: dirEntries now truncates Unicode file names Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 Steven Schveighoffer changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 --- Comment #11 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/9fee0ca6365408d753aedb517c0896af36966b65 Merge pull request #1966 from

[Issue 17961] std.uni does not compile with -unittest -dip1000

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17961 --- Comment #3 from hst...@quickfur.ath.cx --- P.S., this bug pertains to Phobos git HEAD, not to any release (that I'm aware of). --

[Issue 17961] std.uni does not compile with -unittest -dip1000

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17961 hst...@quickfur.ath.cx changed: What|Removed |Added Summary|Git HEAD std.uni does not |std.uni does not compile

[Issue 17961] Git HEAD std.uni does not compile with -unittest -dip1000

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17961 --- Comment #2 from hst...@quickfur.ath.cx --- Found the offending commit: 905788a65a4b7833f52ee0701dc919ee54f0d35b (Phobos PR #5337). --

[Issue 17961] Git HEAD std.uni does not compile with -unittest -dip1000

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17961 --- Comment #1 from hst...@quickfur.ath.cx --- P.S. This bug is causing my otherwise-dip1000-compliant code to no longer compile, making it impossible to build the code with dip1000 (unless I disable -unittest, but that's not a practical workaround

[Issue 17961] New: Git HEAD std.uni does not compile with -unittest -dip1000

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17961 Issue ID: 17961 Summary: Git HEAD std.uni does not compile with -unittest -dip1000 Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 7184] parse error on *(x)++

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7184 --- Comment #2 from anonymous4 --- Is the grammar ordered? It expects braces through PowExpression: https://dlang.org/spec/grammar.html#PowExpression --

[Issue 4946] Not good error message with wrongly positioned 'const'

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4946 RazvanN changed: What|Removed |Added CC|

[Issue 17957] D shared library throws asserts when called from C detached pthread but not terminated with dlclose

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17957 --- Comment #2 from Nicolas F. --- (In reply to ponce from comment #1) > A major problem I see is that you use pthread_detach which you are not > supposed to. > > People are talking about "attachment" in the context of the D

[Issue 17957] D shared library throws asserts when called from C detached pthread but not terminated with dlclose

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17957 ponce changed: What|Removed |Added CC||alil...@gmail.com --- Comment #1

[Issue 780] (D1 only) The assignment of 'this' is allowed

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=780 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 13041] std.range.transposed consumes sub-ranges

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13041 --- Comment #4 from Steven Schveighoffer --- It certainly is possible. Note there is current work to update Transposed to use transverse to allow indexing https://github.com/dlang/phobos/pull/5805. I think we can go further

[Issue 257] package vars accessible from sub-modules, package funcs not

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=257 RazvanN changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 16564] KRRegion.empty sometimes returns Ternary.no

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16564 Lucia Cojocaru changed: What|Removed |Added Assignee|lucia.mcojoc...@gmail.com

[Issue 16656] move embedded zlib to a separate library

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16656 Lucia Cojocaru changed: What|Removed |Added Assignee|lucia.mcojoc...@gmail.com

[Issue 7184] parse error on *(x)++

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7184 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17940] bool function parameters loaded from struct sometimes miscompiled with -O

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

[Issue 17940] bool function parameters loaded from struct sometimes miscompiled with -O

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17940 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/87cd61e4c4aca33254bacb2af735433193a51039 fix issue 17940 When generating a 1-byte mov cse on x86_64,

[Issue 17960] [REG 2.077-rc1] A 192 bytes leak is created by the GC when `-unittest` is an option

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17960 --- Comment #1 from b2.t...@gmx.com --- Actually this is minor issue. Importnat thing being "definitely lost: 0 bytes in 0 blocks". --

[Issue 17769] dmd accepts conversion from shared(int)* to int* when value comes from method

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17769 --- Comment #1 from Lucia Cojocaru --- The reason for the bug is that there are different overloads in dcast.d for implicitConvTo for CallExp (int* foo = s.method() falling here) and Expression (where the other examples in

[Issue 780] (D1 only) The assignment of 'this' is allowed

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=780 --- Comment #9 from RazvanN --- (In reply to Steven Schveighoffer from comment #8) > Reopening, this is a D1 only bug. I'm not in a position to test, but I can't > tell if you mean that you tested on the HEAD for D1 or not.

[Issue 16313] Duplicate symbol generated

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16313 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17960] New: [REG 2.077-rc1] A 192 bytes leak is created by the GC when `-unittest` is an option

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17960 Issue ID: 17960 Summary: [REG 2.077-rc1] A 192 bytes leak is created by the GC when `-unittest` is an option Product: D Version: D2 Hardware: All OS: Linux

[Issue 17943] Wrong pointer arithmetic optimization

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17943 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b8a263d2aa7a2091d95dc6f57fd06f1315b5c9fa Fix issue 17943 - Wrong pointer arithmetic optimization

[Issue 17915] [REG 2.073] core.exception.AssertError@ddmd/optimize.d(614): Assertion failure

2017-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17915 Walter Bright changed: What|Removed |Added Keywords||ice