-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
As you could've seen in the release description for 0.2.1.0, the constructor for MObject
is now static, I had to change every instance of self
in every constructor, and so, I forgot some, and now it's quite broken.
Yesterday I was also talking to my friend about the __index
and __newindex
metamethods, I knew __index
was fired when k
didn't exist in t
, but I didn't know that also applied for __newindex
! "Crap! But it all seemed to work fine!". And that's why Mt BETA 0.2.1.0 is a pre-release.
I will create an actual release at the same time I release MSpinBox
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working