issues
search
kikito
/
middleclass
Object-orientation for Lua
https://github.com/kikito/middleclass
MIT License
1.77k
stars
190
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Hot reloading of instances and local up values
#68
flarsson87
opened
1 year ago
0
Static inheritance seems broken
#67
13k
opened
1 year ago
0
Add pretty-printing to the performance test suite.
#66
ActivexDiamond
opened
1 year ago
0
Create `lua/middleclass.lua` symlink to origin file
#65
anuvyklack
opened
2 years ago
5
Create `lua/middleclass.lua` symlink to origin file
#64
anuvyklack
closed
2 years ago
0
[fixes #62] Added "includes" method to check included mixins
#63
treenoder
closed
1 month ago
0
`includes` method to check if a class includes a mixin
#62
ghost
opened
3 years ago
1
aClass.subclasses never used? Why this field is always empty?
#61
winterwolf
closed
4 years ago
2
Question regarding method inheritance and overide when there are parameters
#60
koyan
closed
4 years ago
4
Don't understand how to work with metamethods :(
#59
winterwolf
closed
4 years ago
5
Optimize
#58
jojo59516
closed
2 years ago
5
Make it possible to include superclasses and mixins by string names
#57
ichesnokov
closed
2 years ago
2
properties, sorry to ask lol
#56
RichardEllicott
closed
6 years ago
1
Maybe somekind offtop, but how to generally determine if variable is any class (and not primitive etc) before checking if it's instance of class?
#55
idchlife
closed
6 years ago
7
Implementing destructors
#54
ichesnokov
closed
6 years ago
1
adds string arg for isInstanceOf and isSubclassOf
#53
timothymtorres
closed
6 years ago
1
Make isSubclassOf and isInstanceOf accept strings
#52
timothymtorres
closed
6 years ago
4
Fix return of super.static if val false (fix #50)
#51
qaisjp
closed
6 years ago
5
There's a bug in line 82
#50
YangerXiaoying
closed
6 years ago
0
some hopefully helpfull improfements
#49
Fuzzlix
closed
6 years ago
1
How to split a big class to several files?
#48
jinq0123
closed
6 years ago
2
Defining an instance method "name"
#47
kappe-c
closed
7 years ago
4
Sample not working
#46
ghost
closed
7 years ago
1
What is the proper means of creating a module out of a middleclass class hierarchy
#45
kmhappel
closed
7 years ago
3
__newindex declaration makes it impossible to have public attributes
#44
Kinrany
closed
8 years ago
5
Documentation?
#43
Kinrany
closed
8 years ago
1
class.name doesn't work
#42
JomerDev
closed
8 years ago
4
simplifies isInstanceOf & isSubclassOf. Fixes #39
#41
kikito
closed
8 years ago
0
Wiki doesn't say that you can create instances with __call
#40
eliasdaler
closed
8 years ago
5
i think line 118 is not right.
#39
woshihuo12
closed
8 years ago
6
Missing documentation for isInstanceOf, isSubclassOf, allocate and subclassed
#38
rayjolt
closed
8 years ago
4
added function which checks is x an object
#37
Parki0
closed
8 years ago
1
Wiki update about methamethods
#36
tapir
closed
8 years ago
1
Testing travis interaction
#35
kikito
closed
8 years ago
0
Support __index and __newindex metamethods
#34
mpeterv
closed
8 years ago
9
Stubless inheritable metamethods + __gc, __mode, __metatable
#33
mpeterv
closed
9 years ago
5
Should __eq meta method not set in middleclass?
#32
xpol
closed
9 years ago
1
How to use __call
#31
CriztianiX
closed
9 years ago
2
Lua 5.3 metamethods
#30
kikito
closed
9 years ago
5
Improve the static class lookup. Fixes #27
#29
kikito
closed
9 years ago
0
Added some missing metamethods
#28
originalfoo
closed
9 years ago
3
about aClass.static's metamethod
#27
yuliying
closed
9 years ago
6
Comparison metamethods don't seem to work in inherited classes.
#26
CalinLeafshade
closed
9 years ago
2
Documentation for inheritance
#25
raffomania
closed
9 years ago
7
Indexable mixin for middleclass 3.x feature request
#24
rafis
closed
8 years ago
5
README syntax highlight
#23
kernelp4nic
closed
10 years ago
1
Instance json encode error
#22
kenshinx
closed
10 years ago
2
Error on nil superclasses
#21
ejmr
closed
10 years ago
5
How to separate the given example into different files?
#20
venom1978
closed
10 years ago
1
Fix typos and add some clarification to README.md
#19
neomantra
closed
10 years ago
1
Next