[Issue 17736] bigint opunary should be better performing

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17736 --- Comment #3 from hst...@quickfur.ath.cx --- IMO, the refcounting idea is still valid, if a bit more complicated to implement. It would be important for reducing GC load on BigInt-heavy code, I think. --

[Issue 17736] bigint opunary should be better performing

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17736 --- Comment #4 from Steven Schveighoffer --- Either way, this is not a "simple" enhancement. But feel free to take over this enhancement request if you want to write it up. --

[Issue 2137] Data not compressed on fly when adding to zip archive

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

[Issue 2137] Data not compressed on fly when adding to zip archive

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2137 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/6b151756108f57a1bc472ad121f27a38df2c80f0 Fix Issue 2137 - Data not compressed on fly when adding

[Issue 17737] New: Empty of -e option for MSVC

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17737 Issue ID: 17737 Summary: Empty of -e option for MSVC Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: trivial Priority: P1

[Issue 17569] Rename dman in the Debian .deb package to prevent conflict with Debian package debian-goodies

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17569 Walter Bright changed: What|Removed |Added CC|

[Issue 17741] New: std.range.transposed does not work with Map

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17741 Issue ID: 17741 Summary: std.range.transposed does not work with Map Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 17742] New: std.range.transposed does not have opIndex

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17742 Issue ID: 17742 Summary: std.range.transposed does not have opIndex Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 17740] ghost "internal" symbols show up sometimes

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 --- Comment #2 from Jonathan M Davis --- Well, it looks like it relates to directly assigning a non-null value to the _timezone member at compile time. The new TimeZone class declaration is not required. All you have to

[Issue 17740] ghost "internal" symbols show up sometimes

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 --- Comment #1 from Steven Schveighoffer --- (In reply to Steven Schveighoffer from comment #0) > Another example: Wrong link, here it is: https://forum.dlang.org/post/exinpcxvpdsbazyaw...@forum.dlang.org --

[Issue 17198] rdmd does not recompile when --extra-file is added

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17198 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/tools https://github.com/dlang/tools/commit/5ffca7b0e097644fbcffbee8ba755e4ae48c9d9f fix issue 17198 - rdmd does not recompile when

[Issue 17739] New: Calling convention of not deduced for delegate function arguments with explicit parameter types

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17739 Issue ID: 17739 Summary: Calling convention of not deduced for delegate function arguments with explicit parameter types Product: D Version: D2 Hardware: All OS:

[Issue 17388] [scope] e[] should be treated like as far as scope goes

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17388 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/fc9c84ba1722c02f0c1877ffa39134c84a5e13e0 fix Issue 17388 - [scope] e[] should be treated like as far

[Issue 17740] New: ghost "internal" symbols show up sometimes

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 Issue ID: 17740 Summary: ghost "internal" symbols show up sometimes Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 17317] 2.074.0 release candidate does not have updated backend license

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17317 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/installer https://github.com/dlang/installer/commit/b3fcff745fd8234140d57c49a6d21eae91e6f785 Fix Issue 17317 - 2.074.0 release candidate does

[Issue 17731] dman fails to build due to more than 32767 symbols

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17731 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/installer https://github.com/dlang/installer/commit/ef720edff651d8d2c2c20d39940f9162f73d2f3e disable dman to workaround Issue 17731

[Issue 17731] dman fails to build due to more than 32767 symbols

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17731 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to newCTFE at https://github.com/dlang/tools https://github.com/dlang/tools/commit/72ab90ceadd6a421126643cef6780b8be96f5d17 dman: Use d-tags.json instead of d.tag --

[Issue 17614] [REG2.075.0-b2] __VERSION__ has the wrong value

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17614 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/installer https://github.com/dlang/installer/commit/5a92cda46371382ff03276970dd970d1a9718851 fix Issue 17614 - __VERSION__ has the wrong

[Issue 17738] New: access to local alias from outside compiles but execution hangs

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17738 Issue ID: 17738 Summary: access to local alias from outside compiles but execution hangs Product: D Version: D2 Hardware: x86_64 OS: Linux Status:

[Issue 11997] rdmd should search its binary path for the compiler

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11997 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/tools https://github.com/dlang/tools/commit/f7e6f4ed925f6a8f97b4c0f02cfce2620489357a Fix Issue 11997 - rdmd should search it's binary path

[Issue 17262] Better docs for rdmd

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17262 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/tools https://github.com/dlang/tools/commit/e11129de676d9c563476f44f60cc71c793dcb3ef Issue 17262 - Better docs for rdmd

[Issue 14536] Calling destroy() on a on an extern(C++) class causes a segfault

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14536 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #1