digitalmars.D - Getting action on your favorite D issues (2021)
- ag0aep6g (27/38) Jan 14 2021 About half a year ago, Walter made a thread about "Getting action on
- Imperatorn (4/9) Jan 18 2021 Since there's no upvote or "I've read this" on the forum. I'll
- ag0aep6g (2/3) Jan 18 2021 no
- Petar Kirov [ZombineDev] (3/6) Jan 18 2021 Let's fix this :P
- ag0aep6g (2/3) Jan 18 2021 I'm not interested. Thank you.
About half a year ago, Walter made a thread about "Getting action on your favorite D issues"[1]. There, he suggested to "keep a list of bugzilla issue links" and "bring them up now and then". I replied with my top five at the time. Let's see what progress was made on my favorite bugs:1) The DIP 1000 implementation has a glaring accepts-invalid bug with `pure` functions. https://issues.dlang.org/show_bug.cgi?id=20150I've made a DMD pull request that competes with Walter's, but neither of them is going anywhere, because fixing Phobos is a chore.2) "bool can be both true and false" https://issues.dlang.org/show_bug.cgi?id=20148There was some discussion, but nothing of substance came from it.3) DMD's codegen for the BT (bit test) instruction is all kinds of wrong. https://issues.dlang.org/show_bug.cgi?id=18750Most of the sub-issues have been fixed. Walter's pull requests came shortly after the forum thread. Bringing the issue up seems to have worked. One sub-issue is still open, though. So this is not fully fixed yet.4) "import doesn't verify module declaration" https://issues.dlang.org/show_bug.cgi?id=15086No progress at all.5) std.stdio tries converting between different UTF variants, but fails horribly. https://issues.dlang.org/show_bug.cgi?id=18789 and https://issues.dlang.org/show_bug.cgi?id=18801Fixed by myself. favorites: 5) `immutable delegate()` and `immutable delegate() immutable` are considered equal but treated differently https://issues.dlang.org/show_bug.cgi?id=16058 In a nutshell: void main() { int x = 1; immutable void delegate() dg1 = { ++x; }; immutable void delegate() immutable dg2 = { ++x; }; /* How does this line compile? */ } [1] https://forum.dlang.org/post/rbeab9$20l1$1 digitalmars.com
Jan 14 2021
On Thursday, 14 January 2021 at 15:58:34 UTC, ag0aep6g wrote:About half a year ago, Walter made a thread about "Getting action on your favorite D issues"[1]. There, he suggested to "keep a list of bugzilla issue links" and "bring them up now and then". I replied with my top five at the time. [...]Since there's no upvote or "I've read this" on the forum. I'll just state it here. Are you on Discord or Slack btw?
Jan 18 2021
On 18.01.21 09:22, Imperatorn wrote:Are you on Discord or Slack btw?no
Jan 18 2021
On Monday, 18 January 2021 at 12:35:38 UTC, ag0aep6g wrote:On 18.01.21 09:22, Imperatorn wrote:Let's fix this :P To which email address I can send you an invite for Slack?Are you on Discord or Slack btw?no
Jan 18 2021
On 18.01.21 17:19, Petar Kirov [ZombineDev] wrote:To which email address I can send you an invite for Slack?I'm not interested. Thank you.
Jan 18 2021