Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / kikito/middleclass issues and pull requests
#68 - Hot reloading of instances and local up values
Issue -
State: open - Opened by flarsson87 about 1 year ago
#67 - Static inheritance seems broken
Issue -
State: open - Opened by 13k over 1 year ago
#66 - Add pretty-printing to the performance test suite.
Pull Request -
State: open - Opened by ActivexDiamond over 1 year ago
#65 - Create `lua/middleclass.lua` symlink to origin file
Pull Request -
State: open - Opened by anuvyklack about 2 years ago
- 5 comments
#64 - Create `lua/middleclass.lua` symlink to origin file
Pull Request -
State: closed - Opened by anuvyklack over 2 years ago
#63 - [fixes #62] Added "includes" method to check included mixins
Pull Request -
State: closed - Opened by treenoder over 2 years ago
#62 - `includes` method to check if a class includes a mixin
Issue -
State: open - Opened by ghost almost 4 years ago
- 1 comment
Labels: Enhancement
#61 - aClass.subclasses never used? Why this field is always empty?
Issue -
State: closed - Opened by winterwolf almost 4 years ago
- 2 comments
#60 - Question regarding method inheritance and overide when there are parameters
Issue -
State: closed - Opened by koyan over 4 years ago
- 4 comments
#59 - Don't understand how to work with metamethods :(
Issue -
State: closed - Opened by winterwolf almost 5 years ago
- 5 comments
#58 - Optimize
Pull Request -
State: closed - Opened by jojo59516 about 5 years ago
- 5 comments
#57 - Make it possible to include superclasses and mixins by string names
Issue -
State: closed - Opened by ichesnokov about 6 years ago
- 2 comments
#56 - properties, sorry to ask lol
Issue -
State: closed - Opened by RichardEllicott over 6 years ago
- 1 comment
#55 - 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?
Issue -
State: closed - Opened by idchlife over 6 years ago
- 7 comments
#54 - Implementing destructors
Issue -
State: closed - Opened by ichesnokov almost 7 years ago
- 1 comment
#53 - adds string arg for isInstanceOf and isSubclassOf
Pull Request -
State: closed - Opened by timothymtorres almost 7 years ago
- 1 comment
#52 - Make isSubclassOf and isInstanceOf accept strings
Issue -
State: closed - Opened by timothymtorres almost 7 years ago
- 4 comments
#51 - Fix return of super.static if val false (fix #50)
Pull Request -
State: closed - Opened by qaisjp about 7 years ago
- 5 comments
#50 - There's a bug in line 82
Issue -
State: closed - Opened by YangerXiaoying about 7 years ago
#49 - some hopefully helpfull improfements
Pull Request -
State: closed - Opened by Fuzzlix about 7 years ago
- 1 comment
#48 - How to split a big class to several files?
Issue -
State: closed - Opened by jinq0123 about 7 years ago
- 2 comments
#47 - Defining an instance method "name"
Issue -
State: closed - Opened by kappe-c over 7 years ago
- 4 comments
#46 - Sample not working
Issue -
State: closed - Opened by ghost over 7 years ago
- 1 comment
#45 - What is the proper means of creating a module out of a middleclass class hierarchy
Issue -
State: closed - Opened by kmhappel almost 8 years ago
- 3 comments
#44 - __newindex declaration makes it impossible to have public attributes
Issue -
State: closed - Opened by Kinrany about 8 years ago
- 5 comments
#43 - Documentation?
Issue -
State: closed - Opened by Kinrany about 8 years ago
- 1 comment
#42 - class.name doesn't work
Issue -
State: closed - Opened by JomerDev over 8 years ago
- 4 comments
#41 - simplifies isInstanceOf & isSubclassOf. Fixes #39
Pull Request -
State: closed - Opened by kikito over 8 years ago
#40 - Wiki doesn't say that you can create instances with __call
Issue -
State: closed - Opened by eliasdaler over 8 years ago
- 5 comments
#39 - i think line 118 is not right.
Issue -
State: closed - Opened by woshihuo12 over 8 years ago
- 6 comments
#38 - Missing documentation for isInstanceOf, isSubclassOf, allocate and subclassed
Issue -
State: closed - Opened by rayjolt over 8 years ago
- 4 comments
#37 - added function which checks is x an object
Pull Request -
State: closed - Opened by Parki0 almost 9 years ago
- 1 comment
#36 - Wiki update about methamethods
Issue -
State: closed - Opened by tapir almost 9 years ago
- 1 comment
#35 - Testing travis interaction
Pull Request -
State: closed - Opened by kikito almost 9 years ago
#34 - Support __index and __newindex metamethods
Pull Request -
State: closed - Opened by mpeterv about 9 years ago
- 9 comments
#33 - Stubless inheritable metamethods + __gc, __mode, __metatable
Pull Request -
State: closed - Opened by mpeterv about 9 years ago
- 5 comments
#32 - Should __eq meta method not set in middleclass?
Issue -
State: closed - Opened by xpol about 9 years ago
- 1 comment
#31 - How to use __call
Issue -
State: closed - Opened by CriztianiX about 9 years ago
- 2 comments
#30 - Lua 5.3 metamethods
Pull Request -
State: closed - Opened by kikito about 9 years ago
- 5 comments
#29 - Improve the static class lookup. Fixes #27
Pull Request -
State: closed - Opened by kikito about 9 years ago
#28 - Added some missing metamethods
Pull Request -
State: closed - Opened by aubergine10 about 9 years ago
- 3 comments
#27 - about aClass.static's metamethod
Issue -
State: closed - Opened by yuliying about 9 years ago
- 6 comments
#26 - Comparison metamethods don't seem to work in inherited classes.
Issue -
State: closed - Opened by CalinLeafshade over 9 years ago
- 2 comments
#25 - Documentation for inheritance
Issue -
State: closed - Opened by raffomania almost 10 years ago
- 7 comments
#24 - Indexable mixin for middleclass 3.x feature request
Issue -
State: closed - Opened by rafis over 10 years ago
- 5 comments
#23 - README syntax highlight
Pull Request -
State: closed - Opened by kernelp4nic over 10 years ago
- 1 comment
#22 - Instance json encode error
Issue -
State: closed - Opened by kenshinx over 10 years ago
- 2 comments
#21 - Error on nil superclasses
Issue -
State: closed - Opened by ejmr over 10 years ago
- 5 comments
#20 - How to separate the given example into different files?
Issue -
State: closed - Opened by venom1978 almost 11 years ago
- 1 comment
#19 - Fix typos and add some clarification to README.md
Pull Request -
State: closed - Opened by neomantra almost 11 years ago
- 1 comment
#18 - new metamethod __len,__pairs,__ipairs in lua 5.2
Pull Request -
State: closed - Opened by kenshinx almost 11 years ago
- 8 comments
#17 - Possibliity to loop children
Issue -
State: closed - Opened by qaisjp about 12 years ago
- 2 comments
Labels: Enhancement
#16 - Spelling mistakes
Pull Request -
State: closed - Opened by qaisjp about 12 years ago
#15 - alternative syntax to define a class and its methods.
Pull Request -
State: closed - Opened by gutenye over 12 years ago
- 1 comment
#14 - Indexable mixin doesn't work with 2.0
Issue -
State: closed - Opened by six8 almost 13 years ago
- 10 comments
#13 - init.lua is still present
Issue -
State: closed - Opened by mebens almost 13 years ago
- 1 comment
#12 - Class Commons interface
Pull Request -
State: closed - Opened by bartbes about 13 years ago
- 11 comments
#11 - Added the ability to include mixins into instances.
Pull Request -
State: closed - Opened by mebens over 13 years ago
- 4 comments
#10 - 19 Oct 2009?
Issue -
State: closed - Opened by mebens over 13 years ago
- 2 comments
#9 - A few fixes in the README
Pull Request -
State: closed - Opened by mebens over 13 years ago
- 2 comments
#8 - Added allocate method, and modified new method.
Pull Request -
State: closed - Opened by mebens over 13 years ago
#7 - Instance allocation is coupled with initialization
Issue -
State: closed - Opened by kikito over 13 years ago
- 5 comments
#6 - No __len metafield usable.
Issue -
State: closed - Opened by bartbes over 13 years ago
- 2 comments
#5 - Feature request: Access to list of classes
Issue -
State: closed - Opened by mebens over 13 years ago
- 4 comments
#4 - Mixin examples are wrong
Issue -
State: closed - Opened by mebens over 13 years ago
- 4 comments
#3 - Memory Leak in middleclass.lua
Issue -
State: closed - Opened by kikito almost 14 years ago
- 2 comments
#2 - __index functions for classes
Issue -
State: closed - Opened by TheLinx almost 14 years ago
- 3 comments
#1 - same issue as with middleclass-extras
Pull Request -
State: closed - Opened by TheLinx about 14 years ago
- 1 comment