Macro function#22144
Conversation
|
Thanks for your pull request and interest in making D better, @Emmankoko! 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#22144" |
|
A description of what this does would be helpful. |
I am actually trying to resolve but for now, it is being blocked by Phobos zlib this in zlib.h but the implementation of zlibVersion is in zlib.c so ctfe picks the declaration in the header and does not see a function body. I am actually thinking of how to handle that. |
23984d3 to
befc696
Compare
No description provided.