Commit Graph

68 Commits

Author SHA1 Message Date
Elliot Glaysher
8a521f4e80 Make the +hood parser use +parse-scaffold. Also, error checking. 2018-05-15 10:42:45 -07:00
Elliot Glaysher
fdcfebb73d Implements all cranes. 2018-05-14 17:07:19 -07:00
Ted Blackman
a4dfda9897 %reef with +disc and short-circuit 2018-05-14 16:19:56 -07:00
Elliot Glaysher
45f2c01a4b Implement parsing of the first five cranes. 2018-05-14 11:32:03 -07:00
Elliot Glaysher
ee904e08b7 Implement // parsing 2018-05-11 15:31:24 -07:00
Elliot Glaysher
ad5fc9d4ff Implement /? 2018-05-11 14:56:50 -07:00
Elliot Glaysher
157eb6a59c A very basic +scaffold parser which can read /- and /+ 2018-05-11 14:42:23 -07:00
Ted Blackman
3fc28092c8 %core schematic and basic test 2018-05-11 12:55:44 -07:00
Elliot Glaysher
4e5fffec08 Implementation of %hood with no imports. 2018-05-10 17:13:09 -07:00
Elliot Glaysher
d80015a708 Fix error state of dude. 2018-05-10 16:58:22 -07:00
Elliot Glaysher
6781d45ede Implement the %dude schematic 2018-05-10 15:18:12 -07:00
Ted Blackman
b20193e067 %path schematic and basic test 2018-05-10 13:34:25 -07:00
Elliot Glaysher
52b7351b8f spelling fix 2018-05-10 10:56:44 -07:00
Elliot Glaysher
ea3f6c28ee Add +test-call-scry-varries 2018-05-09 14:05:43 -07:00
Elliot Glaysher
f84eadaa45 Merge branch 'ford-turbo' of github.com:urbit/arvo into ford-turbo 2018-05-09 10:19:39 -07:00
Ted Blackman
b1e85d481e %plan basic implementation and test 2018-05-08 16:54:29 -07:00
Elliot Glaysher
de224e6b96 Add +test-scry-clay-same-path.
This test case was what fleshed out the date.build issue with pins,
but was originally written to test the resource to scry-request
patch.
2018-05-08 13:27:21 -07:00
Elliot Glaysher
167414a803 Merge branch 'ford-turbo-call' into ford-turbo 2018-05-08 11:15:47 -07:00
Elliot Glaysher
fdb72174c0 Implement %call, along with some refactoring on how we handle blocks. 2018-05-08 11:10:58 -07:00
Ted Blackman
541a805a6f %reef schematic and test 2018-05-07 16:12:07 -07:00
Ted Blackman
67a65bc853 use pit=vase in ford-turbo; fixed tests 2018-05-07 15:59:39 -07:00
Elliot Glaysher
ef8fae2f66 Merge branch 'ford-turbo-five-oh-fora-fix' into ford-turbo 2018-05-07 15:29:16 -07:00
Elliot Glaysher
b05575c2b2 Fix +test-five-oh-cache-reclamation 2018-05-07 15:28:52 -07:00
Ted Blackman
6d092f0087 fixed %pin bug; added a few pin tests 2018-05-07 15:04:54 -07:00
Elliot Glaysher
2c6a085382 Scrys should block on a specific case, not in general. 2018-05-07 14:31:24 -07:00
Elliot Glaysher
3ad4704ffc Fix test expectation issue local to the ford tests. 2018-05-07 14:15:24 -07:00
Elliot Glaysher
1694f95eee Implement +slit. Tests both the success and error cases. 2018-05-02 14:47:24 -07:00
Elliot Glaysher
943b7152d2 Test the cache reclamation in the five-oh-fora case. 2018-05-01 15:33:30 -07:00
Elliot Glaysher
014921fbe9 Fix %sing calls.
Clay expects paths to not be flopped like beams are.
2018-05-01 13:56:24 -07:00
Ted Blackman
d6ed0984d3 cache reclamation and basic tests 2018-05-01 10:55:05 -07:00
Ted Blackman
537d5f5562 renames 2018-04-30 14:57:32 -07:00
Elliot Glaysher
9bf0b24e39 wall to tang in the new testing code. 2018-04-30 14:29:40 -07:00
Elliot Glaysher
bf36713950 Merge branch 'ford-turbo-test-cleanup' into ford-turbo 2018-04-30 14:20:36 -07:00
Elliot Glaysher
fea5f4eb94 Structure the tests. This makes things much more readable. 2018-04-30 14:19:58 -07:00
Ted Blackman
32a1bc2a53 clean up test printing 2018-04-30 13:22:49 -07:00
Ted Blackman
9e03b9617e +expect-eq now produces a +tang 2018-04-30 13:11:18 -07:00
Elliot Glaysher
bd83553fd7 Start cleaning up the tests. 2018-04-27 16:30:09 -07:00
Elliot Glaysher
e676c41e60 +test-double-alts: ensure that two %alts don't break each other 2018-04-25 11:16:27 -07:00
Elliot Glaysher
4bb25e8b9c +test-double-alts: checks provisional builds used by another build 2018-04-24 15:51:53 -07:00
Elliot Glaysher
9444811d38 +test-live-and-pinned-triangle: don't promote pinned builds. 2018-04-24 14:44:41 -07:00
Elliot Glaysher
a3d0bd0d22 Add +test-scry-clay-live-again and make it work. 2018-04-24 12:57:19 -07:00
Elliot Glaysher
2561a56d80 Track provisional sub-builds; %alts passes now.
We needed to add tracking for provisional sub-builds to avoid leaking
orphan builds.
2018-04-23 16:17:20 -07:00
Elliot Glaysher
4a62502074 Add a fora test case.
This adds three test cases and fixes which exercise what we think is
going wrong in the "five-oh-fora" situation.
2018-04-17 14:14:13 -07:00
Ted Blackman
4ca22b988c %ride test with failed scry 2018-04-05 14:31:59 -07:00
Ted Blackman
e58986fc73 %ride scry-succeed and scry-block tests pass 2018-04-05 14:12:57 -07:00
Ted Blackman
cfc460d5b3 basic %ride; basic tests, but no tests for scry yet 2018-04-04 17:11:21 -07:00
Elliot Glaysher
6dfecacb59 Implement and test +slim. 2018-04-02 16:17:27 -07:00
Elliot Glaysher
c02d374b88 Fix test indentation; too many welps. 2018-04-02 14:47:52 -07:00
Elliot Glaysher
b6f546da84 Add test for when a live and a once build refer to the same schematic. 2018-04-02 14:42:54 -07:00
Ted Blackman
f32a78f6e6 send %mades for future builds 2018-03-30 16:55:43 -07:00