Commit Graph

19 Commits

Author SHA1 Message Date
ae3d64eb53 moved all the normalize stuff over to the ruby layer
Which is how it should have been from the start
2018-07-19 14:47:29 +03:00
4a7cc72732 always list of methods in class
improve vool test dirs
2018-06-30 10:08:18 +03:00
c8451d0048 create rubyx dir and move previous vool_compiler there 2018-06-29 22:46:39 +03:00
67a6ef9f67 add rewriting of operator assignment
foo += 1 becomes foo = foo + 1 in vool
2018-06-25 16:32:20 +03:00
f5d1090c39 no-ops really 2018-05-23 18:06:55 +03:00
000bf0a9b3 separate SlotDefinition into own file
what started as three lines has grown up to demand it’s own file and
tests
2018-05-15 19:29:06 +03:00
ce3cc72f9e move all position setting into position
Position and subclasses handle the logic, external to
the classes, so it can be swapped out later
(at runtime positions can’t change)
2018-05-07 22:30:43 +03:00
f09086e524 unite the two resolve_to_index functions 2018-04-05 20:10:00 +03:00
eb7cfb47d6 fix guard file to pick up send tests correctly 2017-09-10 22:54:36 +03:00
c6e241adeb fix guard file 2017-09-04 21:30:53 +03:00
4f3a4387fc renaming to_mom tests and improve guard 2017-09-04 21:00:29 +03:00
e387bdb5f2 fixes parfait/type tests place and guard file accordingly
test were in old directory and guard file broken accordingly
2017-04-23 18:43:32 +03:00
86f8594a6f documents guard file 2017-04-12 20:36:16 +03:00
87133722b3 get guard to run several test on one change by setting up names accordingly 2017-04-12 20:18:41 +03:00
ece017fa86 small shuffle of test helpers, also guard helpers 2016-12-17 00:15:27 +02:00
6f9955a726 more auto guard rules
and related renaming of files
2016-12-16 01:14:09 +02:00
b3bf881c49 streamline arm test names and get guard to pick up right tests 2016-12-14 19:06:32 +02:00
5ac14ddccc update gems and fix tests 2016-12-06 12:08:18 +02:00
0a54d030b5 add guard 2015-08-08 18:08:15 +03:00