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

11808 Commits

Author SHA1 Message Date
Timothy Clem
975304097c Remove TODO and leave readFile behavior alone for now 2017-04-25 09:07:51 -07:00
Timothy Clem
6be9b9c3cd 🔥 concurrently 2017-04-25 09:05:48 -07:00
Timothy Clem
12948181c5 Merge remote-tracking branch 'origin/master' into clean-parse-and-diff-interface 2017-04-25 09:02:41 -07:00
Rob Rix
4f7c9a9fa7 Merge pull request #1088 from github/remove-random-walk-similarity
Remove Data.RandomWalkSimilarity
2017-04-24 18:26:08 -04:00
joshvera
7395e88ab0 Remove Data.RandomWalkSimilarity 2017-04-24 15:53:11 -04:00
Rob Rix
76513638a6 Merge branch 'master' into clean-parse-and-diff-interface 2017-04-24 14:56:06 -04:00
Rob Rix
bfacfc783f Merge pull request #1085 from github/run-assignment-with-source
Run assignment with source
2017-04-24 14:55:07 -04:00
Rob Rix
fb477828e6 📝 advanceState. 2017-04-24 13:57:41 -04:00
Rob Rix
a7b47952eb 📝 AssignmentState itself. 2017-04-24 13:55:12 -04:00
Rob Rix
8caea50b14 📝 AssignmentState’s fields. 2017-04-24 13:54:33 -04:00
Rob Rix
806aa944d0 SourcePos is 1-indexed in both line and column. 2017-04-24 13:51:08 -04:00
Rob Rix
3705f960f4 Reformat AssignmentState across several lines. 2017-04-24 13:47:21 -04:00
Timothy Clem
c1be28de3b Switch over to mapConcurrently in Command.Git too 2017-04-24 09:59:58 -07:00
Rob Rix
cbe44c66e7 Merge branch 'master' into run-assignment-with-source 2017-04-24 12:53:45 -04:00
Timothy Clem
5181a11455 Use StandaloneDeriving for Arguments 2017-04-24 09:42:58 -07:00
Timothy Clem
196a0d28e8 Not using ViewPatterns here 2017-04-24 09:33:12 -07:00
Timothy Clem
77b9b6f909 Few doc fixes 2017-04-24 09:17:28 -07:00
Josh Vera
ed8b07e64b Merge branch 'master' into clean-parse-and-diff-interface 2017-04-24 12:03:09 -04:00
Josh Vera
4af987ed57 Merge pull request #1080 from github/rws-effect
RWS Effect
2017-04-24 12:02:52 -04:00
Josh Vera
afc4790383 Merge branch 'master' into rws-effect 2017-04-24 11:53:26 -04:00
Timothy Clem
5b3ea87e57 Revert "Write my own takeExtension"
This reverts commit c18cabe7b583e039d96138b8b219bf99c52dd995.
2017-04-24 08:12:53 -07:00
Timothy Clem
56f9a7ba40 Change naming to diffBlobPair(s) 2017-04-24 07:46:32 -07:00
Rob Rix
55934f656b Correct indentation. 2017-04-24 10:44:37 -04:00
Timothy Clem
bb71fd7b71 s/renderAsync/renderConcurrently 2017-04-24 07:37:41 -07:00
Timothy Clem
d38724f39b Write my own takeExtension 2017-04-24 07:37:32 -07:00
Rob Rix
de0cdc98aa Add SourcePos information to the tests. 2017-04-24 10:27:45 -04:00
Rob Rix
5500b7534e term can match empty lists by taking the current offset. 2017-04-24 10:19:15 -04:00
Rob Rix
59b7478caf 📝 AST. 2017-04-24 10:18:42 -04:00
Rob Rix
7868979cee 📝 Node. 2017-04-24 10:18:02 -04:00
Rob Rix
ec65a199dc Define a location combinator. 2017-04-24 10:17:10 -04:00
Rob Rix
25ebe64d83 Define state assignments. 2017-04-24 10:01:09 -04:00
Rob Rix
96affb1f05 Carry the current position through assignment. 2017-04-24 09:53:30 -04:00
Timothy Clem
5e9df83f9c Listable instance changes with move of debug flag 2017-04-21 18:07:30 -07:00
Timothy Clem
d4933b3aaf Easier way to get output dir 2017-04-21 18:07:16 -07:00
Timothy Clem
643a7a3581 Docs, order import, internal functions at the bottom 2017-04-21 18:06:56 -07:00
Timothy Clem
44dfa16bb5 Remove debug even tracing 2017-04-21 17:55:07 -07:00
Timothy Clem
779b6afde2 No longer need printTerms 2017-04-21 17:54:58 -07:00
Timothy Clem
190dca165d Turn on debug flag to send sourceText output for parse again 2017-04-21 17:46:59 -07:00
Timothy Clem
ca89087e1d Extract out a common async render and keep async stuff in Semantic 2017-04-21 16:41:46 -07:00
Timothy Clem
bd019104a8 First pass at parallel rendering! 2017-04-21 16:24:17 -07:00
Timothy Clem
980333f40d WIP - optimize concurrency 2017-04-21 15:40:37 -07:00
Timothy Clem
d5b9463a56 Collapse Parser.Language back into Semantic 2017-04-21 14:20:30 -07:00
Timothy Clem
f51798e4c8 Turn parseBlob tests back on in new Spec 2017-04-21 14:12:00 -07:00
Timothy Clem
78d376e256 Pair down command to just fs and git operations 2017-04-21 13:56:19 -07:00
Rob Rix
718ef34e71 assignAllFrom takes an AssignmentState. 2017-04-21 16:53:43 -04:00
Rob Rix
f09e0ba5cc Assign terms annotated with ranges & source spans. 2017-04-21 16:38:51 -04:00
Rob Rix
b99944556c Merge branch 'master' into run-assignment-with-source 2017-04-21 16:18:16 -04:00
Rob Rix
296d9bb03d Fix the tests. 2017-04-21 16:12:56 -04:00
Rob Rix
65176ffa6b Advance the state using a helper function. 2017-04-21 13:52:49 -04:00
Rob Rix
5643a0674d Define selectors for AssignmentState. 2017-04-21 13:48:55 -04:00