[Issue 19654] [REG master] cannot have final methods in objc interfaces
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 21 17:12:19 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19654
--- Comment #3 from Jacob Carlborg <doob at me.com> ---
(In reply to RazvanN from comment #2)
> How is this a regression?
A few reason why you're not finding the problem
* Objective-C support was added in 2.069.0 [1], looking earlier is no point
* The issue title starts with "[REG master]", i.e. the regression was in
master, looking in any release is no point
* Objective-C support is only available on macOS, testing on run.dlang.io will
not work
* This regression is already fixed [2]. Most have been during the time when the
dlang-bot didn't work.
[1] https://dlang.org/changelog/2.069.0.html#objective-c-support
[2] https://github.com/dlang/dmd/pull/9329
--
More information about the Digitalmars-d-bugs
mailing list