Remove FUNCFLAG.compileTimeOnly #14847
Conversation
|
Thanks for your pull request and interest in making D better, @RazvanN7! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#14847" |
ac18186 to
d150338
Compare
dkorpel
left a comment
There was a problem hiding this comment.
Just needs to update the headers
d150338 to
cb0358e
Compare
|
They should also be removed from |
cb0358e to
19d8ef7
Compare
|
@dkorpel ready, thanks! |
Because it is redundant with FUNCFLAG.skipCodegen and used instead of SCOPE.compile.
As detailed in #14846 , the addition of compileTimeOnly was a hack to mask another hack.
#14846 untied the original hack so we can now tidy up the mess.