1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
Commit Graph

8420 Commits

Author SHA1 Message Date
Rick Winfrey
8a61e57eed Make style names consistent (should use '_' instead of '-') 2016-08-22 18:55:34 -05:00
Rick Winfrey
2374cb8548 Remove overlapping CommaOperator case 2016-08-22 18:55:12 -05:00
Rick Winfrey
0823be3519 Conditionally omit a function name when an assignment occurs within an anonymous function closure. 2016-08-22 18:22:04 -05:00
Rick Winfrey
43b70b0d3e Merge pull request #737 from github/change-summary-errors
Change summary errors
2016-08-22 14:25:19 -05:00
joshvera
795fce2073 s/Error/Diff Summary Error 2016-08-22 13:51:21 -04:00
Josh Vera
83e4499638 Merge branch 'master' into change-summary-errors 2016-08-22 12:55:46 -04:00
Josh Vera
74c7a7f6bc Merge pull request #748 from github/08-22-weekly
2016-08-22 weekly meeting notes
2016-08-22 12:55:36 -04:00
Rick Winfrey
bcb1090868 Merge branch 'master' into 08-22-weekly 2016-08-22 11:13:06 -05:00
Rick Winfrey
8c6fe30a08 Merge branch 'master' into 08-22-weekly 2016-08-22 10:33:28 -05:00
Rick Winfrey
54c6fbf59e Add 2016-08-22 weekly meeting notes 2016-08-22 10:32:48 -05:00
joshvera
917431c873 Merge remote-tracking branch 'origin/master' into change-summary-errors 2016-08-22 11:20:30 -04:00
Timothy Clem
1243614b30 Merge pull request #732 from github/benchmark-stats
Send benchmark stats to statsd
2016-08-22 08:11:39 -07:00
joshvera
1fc7712f7e Merge remote-tracking branch 'origin/benchmark-stats' into change-summary-errors 2016-08-22 10:42:03 -04:00
joshvera
5aef25e612 Merge remote-tracking branch 'origin/master' into change-summary-errors 2016-08-22 10:36:14 -04:00
Timothy Clem
b4a3a9f093 Merge branch 'master' into benchmark-stats 2016-08-19 14:36:57 -07:00
joshvera
39757eca55 Add pgml=script/g++ to bench targets and -O2 on semantic-git-diff target 2016-08-19 16:31:19 -04:00
Rob Rix
0b51a64799 Merge pull request #741 from github/finer-grained-rejection-of-candidate-matches
Finer grained rejection of candidate matches
2016-08-19 14:39:50 -04:00
Rob Rix
4d86498092 Merge branch 'master' into change-summary-errors 2016-08-19 13:35:02 -04:00
Rob Rix
5b946fd0c7 Merge branch 'master' into finer-grained-rejection-of-candidate-matches 2016-08-19 13:19:29 -04:00
Rob Rix
3ca3fab565 Merge branch 'intmap-intersections-in-rws' into finer-grained-rejection-of-candidate-matches 2016-08-19 13:18:37 -04:00
Rob Rix
78f5281264 📝 findNearestNeighbourTo. 2016-08-19 13:17:39 -04:00
Josh Vera
08b591db7b Merge pull request #740 from github/intmap-intersections-in-rws
IntMap intersections in RWS
2016-08-19 13:16:03 -04:00
Rob Rix
5c9e05c781 📝 the parameters/return of nearestUnmapped. 2016-08-19 13:16:00 -04:00
Rob Rix
b0c8f93d70 Add a type signature for findNearestNeighbourTo. 2016-08-19 13:12:59 -04:00
Rob Rix
b5c67da74b Add a type signature for nearestUnmapped. 2016-08-19 13:10:35 -04:00
Rob Rix
716b0b44d6 Lower the default move bound to 2.
2 is a slightly less magical number than 3.
2016-08-19 12:51:59 -04:00
joshvera
e81040d11e Merge remote-tracking branch 'origin/master' into change-summary-errors 2016-08-19 12:10:36 -04:00
Rob Rix
14aef5d3cd Filter out-of-bounds candidates out of the unmapped elements of A. 2016-08-19 12:03:32 -04:00
Rob Rix
2068bdd22a Extract the guard clause into a predicate. 2016-08-19 11:53:52 -04:00
Rob Rix
6b69095a71 Merge branch 'master' into intmap-intersections-in-rws 2016-08-19 11:41:16 -04:00
Josh Vera
9c8ebd0566 Merge pull request #739 from github/eschew-discontinuity
Disallow moves beyond a given bound.
2016-08-19 11:40:57 -04:00
Rob Rix
db6679a912 Use IntMap intersections to define nearestUnmapped. 2016-08-19 11:36:46 -04:00
Rob Rix
1385e9193f 🔥 a redundant import. 2016-08-19 11:35:32 -04:00
Rob Rix
1627ab0e26 🔥 a redundant binding. 2016-08-18 17:53:29 -04:00
Rob Rix
1b2271e479 Maintain IntMaps of unmapped elements. 2016-08-18 17:53:17 -04:00
Rob Rix
10ca6f60b6 Revert "Construct IntMaps of the lists of inputs."
This reverts commit 8d62477ee805d45603d6c84fdeea59b341153c00.
2016-08-18 17:49:40 -04:00
Rob Rix
124e7b51da Revert "Traverse & delete remaining unmapped terms in IntMap."
This reverts commit 7f3f842657b8cd9b1e5c60ae81e5fcaa44f1b1e4.
2016-08-18 17:49:33 -04:00
Rob Rix
bff81035d8 Traverse & delete remaining unmapped terms in IntMap. 2016-08-18 17:41:27 -04:00
Rob Rix
3e94a6a9dd Construct IntMaps of the lists of inputs. 2016-08-18 17:28:35 -04:00
Rob Rix
a83faecdfd So, apparently 3 is the magic number today. 2016-08-18 17:04:10 -04:00
Rob Rix
d4cbba043d Disallow moves beyond a given bound.
🎩 @rewinfrey
2016-08-18 16:59:57 -04:00
Rob Rix
7009d9ac2b Move the multiple hunks fixture back to the main diffs list. 2016-08-18 15:33:14 -04:00
joshvera
1aec6d801a Merge remote-tracking branch 'origin/master' into change-summary-errors 2016-08-18 15:23:38 -04:00
Josh Vera
ffe99f84d9 Merge pull request #733 from github/account-for-false-positives
Account for false positives
2016-08-18 15:04:57 -04:00
Rob Rix
6765a9e764 Use the default parameters when diffing. 2016-08-18 14:04:25 -04:00
Rob Rix
00689650dd Use the defaultFeatureVectorDecorator in the tests. 2016-08-18 14:03:36 -04:00
Rob Rix
1473c10659 Add a defaultFeatureVectorDecorator function. 2016-08-18 14:02:48 -04:00
Rob Rix
900a0b7a1f Use the global l/m defaults. 2016-08-18 14:00:40 -04:00
Rob Rix
3e01b1cd13 Add bindings for the default values of the variables. 2016-08-18 13:59:34 -04:00
Rob Rix
2706ed262e Rename constantTimeEditDistance to editDistanceUpTo. 2016-08-18 13:44:27 -04:00