Timothy Clem
|
7107aec6db
|
Add a equivalency check for terms
|
2017-09-19 09:36:12 -07:00 |
|
Rob Rix
|
7789e83875
|
Correct the RWS tests.
|
2017-09-14 11:49:57 -04:00 |
|
Rob Rix
|
bfc0b9d0b0
|
Give Diff a pair of type parameters for the annotation types.
|
2017-09-14 09:41:52 -04:00 |
|
Rob Rix
|
cf9d752d43
|
Parameterize Patch by before and after types.
|
2017-09-13 21:37:23 -04:00 |
|
Rob Rix
|
9de429be45
|
🔥 the SyntaxTerm, SyntaxTermF, & SyntaxDiff type synonyms.
|
2017-09-13 19:14:01 -04:00 |
|
Rob Rix
|
20e0943c72
|
🔥 the Sum inside Patch nodes.
|
2017-09-13 16:07:22 -04:00 |
|
Rob Rix
|
0ec9584a6d
|
Correct the tests.
|
2017-09-13 16:03:27 -04:00 |
|
Rob Rix
|
a0eda2396a
|
Correct the tests.
|
2017-09-13 11:19:06 -04:00 |
|
Rob Rix
|
e36034455c
|
Correct the tests.
|
2017-09-13 09:45:10 -04:00 |
|
Rob Rix
|
ecb19530d6
|
Correct most of the tests.
|
2017-09-12 10:49:45 -04:00 |
|
Rob Rix
|
a140d2f4c4
|
Correct the Listable1 instance for Diff.
|
2017-09-12 10:47:50 -04:00 |
|
Rob Rix
|
d0a1d31c68
|
Correct the Listable2 instance for DiffF.
|
2017-09-12 10:46:49 -04:00 |
|
Rob Rix
|
b3b81846b3
|
Define a Listable1 instance for BindingF.
|
2017-09-12 10:44:19 -04:00 |
|
Rob Rix
|
57f578618c
|
Define Listable1 instances for Sum & Product.
|
2017-09-12 10:43:31 -04:00 |
|
Rob Rix
|
c2f4ef3572
|
Merge branch 'relocate-json-fields' into directed-acyclic-diffs
|
2017-09-11 16:20:57 -04:00 |
|
Rob Rix
|
2c83e7e283
|
Merge branch 'master' into specialized-terms-and-diffs
|
2017-09-11 16:01:20 -04:00 |
|
Rob Rix
|
1cd6dd2899
|
Update the tests.
|
2017-09-11 15:48:58 -04:00 |
|
Rob Rix
|
110be2449c
|
Update the tests.
|
2017-09-09 21:44:15 +01:00 |
|
Rob Rix
|
41baef6c9d
|
Listing diffs does not produce metavariables or bindings.
|
2017-09-09 18:24:05 +01:00 |
|
Rob Rix
|
2a7a937a7e
|
🔥 a bunch more redundant imports.
|
2017-09-09 14:58:07 +01:00 |
|
Rob Rix
|
10b262e069
|
🔥 a stray import.
|
2017-09-09 14:54:49 +01:00 |
|
Rob Rix
|
24914eeb05
|
Move the remaining Listable instances into the tests.
|
2017-09-09 14:51:37 +01:00 |
|
Rob Rix
|
3ad5374b94
|
Move all the Listable stuff into the tests.
|
2017-09-09 14:44:57 +01:00 |
|
Rob Rix
|
a1bfea611f
|
Update all the tests.
|
2017-09-09 14:18:08 +01:00 |
|
Rob Rix
|
e2ffba2401
|
Rename headF to termAnnotation.
|
2017-09-09 11:50:29 +01:00 |
|
Rob Rix
|
32b2f90316
|
🔥 a couple of obsolete tests.
|
2017-09-01 11:54:45 -04:00 |
|
Rob Rix
|
1270bb41c4
|
Correct the <|>/distributivity through children rules test.
|
2017-09-01 11:53:40 -04:00 |
|
Rob Rix
|
bad1c832f0
|
Correct precedence.
|
2017-09-01 11:51:18 -04:00 |
|
Rob Rix
|
5366bfff3c
|
🔥 obsolete tests of catchError/repetitions.
|
2017-09-01 11:50:48 -04:00 |
|
Rob Rix
|
c2f30feff2
|
Test that exhaustiveness errors are uncaught.
|
2017-09-01 11:50:10 -04:00 |
|
Rob Rix
|
2110d7d076
|
Slight improvement to the unexpected end of branch test.
|
2017-09-01 11:49:46 -04:00 |
|
Rob Rix
|
a640b48ddc
|
Test that unexpected end of branch errors are uncaught.
|
2017-09-01 11:47:38 -04:00 |
|
Rob Rix
|
7fc97f6b9d
|
Rename a test.
|
2017-09-01 11:33:33 -04:00 |
|
Rob Rix
|
6afe2b5ae9
|
Test that handlers can error.
|
2017-09-01 11:32:57 -04:00 |
|
Rob Rix
|
eb65bd9622
|
Test the inverse case.
|
2017-09-01 11:28:59 -04:00 |
|
Rob Rix
|
99b4d5037a
|
🔥 unnecessary parens.
|
2017-09-01 11:28:41 -04:00 |
|
Rob Rix
|
70cfa6e070
|
Rename & correct a catchError test.
|
2017-09-01 11:26:46 -04:00 |
|
Rob Rix
|
de318561dd
|
Correct a test’s expectation.
|
2017-09-01 11:25:30 -04:00 |
|
Rob Rix
|
773644d040
|
We limit the call stacks now.
|
2017-08-18 10:41:14 -04:00 |
|
Rob Rix
|
9e2abcaa13
|
🔥 a redundant import.
|
2017-08-17 17:57:06 -04:00 |
|
Rob Rix
|
7b4fcec381
|
Fix the tests up.
|
2017-08-17 17:56:01 -04:00 |
|
Rob Rix
|
3c7f471607
|
Test that eof matches before anonymous nodes at the end of branches.
Currently failed.
|
2017-08-16 08:55:26 -04:00 |
|
Rob Rix
|
8265390933
|
Test that eof matches at the end of branches.
|
2017-08-16 08:52:29 -04:00 |
|
Rob Rix
|
f8ab5f2ae3
|
Update the imports.
|
2017-08-11 08:02:30 -04:00 |
|
Rob Rix
|
ff9e58c95f
|
Derive a Bounded instance.
|
2017-08-08 08:43:49 -04:00 |
|
Rob Rix
|
9530b95a37
|
🔥 the state in error results.
|
2017-08-07 12:15:02 -04:00 |
|
Rob Rix
|
8faf9f60be
|
Correct the tests.
|
2017-08-06 19:40:45 -04:00 |
|
Rob Rix
|
6c1e9afbb0
|
Errors hold Spans now.
|
2017-08-06 19:32:38 -04:00 |
|
Rob Rix
|
1ab9a13c6d
|
Ignore the state in the error callback spec.
|
2017-08-06 19:31:44 -04:00 |
|
Rob Rix
|
5129bc5418
|
We don’t need to qualify these.
|
2017-08-06 19:31:15 -04:00 |
|