trentforkert / cmake

Experimental CMake with D support
Other
16 stars 2 forks source link

Explicit Protection Package #15

Closed trentforkert closed 9 years ago

trentforkert commented 10 years ago

A language change was just merged in DMD, allowing:

package(pkg) void foo() {}

and similar.

There's nothing that needs to change outward behavior-wise, but I'm adding this issue as a reminder to make sure that my parser actually handles that case (which I suspect it doesn't).

trentforkert commented 9 years ago

Finally got around to writing some tests, and confirmed this is handled correctly.