Mathias LANG
Mathias LANG
> platform specifications are only supported on build settings, so I would suggest we should just allow them everywhere there, but print a warning when it's not implemented That would...
+1 The post is a bit old, the unittest-by default is long-fixed. What should 'docs' be able to do ? One of the killer feature I'd like to see in...
Can you provide a test case showing what you did, what you expected, and what you got ?
What's the first release with no known major bug ?
Thanks for the feedback @MoonlightSentinel, comments addressed.
> As it stands, using `@attribute(param)` is illegal if `param` is not a function pointer or delegate. [...] As it stands, you force generic code to make a needless distinction....
> you want to infer attributes based on the usage of T And you could infer `@nogc(sink)` et al just the same, couldn't you ? > what if you just...
Looks good! Can you rebase (and apply the diff from HEAD) so we can merge ?
Regarding Github, we might be lucky: https://github.com/github/linguist/pull/5084 :)
Oops, we broke something 💥 ```D /++ Someone's having a bad time +/ void myFunction () {} ```