dlangBugzillaToGithub
dlangBugzillaToGithub
#### dkorpel commented on 2024-03-31T16:11:46Z ````markdown What's the typo? ````
#### jbc.engelen (@JohanEngelen) commented on 2016-09-21T13:14:16Z ````markdown https://forum.dlang.org/thread/[email protected] So not a bug maybe, but something very nasty. Please adjust the API or (greatly) expand the documentation. ````
#### schveiguy (@schveiguy) commented on 2016-09-21T20:27:09Z ````markdown The underlying issue is the allowance to slice a static array RValue, which can never be valid. This is issue 12625. Now, we...
#### greensunny12 commented on 2018-02-27T22:13:47Z ````markdown FWIW -dip1000 warns about this problem: foo.d(8): Deprecation: slice of static array temporary returned by toHexString(hash) assigned to longer lived variable a but I...
#### dfj1esp02 commented on 2018-03-20T15:40:45Z ````markdown (In reply to Seb from comment #3) > foo.d(8): Deprecation: slice of static array temporary returned by > toHexString(hash) assigned to longer lived variable...
#### bugzilla (@WalterBright) commented on 2019-12-30T15:01:32Z ````markdown (In reply to Steven Schveighoffer from comment #2) > toHexString should work on a static array without > creating another static array. >...
#### code (@MartinNowak) commented on 2017-12-21T17:01:39Z ````markdown std.stdio.File.byLine: Should be @safe as the internally used buffer is GC allocated, thus unexpected mutation of an escaped line is possible, but cannot...
#### andrei (@andralex) commented on 2017-12-21T18:51:34Z ````markdown I'd vote for this, but looks like voting has disappeared. ````
#### greensunny12 commented on 2018-01-03T04:58:23Z ````markdown Made a quick pass through Phobos and started to create issues for an easier overview, progress tracking and management. The list is still quite...
#### bugzilla (@WalterBright) commented on 2019-12-24T12:47:29Z ````markdown Although important, it's more an enhancement, than a bug, isn't it? ````