dlangBugzillaToGithub

Results 67 comments of dlangBugzillaToGithub
trafficstars

#### r.sagitario commented on 2018-05-21T09:32:16Z For LDC, this kind of works as it uses C++ exceptions. When stepping after the exception, you hit some unwinding code first, though, which is...

#### aliloko commented on 2015-05-13T07:36:13Z Just wanted to say that this item is important to me. Currently I must regenerate the IDE project files each time I change the architecture...

#### r.sagitario commented on 2023-10-02T15:39:02Z Maybe you switched to building 64-bit processes in the mean time? If built with dmd, this uses a custom exception handling mechanism unknown to the...

#### r.sagitario commented on 2021-03-26T12:57:18Z Unfortunately, LDC does not emit debug info for member functions, so the debugger doesn't know how to call them or even whether they exist. Maybe...

#### r.sagitario commented on 2023-10-02T15:31:43Z Not sure what you mean. The installed extension appears under "Installed" for me, but can also be found searching the extension found "Online". If you...

#### msnmancini commented on 2023-10-02T16:11:31Z So, what I mean is that after installation, they still show as disabled, and even after spending many hours trying to find how to solve...

#### code (@MartinNowak) commented on 2013-09-08T22:46:37Z ````markdown (In reply to comment #0) > I suggest pulling 375 and then issuing a followup to revise it to reflect the > improvements...

#### andrej.mitrovich (@AndrejMitrovic) commented on 2014-04-22T23:43:23Z ````markdown *** Issue 9002 has been marked as a duplicate of this issue. *** ````

#### clugdbug commented on 2012-05-02T08:32:33Z ````markdown I guess you mean it makes you think that x >> 1 is (cast(signed!(typeof(x)))x) >> 1 and that x >>> 1 is (cast(unsigned!(typeof(x)))x) >>...

#### timon.gehr commented on 2012-05-02T10:46:16Z ````markdown (In reply to comment #1) > I guess you mean it makes you think that x >> 1 is > > (cast(signed!(typeof(x)))x) >> 1...