1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00
Commit Graph

10593 Commits

Author SHA1 Message Date
joshvera
41873f049e bump javascript 2017-03-16 15:40:35 -04:00
joshvera
4ee9245346 Stub categoryForTypeScriptName 2017-03-15 17:33:30 -04:00
joshvera
fcb1847671 Add TypeScript module to list of langauges 2017-03-15 17:32:31 -04:00
joshvera
132208d2c9 we just say TypeScript 2017-03-15 17:28:48 -04:00
joshvera
baf3fb3da2 Add typescript bindings 2017-03-15 17:20:46 -04:00
joshvera
404c1a94e1 Add tree-sitter-typescript as a submodule 2017-03-15 17:04:19 -04:00
Timothy Clem
b3f14f14da Merge pull request #1042 from github/parallel-path-diffing
Turn on parallel path diffing
2017-03-15 08:22:32 -07:00
Timothy Clem
8d30a6f8b3 Cleanup prime methods 2017-03-13 16:46:52 -07:00
Timothy Clem
37931a38c1 Whitespace 2017-03-13 16:46:52 -07:00
Timothy Clem
652be339c6 Rework diffing for max parallelization 2017-03-13 16:46:52 -07:00
Timothy Clem
94dc2ac506 Implement NFData instances so we can deepseq 2017-03-13 16:46:52 -07:00
Timothy Clem
f0cb65eb2e Merge pull request #1037 from github/cantor-keys
SES (and other) optimizations
2017-03-13 16:46:17 -07:00
Timothy Clem
e4dc70a1ab Merge branch 'master' into cantor-keys 2017-03-13 16:04:29 -07:00
Rob Rix
96ea6b98a3 Merge pull request #1041 from github/universal-newline
Add newline to end of output in one place
2017-03-13 17:25:37 -04:00
Rick Winfrey
d0c66f1921 Add newline to end of output in one place 2017-03-13 10:52:00 -07:00
Timothy Clem
4c027d024b Do parsing and term assigment with a task group 2017-03-10 14:24:18 -08:00
Timothy Clem
e37261164e Minor refactor for clarity 2017-03-10 14:21:21 -08:00
Timothy Clem
f11e705e3d Use tuples as array index key, fix test failures due to walk ordering 2017-03-10 13:29:05 -08:00
Timothy Clem
fec1b2317a Outdent again to make diff readable 2017-03-10 11:18:24 -08:00
Timothy Clem
58c49f4a9b Use STArray instead of IntMap 2017-03-10 09:54:17 -08:00
Timothy Clem
28c8f6a182 Use IntMap now that our keys are just Ints 2017-03-10 08:41:45 -08:00
Timothy Clem
25373ae71b Merge branch 'master' into cantor-keys 2017-03-09 09:50:17 -08:00
Timothy Clem
328ee8c2d9 Merge pull request #1036 from github/bytestring-sexpression-output
Use ByteString for parse output (sexpression, json)
2017-03-09 09:49:37 -08:00
Timothy Clem
9eb900b260 Simplify so there's no need to pass in i and j 2017-03-09 09:44:44 -08:00
Timothy Clem
7cb2ed8c25 Try using a single int as map key using cantor pairs 2017-03-09 09:21:57 -08:00
Timothy Clem
cf390cdfba Cleanup encodingToText 2017-03-08 14:57:17 -08:00
Timothy Clem
8bf09776e4 toS is a little cleaner here 2017-03-08 14:45:47 -08:00
Timothy Clem
c6be51156d Whitespace 2017-03-08 14:02:52 -08:00
Timothy Clem
68d1f1cd97 Fix up tests to use ByteString too 2017-03-08 13:56:08 -08:00
Timothy Clem
0cc056c06b Straightforward json encoding 2017-03-08 13:40:27 -08:00
Timothy Clem
58889e1038 Newline on end of JSON output, no longer pretty 2017-03-08 13:26:20 -08:00
Timothy Clem
a62b720dad Sexpression output is not text anymore 2017-03-08 13:10:10 -08:00
Timothy Clem
569fdd031b Construct sexpression output with ByteString 2017-03-08 11:40:37 -08:00
Timothy Clem
853e71495f Update transcode docs 2017-03-08 11:40:30 -08:00
Timothy Clem
3647e740f7 Render sexpression output as ByteString 2017-03-07 14:08:32 -08:00
Timothy Clem
eecca0915c Better name for output argument 2017-03-07 14:01:46 -08:00
Timothy Clem
6bb1a8deb4 Merge pull request #1031 from github/rework-io
Refactor: Write output in one place and enable asserting that output in our tests
2017-03-06 07:22:01 -08:00
Rob Rix
2cd497ae17 Merge branch 'master' into rework-io 2017-03-01 10:51:16 -05:00
Rob Rix
d0ebd48479 Merge pull request #1019 from github/interpreter-decomposition
Interpreter decomposition
2017-03-01 08:58:15 -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
89f5d47a18 Merge pull request #1030 from github/category-tiers
Implement tiers instead of list for Category
2017-02-28 09:40:03 -08: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