maximos / maximus-web

BlitzMax module manager (website) - API docs at http://maximos.github.io/maximus-web - This project has been abandoned.
MIT License
25 stars 4 forks source link

Mod scope/name parsing #100

Closed kfprimm closed 13 years ago

kfprimm commented 13 years ago

Hey, just noticed as I went to refresh my modules on Maximus that the system is failing to properly parse out my module's scope.

After refreshing with autodiscover, all my modules appear fine except 'monkeyheadloader' is missing a mod scope. Obviously, this caused to form to not validate and left me scratching my head for a few minutes!

The module begins with,

Rem
    bbdoc: Blender's 'Suzanne' model loader.
End Rem
Module MaxB3D.MonkeyHeadLoader

I took a wild guess and removed the apostrophes and afterward, autodiscover picked up the name without a problem.

Sorry, I'm not familiar with Perl or else I'd fix the problem myself! Thanks so much.

Htbaa commented 13 years ago

Sorry, missed this issue. Didn't get any notification on.

Could you point me to the source file (how it was and how it is now)? And what apostrophes, the ones in the commented area? Because comments are being ignored anyway.

Htbaa commented 13 years ago

@kfprimm is this one still valid?

kfprimm commented 13 years ago

Hey, sorry. Forgot to respond. I tried to mess with again but could not duplicate it. I'll close it. Sorry, guess I was mistaken!

Htbaa commented 13 years ago

No problem. Just let me know if you run into this again.