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

8677 Commits

Author SHA1 Message Date
joshvera
ac398aaec6 Change move bound back to 2 2016-09-15 15:25:19 -04:00
joshvera
24e02273d1 Clean up some insertDiff 2016-09-15 14:17:38 -04:00
joshvera
3d36d0fc59 Make sure isInMoveBounds is less than the sum of previous + defaultMoveBound
And change defaultMoveBound to 1
2016-09-15 14:09:23 -04:00
joshvera
61fe492616 Start at the lowest index in fas 2016-09-15 13:45:46 -04:00
joshvera
0abd720206 Recur into the tail if after is empty 2016-09-15 13:18:10 -04:00
joshvera
c26260057a Use insertDiff to insert Theses in front of ambigous This and Thats 2016-09-15 13:12:48 -04:00
joshvera
f21420cb3d Revert "Keep track of indices as Indices instead of These"
This reverts commit 5eacda831ecc80b9f8c1ca31babf4a7bcd33dcbd.
2016-09-15 12:01:00 -04:00
joshvera
169024f02e Keep track of indices as Indices instead of These 2016-09-15 11:34:51 -04:00
joshvera
2d16172528 Add a compareTheseMonotone function to order insertions after deletions, and compare by index 2016-09-14 15:25:11 -04:00
joshvera
899906c1e5 Change index type from Int to These Int Int 2016-09-14 15:14:17 -04:00
joshvera
0ea1298f48 Insert SES diffs into their correct place 2016-09-14 14:58:11 -04:00
joshvera
2aed2534e9 Remove the double succ calls 2016-09-14 14:00:13 -04:00
joshvera
d1bf3d8aea Change Index state back to -1 for insertions 2016-09-14 13:58:21 -04:00
joshvera
d5c04e209b Cleanup lint messages 2016-09-14 13:31:36 -04:00
joshvera
1ba892e286 clean up eitherCutoff 2016-09-14 13:30:43 -04:00
joshvera
42e09d37fa Remove traceShow of diff indices 2016-09-14 13:28:12 -04:00
joshvera
5a86fa09a8 Don't insert the entire diff at the cutoff, insert the sub-diff back in 2016-09-14 12:21:27 -04:00
joshvera
8dae819bcd Set the index of the inserted term as the state and return its own index in insertion 2016-09-14 11:20:24 -04:00
joshvera
cc91bc27d5 Advance the index of the other side of the diffs twice when inserting an insertion or a deletion 2016-09-14 11:19:56 -04:00
joshvera
f6a3cbfa4f Start index state from 0 2016-09-14 11:19:29 -04:00
joshvera
07737280e2 Merge branch 'icu-tests' into rws-large-diffs 2016-09-14 09:25:02 -04:00
joshvera
e7c83eeeab Merge branch 'master' into rws-large-diffs 2016-09-14 09:24:57 -04:00
joshvera
783355427a ++text-icu 2016-09-14 09:16:54 -04:00
Rob Rix
9e36a53f07 Merge pull request #825 from github/icu-fixes
ICU fixes
2016-09-13 16:44:51 -04:00
joshvera
c1e09c3c00 Merge remote-tracking branch 'origin/icu-fixes' into rws-large-diffs 2016-09-13 15:56:16 -04:00
joshvera
c9d86fc930 ++text-icu 2016-09-13 15:45:44 -04:00
joshvera
b4a94e27a1 ++text-icu 2016-09-13 15:00:40 -04:00
joshvera
e4a0980cf9 ++text-icu 2016-09-13 14:47:06 -04:00
joshvera
37925939ea ++text-icu 2016-09-13 13:51:19 -04:00
joshvera
ac313a6b08 ++text-icu 2016-09-13 13:46:18 -04:00
joshvera
ed7778ae18 ++text-icu 2016-09-13 12:43:34 -04:00
Rob Rix
91062f32b8 Merge pull request #822 from github/add-a-link-to-the-roadmap-project
Note the roadmap project.
2016-09-13 10:55:43 -04:00
Rob Rix
2b383bde7e Note the roadmap project. 2016-09-13 10:51:25 -04:00
joshvera
d3440439dc Merge remote-tracking branch 'origin/master' into rws-large-diffs 2016-09-12 14:55:20 -04:00
joshvera
ff118abf93 Add docs 2016-09-12 14:41:56 -04:00
Josh Vera
ed00e99250 Merge pull request #812 from github/abstract-the-functor-out-of-diff-and-term-type-synonyms
Abstract the functor out of Diff and Term type synonyms
2016-09-12 14:41:25 -04:00
joshvera
ab728fade1 s/a/leaf 2016-09-12 13:43:38 -04:00
Rob Rix
902a3f20d8 🔥 a redundant import. 2016-09-12 13:43:23 -04:00
Rob Rix
2b933904c9 Add specializations of Term/TermF/Diff/DiffF/SplitDiff over Syntax/Record. 2016-09-12 13:40:22 -04:00
Rob Rix
a64775d214 Merge branch 'master' into abstract-the-functor-out-of-diff-and-term-type-synonyms 2016-09-12 09:05:20 -04:00
Josh Vera
4229d0c157 Merge pull request #815 from github/template-strings
Improve template string diff summary output
2016-09-09 18:46:08 -04:00
Rob Rix
72741b51c2 Merge branch 'master' into template-strings 2016-09-09 17:34:31 -04:00
Rick Winfrey
773308af9a Prevent TemplateString Leaf nodes from being broken down by word 2016-09-09 16:23:54 -05:00
Rick Winfrey
67d5bec5ff Format comment 2016-09-09 16:23:19 -05:00
Timothy Clem
8f0cbc5047 Merge pull request #814 from github/benchmarks-to-dogstatsd
Send benchmarks to Dogstatsd
2016-09-09 14:21:32 -07:00
Josh Vera
a6f1748a90 Merge branch 'master' into benchmarks-to-dogstatsd 2016-09-09 17:08:28 -04:00
Rob Rix
2ebb1e0a73 Merge pull request #813 from github/weekly-2016-09-09
September 9th, 2016 weekly.
2016-09-09 16:45:35 -04:00
Rob Rix
2b7f667a17 September 9th, 2016 weekly. 2016-09-09 15:43:30 -04:00
joshvera
7bdf389481 Remove unused Eq annotation constraint 2016-09-09 14:54:42 -04:00
joshvera
dbb687b33e Split Term and Diff into SyntaxTerm and SyntaxDiff types as well 2016-09-09 14:51:20 -04:00