Commit Graph

27 Commits

Author SHA1 Message Date
4754ba60be adds classes derived from array and hash
These are used in parfait and were coming out wrong
should be fixed, but hash tests weak
2015-06-19 12:26:10 +03:00
f00364cd18 shifting code about
writer creates all nodes (not delegated)
Check for class name, just as in members
as is_a will lead to wrong results
2015-06-18 17:52:28 +03:00
78f0108166 push more responsibility down to node
expose simple attribute
write long or short
many test got more compact, good
2015-06-17 21:16:39 +03:00
72fa26b00e make class a value
and minor others
2015-06-16 18:51:30 +03:00
6f9d4af3cd move array and hash
to _node names as that is what they are
2015-06-16 18:38:43 +03:00
293ddb3b69 include list and dictionary as arr/hash 2015-06-16 18:13:27 +03:00
389b5f9e1a same - change as for array 2015-06-16 18:12:43 +03:00
7d01c1193c fix tests according to array change 2015-06-16 18:12:15 +03:00
1ee0f7c006 add space after -
list items start with -
but without the space one can’t distinguish from -1
2015-06-16 18:11:56 +03:00
224bd84b01 fix references (again)
quite tricky logic, but now outputting at lowest level, as intended
2015-06-15 09:07:16 +03:00
4853f944ef add mini test for volatile functionality 2015-06-15 08:26:56 +03:00
037f8d80d2 Add missing comments 2015-06-15 08:21:15 +03:00
941f0a4886 fixes references
only writes references out once (was broken)
and only the first occurrence in write order
2015-06-14 22:55:41 +03:00
5ca9eed89c test for references
still failing
2015-06-14 00:06:49 +03:00
bdd67b3213 small fix
that doesn’t affect tests, hmm
2015-06-14 00:06:17 +03:00
aebbe17252 shorten code 2015-06-14 00:05:10 +03:00
db13ccbe41 improve read me 2015-06-13 23:09:17 +03:00
9492f29e66 split node classes into separate files 2015-06-13 23:09:02 +03:00
b00f49ade6 make to hash and array functions reusable for parfait 2015-05-20 10:41:05 +03:00
217eda2436 refactoring on tests 2015-05-15 21:03:11 +03:00
b5d44bf2f3 split the tests in to files 2015-05-15 20:59:33 +03:00
778d751c55 add test for new feature 2015-05-15 20:59:22 +03:00
c48b7a3403 object may define itself as value
by defining is_value and returning true
but then it must also define to_sof
2015-05-15 20:59:02 +03:00
b359bdd747 add raketasks and release v0.1 2015-05-03 22:50:06 +03:00
c8d35adef4 fix tests 2015-05-03 20:26:09 +03:00
c73983b224 initial version externalized from salama 2015-05-03 20:16:06 +03:00
612588243b Initial commit 2015-05-03 20:12:49 +03:00