Commit Graph

433 Commits

Author SHA1 Message Date
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
Elliot Glaysher
aded7050fa Clean up %clay-live to %c, %gall-live to %g 2018-03-30 13:21:08 -07:00
Elliot Glaysher
9520999b00 Implement %same. We now have live builds wrapping once builds working. 2018-03-30 12:53:57 -07:00
Ted Blackman
13394b6b04 %pin schematic, +cancel, and associated changes 2018-03-29 18:36:09 -07:00
Ted Blackman
f744352f4c flop spur just right. cleaned up tests and +to-wire 2018-03-23 11:53:38 -07:00
Ted Blackman
bd8e2e4bc9 cache promotion; todos around cache reclamation 2018-03-22 19:17:00 -07:00
Ted Blackman
4a2ae276b5 live build works; no cache promotion yet 2018-03-22 13:30:44 -07:00
Ted Blackman
7a003df7cb First half of live builds works; makes Clay subscription 2018-03-21 18:27:25 -07:00
Ted Blackman
9cd0654420 fixed accidental success of +unblock; replaced with intentional success 2018-03-20 18:20:11 -07:00
Ted Blackman
9508b70443 basic +unblock passes test 2018-03-20 17:37:57 -07:00
Ted Blackman
6d17c6aaf1 wire conversions; also partial (broken) +take 2018-03-20 15:39:22 -07:00
Ted Blackman
ea4c182b19 test scry fail 2018-03-20 12:30:48 -07:00
Ted Blackman
3f5d542b58 %scry schematic tested and working 2018-03-20 12:01:49 -07:00
Ted Blackman
9d4a6cf534 wrote and tested +unify-jugs. not used in ford yet 2018-03-20 10:30:39 -07:00
Ted Blackman
be568ca88e +autocons passes tests 2018-03-19 18:03:18 -07:00
Ted Blackman
b5ecac92cf minor test improvement 2018-03-19 11:33:34 -07:00
Ted Blackman
2049bcd68e fixed +cleanup, +start-build; test build removal 2018-03-19 11:23:04 -07:00
Ted Blackman
90238aee31 Builds literal schematics 2018-03-15 18:38:33 -07:00
Ted Blackman
6adf5b8652 dummy +build; use generator for tests 2018-03-15 17:21:46 -07:00
Elliot Glaysher
78c1f091dc Make |overload take a start time, in addition to a recur duration.
This will allow us to set |overload so it will run once a day at something
like 3 AM.
2018-03-12 15:27:51 -07:00
Anton Dyudin
3bb24f1327 move test- check- prefix filter to lib/tester 2018-03-09 19:27:32 -08:00
Fang
85b70d2555
Run ++check- arms in addition to ++test- ones during tests. 2018-03-07 23:26:34 +01:00
Fang
efc258744e
Make +test only run arms starting with ++test- 2018-03-07 20:44:28 +01:00
Fang
e71aeb4e9e Removed outdated warning message about moons. 2018-02-23 12:18:42 +01:00
Ted Blackman
8e75cbbf33
Merge pull request #415 from joemfb/twit
some changes to get :twit working
2018-02-16 12:56:30 -08:00
Fang
4d5e15cb46 Include generators for making (paths on) desks public or private. 2018-02-13 23:29:16 +01:00
cgyarvin
1e8e3fdd84
Merge pull request #586 from eglaysher/unicode-string-gates
Unicode string gates
2018-01-29 11:09:08 -08:00
cgyarvin
cadc61929f
Merge pull request #539 from eglaysher/new-stdlib
Unit Testing / Partial New Library Work
2018-01-29 10:55:47 -08:00
Elliot Glaysher
58900d30f7 Further %143-ization and general cleanup. 2018-01-18 22:40:24 -08:00
Elliot Glaysher
b285b324cd %143-ize the capitalization code. 2018-01-18 22:19:48 -08:00
Elliot Glaysher
4edb2aa9c0 Merge branch 'new-stdlib' into unicode-string-gates 2018-01-18 21:26:20 -08:00
Elliot Glaysher
48585d2b2f +test now deals with recursive directory structures.
+test now offloads creation of the test tree into a renderer. this should help
with caching. using a renderer also lets us deal with hierarchical directory
structures, leading to better organization.
2018-01-06 22:51:52 -08:00
Fang
f5628c1dad Separate the Tlon ops generators to allow more granular control over stream & fora sources. 2018-01-05 20:19:34 +01:00
Elliot Glaysher
437f205ef7 %143-ification. 2017-12-31 10:41:01 -08:00
Elliot Glaysher
4e5e48d0b2 Add an optional filter to the +test generator.
Now that we are running multiple suites, make the generator take an optional
path so you can run just a single suite or even a single test.
2017-12-30 23:23:54 -08:00
Elliot Glaysher
f764db7145 Don't pass the entropy back as part of the results. 2017-12-30 22:41:01 -08:00
Elliot Glaysher
bd6736b6cf Rebuild the test runner.
The test runner now has a notion of tests being part of a hierarchical path,
and allows running what were multiple suites in one run.
2017-12-30 22:37:49 -08:00
Elliot Glaysher
e6dc49a4d2 Separate out all tests into files.
This moves the remaining test suites into their own test files, however,
we are still not autogenerating a list of tests.
2017-12-26 13:03:47 -08:00
Elliot Glaysher
e972c43f8a Merge branch 'master' into new-stdlib 2017-12-26 12:24:11 -08:00
Fang
2b1caa2b01 Add generators for easier webship ops. 2017-12-12 21:24:15 +01:00
Anton Dyudin
beaa8ec4c5 Merge branch 'newmodel' 2017-12-07 13:04:32 -08:00
Ted Blackman
60cffd62ce
Merge pull request #452 from Fang-/remaint-merge-talk
Hall (New Talk): the PR
2017-12-07 11:14:58 -08:00
C. Guy Yarvin
2ce5e27447 Rename ovra to arvo. 2017-12-07 10:13:34 -08:00
C. Guy Yarvin
98a6ea3707 Easiest things first. 2017-12-06 21:28:11 -08:00
C. Guy Yarvin
40645b0a19 Hand patch. 2017-12-06 17:53:17 -08:00
C. Guy Yarvin
732c7803c8 Unrevert. 2017-12-06 17:51:26 -08:00
Anton Dyudin
67034edf14 fix single +solid 2017-12-06 17:31:28 -08:00
C. Guy Yarvin
9d2d8710eb Revert broken solid. 2017-12-06 17:13:26 -08:00