dlangBugzillaToGithub

Results 280 comments of dlangBugzillaToGithub

#### r.sagitario commented on 2018-11-03T09:30:21Z another issue: no completion list is shown after typing a storage class like "static", "final" or "const" before a member declaration - eg: class MyClass...

#### r.sagitario commented on 2018-11-24T14:07:17Z - __traits updated in https://github.com/dlang/visuald/releases/tag/v0.48.0-rc1 - 'classinfo' still valid according to the language doc - 'typeof': https://github.com/aBothe/D_Parser/pull/210

#### andrej.mitrovich (@AndrejMitrovic) commented on 2012-12-18T09:58:10Z ````markdown https://github.com/D-Programming-Language/phobos/pull/1017 ````

#### andrej.mitrovich (@AndrejMitrovic) commented on 2012-12-21T06:37:34Z ````markdown @bear: Please see the comments here: https://github.com/D-Programming-Language/phobos/pull/1017 The feature can be implemented but to!() was rejected, so we need to come up with...

#### monarchdodra commented on 2012-12-21T06:58:42Z ````markdown (In reply to comment #2) > @bear: Please see the comments here: > https://github.com/D-Programming-Language/phobos/pull/1017 > > The feature can be implemented but to!() was...

#### andrej.mitrovich (@AndrejMitrovic) commented on 2012-12-21T07:08:12Z ````markdown (In reply to comment #3) > Well, that's why we have std.ascii, no? For all char operations when we don't > care about...

#### dmitry.olsh (@DmitryOlshansky) commented on 2012-12-21T07:17:53Z ````markdown >Java even implements > one taking chars, and another taking int (dchar) That's because Java folks used to have only 16bit chars. Now...

#### andrej.mitrovich (@AndrejMitrovic) commented on 2012-12-21T07:26:08Z ````markdown Ok I think there are two enhancements here, one for the simple ascii int->char, char->int, and the other more complicated Unicode implementation which...

#### hsteoh commented on 2012-12-21T07:29:58Z ````markdown It would be nice to have a separate issue filed for tracking Unicode support progress. It can maybe include things like issue 9173 too....

#### andrej.mitrovich (@AndrejMitrovic) commented on 2012-12-21T07:32:31Z ````markdown (In reply to comment #7) > It would be nice to have a separate issue filed for tracking Unicode support > progress. It...