blitz-foundation / monkey2

zlib License
3 stars 0 forks source link

Wildcard Imports: #Import "my/local/dir/*.monkey2" #20

Closed Pharmhaus-2 closed 5 years ago

Pharmhaus-2 commented 5 years ago

Original Author: Raudius

According to the docs: http://monkey2.monkey-x.com/mx2-docs/monkey-manual-build-system/#local-imports

I should be able to import a whole directory of monkey2 files doing something like this: #Import "my/local/dir/*.monkey2"

So I'm assuming the compiler would dig it. However the IDE doesn't seem to like it, in fact it crashes as soon as I add a * anywhere near the import path.

Pharmhaus-2 commented 5 years ago

Seems to be fixed in develop.