Torsten Ruger
|
5bddbfbb62
|
rename word_length to padded length
with word_length i was never sure if it was the padded version or not
|
2015-11-04 10:33:10 +02:00 |
|
Torsten Ruger
|
79cf59c4e2
|
still finding index errors
|
2015-10-27 18:45:56 +02:00 |
|
Torsten Ruger
|
444ad75e1e
|
some message tests, all ok
|
2015-10-27 18:08:40 +02:00 |
|
Torsten Ruger
|
50029711ff
|
make frame and message indexed
also auto generate a replacement for previous offset class method (dry)
|
2015-10-27 16:04:36 +02:00 |
|
Torsten Ruger
|
fdc7f8b39c
|
small opal fix
the return didn’t work
but couldn’t reproduce in opal try
|
2015-10-27 12:44:53 +02:00 |
|
Torsten Ruger
|
55dd5f74fc
|
fixed layout inspect bug
|
2015-10-26 15:07:59 +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
|
d2c670b31a
|
fixing offset bug
found by tests that overwrite the attribute
|
2015-10-26 12:57:54 +02:00 |
|
Torsten Ruger
|
979ebb7612
|
fixing indexed stuff
layout returns layout as first name (offsets indexes)
object internal length is gone into layouts functionality
|
2015-10-26 12:22:32 +02:00 |
|
Torsten Ruger
|
df62b75c6f
|
adding an instance for the length of lists
|
2015-10-25 20:44:03 +02:00 |
|
Torsten Ruger
|
92fe12a0d1
|
move methods back to the module
easier to read and debug
|
2015-10-25 19:32:36 +02:00 |
|
Torsten Ruger
|
60098257e9
|
use include so we can test with is_a
using the well documented included/extend trick
|
2015-10-25 19:16:12 +02:00 |
|
Torsten Ruger
|
3318b5026c
|
externalizing list functionality
redefining it with define_method and adding it dynamically to the list
gotta love ruby for it
|
2015-10-25 18:40:17 +02:00 |
|