joshvera
01a8087b0a
Map public_field_definition to FieldDecl and fix up VarDecl and VarAssignment mappings
2017-03-28 13:00:15 -04:00
joshvera
285bd71606
Add function type and array type
2017-03-28 11:22:27 -04:00
joshvera
f2666fd5bd
Add tuple type
2017-03-28 11:19:45 -04:00
joshvera
31361d2306
Add interface, intersection, union type tests
2017-03-27 17:54:37 -04:00
joshvera
3d27c9dd3e
Add type assertions tests
2017-03-27 17:27:18 -04:00
joshvera
d5e90bdfeb
Add module declarations
2017-03-27 17:09:29 -04:00
joshvera
48f4310428
Add ambient type declarations
2017-03-27 17:08:07 -04:00
joshvera
92ff890b9e
Add export assignments
2017-03-27 17:06:24 -04:00
joshvera
845dcc2cda
Add ambient exports tests
2017-03-27 17:04:42 -04:00
joshvera
0d123d1936
Add typeof type tests
2017-03-27 17:02:51 -04:00
joshvera
40423e47d5
Add ambient declaration tests
2017-03-27 17:00:44 -04:00
joshvera
9c220b9fe1
Generate ambient declarations
2017-03-27 16:58:40 -04:00
joshvera
48d46489d1
Merge remote-tracking branch 'origin/master' into typescript-mapping
2017-03-27 12:05:06 -04:00
joshvera
4515e581bf
add typescript
2017-03-24 17:10:03 -04:00
joshvera
62057c5605
Map public_field_definition to VarAssignment
2017-03-24 16:56:59 -04:00
Rob Rix
1ab51de582
Update the failing test’s fixture.
...
I’m pretty sure this is due to us producing a different shortest edit script than the old implementation (but still a correct one, and a shortest one—just a different correct/shortest one), and that in turn causing RWS to make different choices.
2017-03-23 14:21:09 -04:00
Rob Rix
a13c7f009f
Correct the type annotations in the tests.
2017-03-23 14:14:03 -04:00
Rob Rix
759b5515f9
ses is the main entry point.
2017-03-23 13:28:40 -04:00
Rob Rix
77a58106d5
Merge remote-tracking branch 'origin/master' into myers-algorithm-in-proof-refinement-style
2017-03-23 10:58:19 -04:00
Rob Rix
41928ba594
Read the edit graph from the environment instead of passing it around.
2017-03-23 10:44:24 -04:00
Rob Rix
ce5af997c9
Test that our implementation of Myers’ algorithm is lossless.
2017-03-22 17:26:05 -04:00
Rob Rix
ec2c0c703c
Renae the disjoint input test.
2017-03-22 17:20:37 -04:00
Rob Rix
210ac2b0b0
Test that the edit distance is respected.
2017-03-22 15:38:57 -04:00
Rob Rix
2556e0f1e1
Test that comparisons of the empty list against a list returns all values in That.
2017-03-20 11:32:03 -04:00
Rob Rix
2f86a8d374
Test that comparisons of a list against the empty list returns all values in This.
2017-03-20 11:31:06 -04:00
Rob Rix
67ddbae36c
Test that equal lists are returned in These.
2017-03-20 11:29:16 -04:00
Rob Rix
093f3b9508
Stub in a spec for Myers’ algorithm.
2017-03-20 11:25:58 -04:00
joshvera
bcb85a3336
Tabs to spaces
2017-03-17 12:52:41 -04:00
joshvera
1b1f85015e
Add ParseCommand changes back
2017-03-17 12:51:22 -04:00
joshvera
1b3110c57a
Revert "Run typescript tests"
...
This reverts commit bb25c8c0f70650f98e76443c143e6fed3dd17a38.
2017-03-17 12:40:06 -04:00
joshvera
6dc9085dcd
Run typescript tests
2017-03-17 12:24:44 -04:00
joshvera
7a5bf48aac
Rename js to ts
2017-03-17 10:52:18 -04:00
joshvera
f89e51f665
add js files
2017-03-17 10:48:51 -04:00
joshvera
e44e884b98
Add class properties
2017-03-16 17:18:49 -04:00
joshvera
643d289bf0
Add tests for assignment-pattern
2017-03-16 16:47:14 -04:00
joshvera
129da112b3
Map yield expression, lexical declaration and assignment pattern
2017-03-16 16:36:19 -04:00
Timothy Clem
652be339c6
Rework diffing for max parallelization
2017-03-13 16:46:52 -07:00
Timothy Clem
68d1f1cd97
Fix up tests to use ByteString too
2017-03-08 13:56:08 -08:00
Rob Rix
2cd497ae17
Merge branch 'master' into rework-io
2017-03-01 10:51:16 -05:00
Timothy Clem
fff9b6d3ef
Refactor IO back out into Source and SemanticDiff
2017-02-28 15:45:38 -08:00
Timothy Clem
bfe1181acb
Move Diff and Source Specs
2017-02-28 15:35:43 -08:00
Timothy Clem
4c3feecc77
Add ParseCommandSpec to validate parse output
2017-02-28 15:32:04 -08:00
Timothy Clem
1d9436bb14
Collapse all these tests into DiffCommandSpec
2017-02-28 15:00:56 -08:00
Timothy Clem
a478b10593
Test that all output formats do product output
2017-02-28 14:55:57 -08:00
Timothy Clem
dcfdcf78d3
Fold DiffSummary into Renderer.Summary
2017-02-28 14:09:57 -08:00
Timothy Clem
e3bdb6b95b
Extract SemanticDiff.IO and clearly delineate program commands
2017-02-28 13:43:01 -08:00
Rob Rix
8e90172503
Merge branch 'master' into interpreter-decomposition
2017-02-28 13:10:11 -05:00
Timothy Clem
e9315fafe2
Merge remote-tracking branch 'origin/master' into interpreter-decomposition
2017-02-28 09:33:44 -08:00
Timothy Clem
004197512c
Merge branch 'master' into category-tiers
2017-02-28 09:09:49 -08:00
Timothy Clem
929a17d913
Add/Remove integration tests for JavaScript
2017-02-28 08:33:11 -08:00