Torsten Ruger
|
da5823a1a0
|
move parfait up one, as per its module structure
|
2017-01-18 20:09:43 +02:00 |
|
Torsten Ruger
|
979660f282
|
move parfait into register
register layer uses parfait models to generate object space
so parfait should be part of register (not above it)
|
2015-11-18 12:04:25 +02:00 |
|
Torsten Ruger
|
3e4dcd35c7
|
better no method no super handling
also revealed bug in booting
|
2015-11-08 00:54:24 +02:00 |
|
Torsten Ruger
|
a0944266c5
|
hack weird instantiation bug
self.instance_methods is not always set. tried but didn’t find why
any instantiating to circumvent
|
2015-10-26 17:23:02 +02:00 |
|
Torsten Ruger
|
885aa765d6
|
still fixing index bugs
the indexed_length got written wrong
which is why the layout methods didn’t work
Now all indexes are 1 based, even fake men, where we just ignore 0
|
2015-10-26 14:33:36 +02:00 |
|
Torsten Ruger
|
9f4952b5ac
|
create behavior module
behavior handles instance methods (add/remove/find)
and shall be included in layout later too
|
2015-10-26 13:27:56 +02:00 |
|