[Issue 15654] SysTime.toISOString formats the time zones incorrectly

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15654 Jonathan M Davis changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 17688] ICE with static foreach directly inside switch

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17688 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/7ebda47f6a162ce3de774a042207eb883908b650 fix Issue 17688 - ICE with static foreach directly inside swit

[Issue 17688] ICE with static foreach directly inside switch

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

[Issue 17722] Wrong diagnostic using __traits(compiles, e1 && e2) expressions.

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17722 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ec3494661edce54b2e72efd762247532e433cec1 fix Issue 17722 - Wrong diagnostic using __traits(compiles, e1

[Issue 17734] __traits(isRef) cannot currently be used to distinguish l-value from r-value passing of `this`

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17734 --- Comment #6 from Andrei Alexandrescu --- (In reply to Per Nordlöw from comment #5) > (In reply to Andrei Alexandrescu from comment #4) > > Don't use methods. Instead, use regular functions with UFCS and overload on > > ref and non-ref to distingui

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

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

[Issue 17734] __traits(isRef) cannot currently be used to distinguish l-value from r-value passing of `this`

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17734 --- Comment #5 from Per Nordlöw --- (In reply to Andrei Alexandrescu from comment #4) > Don't use methods. Instead, use regular functions with UFCS and overload on > ref and non-ref to distinguish rvalues from rvalues. But the whole issue is about o

[Issue 17734] __traits(isRef) cannot currently be used to distinguish l-value from r-value passing of `this`

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17734 --- Comment #4 from Andrei Alexandrescu --- Don't use methods. Instead, use regular functions with UFCS and overload on ref and non-ref to distinguish rvalues from rvalues. --

[Issue 17734] __traits(isRef) cannot currently be used to distinguish l-value from r-value passing of `this`

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17734 --- Comment #3 from Per Nordlöw --- (In reply to Steven Schveighoffer from comment #1) > I recommend closing, this enhancement isn't going to happen. Can anyone think of an alternative way of finding out whether or not `this` is an r-value? --

[Issue 2898] Allow RandomCover to sample both w/ and w/o replacement.

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2898 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17734] __traits(isRef) cannot currently be used to distinguish l-value from r-value passing of `this`

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17734 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17734] __traits(isRef) cannot currently be used to distinguish l-value from r-value passing of `this`

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17734 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #1 fr

[Issue 17733] idup fails for structs/classes with member functions

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17733 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17734] New: __traits(isRef) cannot currently be used to distinguish l-value from r-value passing of `this`

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17734 Issue ID: 17734 Summary: __traits(isRef) cannot currently be used to distinguish l-value from r-value passing of `this` Product: D Version: D2 Hardware: All OS: A

[Issue 17680] Broken ddmd source links in documentation

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17680 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2501a047179eba522a73a91bd049d63772d5f48f Use DDoc syntax for license links Partial fix for Issue 17680

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

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

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

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17731 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/b64a108e7866874d172f9b05fd82716997a1 chmgen: Emit d.tag in JSON syntax too Partial fix

[Issue 17733] idup fails for structs/classes with member functions

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17733 Anton Fediushin changed: What|Removed |Added Component|druntime|dmd --

[Issue 17733] New: idup fails for structs/classes with member functions

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17733 Issue ID: 17733 Summary: idup fails for structs/classes with member functions Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor

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

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17731 Vladimir Panteleev changed: What|Removed |Added Keywords||pull --- Comment #4 from Vladimir Pante

[Issue 4271] drop/pop methods for std.algorithm.BinaryHeap

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

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

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

[Issue 17732] New: SysTime.init.toString segfaults because timezone is null

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17732 Issue ID: 17732 Summary: SysTime.init.toString segfaults because timezone is null Product: D Version: D2 Hardware: All OS: All Status: NEW S

[Issue 2898] Allow RandomCover to sample both w/ and w/o replacement.

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2898 --- Comment #3 from RazvanN --- How should we proceed here? Make a pull request with David's code and see what happens or close with wontfix since there is no demand for this feature? --

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

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2137 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #5 from Razva

[Issue 17730] [scope][dip1000] Can escape references to scope classes by moving

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17730 Mike changed: What|Removed |Added CC||slavo5...@yahoo.com --

[Issue 17722] Wrong diagnostic using __traits(compiles, e1 && e2) expressions.

2017-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17722 Iain Buclaw changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1 from Iain Buclaw ---