dlangBugzillaToGithub

Results 67 comments of dlangBugzillaToGithub
trafficstars

#### bugzilla (@WalterBright) commented on 2019-12-23T11:11:40Z ````markdown IMHO the documentation is quite clear here and correct. First, according to the docs, the opperands have to undergo integer promotion. But for...

#### timon.gehr commented on 2019-12-23T11:55:05Z ````markdown Please stop closing issues just for the sake of it. It's clearly not true that `>>` is a signed right shift. ````

#### bugzilla (@WalterBright) commented on 2019-12-23T12:31:48Z ````markdown (In reply to timon.gehr from comment #4) > Please stop closing issues just for the sake of it. I do not close issues...

#### timon.gehr commented on 2019-12-23T13:15:21Z ````markdown (In reply to berni44 from comment #5) > ... > If it were so "clearly not true", as you state, I should see this...

#### timon.gehr commented on 2019-12-23T13:17:34Z ````markdown (In reply to berni44 from comment #5) > ... And as Don has IMHO > expressed that opinion too, there is some justification in...

#### greensunny12 commented on 2018-01-07T14:52:22Z ````markdown First PR: https://github.com/dlang/dmd/pull/7507 ````

#### code (@MartinNowak) commented on 2011-11-26T15:13:37Z ````markdown The functions are only partly helpful for a debugger. IMHO we should switch completely to using AssociativeArray from object. The current situation of...

#### bugzilla (@WalterBright) commented on 2011-11-26T20:48:29Z ````markdown Being an opaque pointer means that the implementation of associative arrays is entirely up to the runtime, not the compiler. The compiler should...

#### jlquinn commented on 2011-12-11T21:32:49Z ````markdown (In reply to comment #2) > Being an opaque pointer means that the implementation of associative arrays is > entirely up to the runtime,...

#### andrej.mitrovich (@AndrejMitrovic) commented on 2014-04-23T11:46:47Z ````markdown If/when the hashes are replaced with a library implementation there won't be a need to emit any special debugging information, it will largely...