dlangBugzillaToGithub
dlangBugzillaToGithub
#### bugzilla (@WalterBright) commented on 2021-03-27T19:23:32Z ````markdown *** Issue 20541 has been marked as a duplicate of this issue. *** ````
#### alphaglosined commented on 2023-02-16T14:15:08Z ````markdown This was rediscovered by a user on Discord. The deprecation message wasn't very good. /usr/include/dmd/phobos/std/traits.d(8514): Deprecation: __traits(getAttributes) may only be used for individual functions,...
#### johanengelen commented on 2023-06-04T19:35:02Z ````markdown Related bug https://issues.dlang.org/show_bug.cgi?id=23966 ````
#### johanengelen commented on 2023-06-04T19:36:55Z ````markdown Failing testcase with templates: ``` module test; import std.traits; @("gigi") void fun() {} @("mimi") void fun(int) {} void fun()(int, ulong) {} void main() {...
#### bugzilla (@WalterBright) commented on 2021-04-29T19:23:58Z ````markdown It might be impossible to reach a satisfying result here: EastAsianWidth.txt defines several characters to be ambiguous. That means, it depends on what...
#### garrett commented on 2022-09-17T17:09:26Z ````markdown ZWJ probably requires a level of sophistication to handle properly: https://en.wikipedia.org/wiki/Zero-width_joiner For example, the handling in Devangari is a little different since ZWJ modifies...
#### garrett commented on 2022-09-17T18:34:41Z ````markdown This problem is not limited to ZWJ: For example: s2 = "\U0001F44D\U0001F3fD"; writefln("s2 is %s\n", s2); writefln("graphemes %d (expect 1)\n", wr.walkLength); // this should...
#### schuetzm commented on 2016-01-01T12:39:15Z ````markdown Digger blames this PR: dmd: Merge pull request #2768 from dawgfoto/fix11406 https://github.com/D-Programming-Language/dmd/pull/2768 fix Issue 11406 - ld.gold breaks switch table jumps Does the regex...
#### schuetzm commented on 2016-01-01T12:42:09Z ````markdown bisect.ini: bad = master good = 2.064 tester = cd /tmp && dmd xx.d && ! ./xx | grep '\[]' @ag0aep6g: If digger is...
#### gassa commented on 2016-01-01T16:02:32Z ````markdown (In reply to Marc Schütz from comment #1) > Digger blames this PR: > > dmd: Merge pull request #2768 from dawgfoto/fix11406 > >...