You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ofself
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 whenk
didn't exist int
, 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
The text was updated successfully, but these errors were encountered: