[Trivial] add func attribs to class Declaration final helpers#7607
Conversation
|
Thanks for your pull request, @bbasile! We are looking forward to reviewing it, and you should be hearing from a maintainer soon. Some tips to help speed things up:
Bear in mind that large or tricky changes may require multiple rounds of review and revision. Please see CONTRIBUTING.md for more information. 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. |
|
Does the |
|
@ibuclaw, about the c++ interface ? |
|
@bbasile sorry, I merged your changes prematurely. You also need to update https://github.com/dlang/dmd/blob/master/src/dmd/declaration.h by adding |
|
I missed that, because I thought the auto-tester will check the C++ headers, courtesy of #7520. @ibuclaw how is that we're successfully linking (as seen in https://auto-tester.puremagic.com/show-run.ghtml?projectid=1&runid=2980879&dataid=21094560&isPull=true): ) |
|
Actually, since the functions are |
|
NP. The other PR is here in case of. |
|
You need to use the function in c++ in order to see the mismatch. |
fixup #7607 - set const the helpers in the cpp header too merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
The same was asked in #7569 so there no reason not to add the attribs to the other helpers.