dlangBugzillaToGithub

Results 67 comments of dlangBugzillaToGithub
trafficstars

#### andrej.mitrovich (@AndrejMitrovic) commented on 2014-04-23T11:47:12Z ````markdown (In reply to Andrej Mitrovic from comment #4) > If/when the hashes are replaced with a library implementation there won't be > a...

#### code (@MartinNowak) commented on 2014-04-23T13:18:09Z ````markdown BTW, I'm currently working on the library AA, but it's more work than anticipated. Mostly because getting all the details of attributes, rvalues,...

#### andrej.mitrovich (@AndrejMitrovic) commented on 2014-04-23T15:04:08Z ````markdown (In reply to Martin Nowak from comment #6) > BTW, I'm currently working on the library AA, but it's more work than >...

#### hsteoh commented on 2014-04-23T15:34:52Z ````markdown Wow. Best wishes on that! And yes, being more complicated than anticipated is a familiar feeling w.r.t. AA's. :-) ````

#### b.helyer commented on 2011-02-22T23:31:34Z ````markdown Some poking around reveals that 'this' turns into '__ctor', and then it is just mangled as a function. This should be documented in the...

#### edi33416 commented on 2017-01-10T22:07:24Z ````markdown There is a more elegant solution. You can use the passThrough config directive. From the docs: "Passing unrecognized options through: If an application needs...

#### witold.baryluk+d (@baryluk) commented on 2020-05-11T04:00:13Z ````markdown Yeah, I did find the exception throwing a bit problematic, and after some time of scratching, used similar trick to what Eduard proposed...

#### nick (@ntrel) commented on 2022-08-07T16:34:06Z ````markdown > 3. Some sections do not end their identifiers with a colon (':') to wit "Escapes=". That seems to be the only one....

#### lt.infiltrator commented on 2014-03-18T21:55:17Z ````markdown The docs correctly provide the signature as 'int opCmp(ref const S s) const { ... }' http://dlang.org/operatoroverloading.html#compare ````

#### schveiguy (@schveiguy) commented on 2014-03-19T10:35:48Z ````markdown This isn't exactly what I meant. It hints at the correct signature, but does not detail the reason for using that signature (i.e....