1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 04:10:29 +03:00
Commit Graph

8342 Commits

Author SHA1 Message Date
joshvera
1c1938080c Use either path in output 2016-08-10 11:00:40 -04:00
joshvera
dfbc5e1867 infix 2016-08-10 10:58:41 -04:00
joshvera
d09c1314a4 infix 2016-08-10 10:56:28 -04:00
joshvera
1574e74bcb Normalize names before unioning 2016-08-10 10:55:48 -04:00
Rob Rix
c384909668 Revert "Diff these branches by similarity."
This reverts commit 4be9f2f0eee59d7b4163ae9cb074bb85b50f9c76.
2016-08-10 10:42:31 -04:00
Rob Rix
9e7f45216a Revert "Move the multiple hunks & jquery fixtures to diffs-todo."
This reverts commit d2e7047c03212f567a5c705c8fc409a9a4d8e2c4.
2016-08-10 10:37:28 -04:00
Rob Rix
47ea24e90a Merge branch 'master' into precompute-p,q-grams
# Conflicts:
#	test/CorpusSpec.hs
2016-08-10 10:24:07 -04:00
Rob Rix
f9bbe63a4f Merge pull request #680 from github/fix-new-empty-file-patches
Don't output filepaths when adding or deleting an empty file
2016-08-10 10:15:00 -04:00
Rob Rix
22fd3a7a6c Move the multiple hunks & jquery fixtures to diffs-todo. 2016-08-10 10:02:37 -04:00
Rob Rix
cea38b06f3 🔥 decorateParser. 2016-08-10 09:55:38 -04:00
Rob Rix
cc0850ae43 Use Program in the line by line parser. 2016-08-10 09:55:14 -04:00
Rob Rix
f6cd8fd8f6 Annotate terms with costs in Diffing. 2016-08-10 09:53:39 -04:00
Rob Rix
48213c4134 🔥 some stray blank lines. 2016-08-10 09:48:16 -04:00
Rob Rix
b43494afda 📝 compareCategoryEq. 2016-08-10 09:47:11 -04:00
Rob Rix
3f919eec26 Move compareCategoryEq down. 2016-08-10 09:47:03 -04:00
Rob Rix
b97b422cfb Revert "Enable FlexibleContexts for the tests."
This reverts commit 1c0007137862d4c263d75225c7ff579c574c48b1.
2016-08-10 09:44:55 -04:00
Rob Rix
959f15198c 🔥 Data.Vector.Arbitrary. 2016-08-10 09:44:02 -04:00
Rob Rix
f05570dd3e The RWS specs don’t need to generate arbitrary vectors. 2016-08-10 09:38:41 -04:00
Rob Rix
b6637828fa The diff summary specs don’t need to generate arbitrary vectors. 2016-08-10 09:30:03 -04:00
Rob Rix
45ce4bbf03 The interpreter specs don’t need to generate arbitrary vectors. 2016-08-10 09:26:58 -04:00
Rob Rix
04a4614dfc The diff specs don’t need to generate arbitrary vectors. 2016-08-10 09:21:58 -04:00
Rob Rix
f0466c0c43 Enable FlexibleContexts for the tests. 2016-08-10 09:15:42 -04:00
Rob Rix
1ce869b8d0 Avoid forAll/suchThat in the p/q tests.
This enables us to shrink properly.
2016-08-10 09:05:12 -04:00
joshvera
2933a24d45 Return Output from json, split, summary, and patch 2016-08-09 18:51:44 -04:00
joshvera
11863b8748 Add Output and return Output from Renderer in Renderer.hs 2016-08-09 18:51:21 -04:00
joshvera
8f721b8213 Rener Output in printDiff 2016-08-09 18:50:57 -04:00
joshvera
69e67c9a2f Return Output from diffFiles 2016-08-09 18:50:42 -04:00
joshvera
1857709c77 import encode, pairs, and encodingToLazyByteString 2016-08-09 18:50:16 -04:00
Rick Winfrey
fe4dd700c1 Commit the submodule 2016-08-09 17:48:25 -05:00
Rick Winfrey
64f430a4d7 Update submodule path for javascript repo 2016-08-09 17:46:44 -05:00
Rob Rix
9261f19074 🔥 featureVector. 2016-08-09 16:34:37 -04:00
Rob Rix
4b2a7eaea4 Test featureVectorDecorator directly. 2016-08-09 16:34:10 -04:00
Rob Rix
1b59d2782f Add a function to compute positive integers. 2016-08-09 16:33:54 -04:00
Rob Rix
67034c067d 🔥 pqGrams. 2016-08-09 16:24:05 -04:00
Rob Rix
46c2e4d8e0 Test pqGramDecorator directly. 2016-08-09 16:23:38 -04:00
Rob Rix
e0ec5ad7d0 Export pqGramDecorator. 2016-08-09 16:18:53 -04:00
Rob Rix
15f0f9c47a Label arbitrary p,q-grams with the text, not the record. 2016-08-09 16:18:45 -04:00
joshvera
9df1399168 output the inserted/deleted path in the patch header 2016-08-09 16:14:46 -04:00
joshvera
25a53ac718 add file addition and deletion tests 2016-08-09 16:14:46 -04:00
joshvera
c286b39146 Fix oids 2016-08-09 16:14:46 -04:00
joshvera
07dfb0f5d8 handle missing files in CorpusSpec 2016-08-09 16:14:46 -04:00
joshvera
5aac311a88 Add emptySourceBlob and sourceBlob functions to Source 2016-08-09 16:14:46 -04:00
joshvera
46b1a7385e Include protolude for Unsafe in tests 2016-08-09 16:14:46 -04:00
joshvera
55afdaba17 Add new file patch test 2016-08-09 16:14:46 -04:00
Rob Rix
0facfdbb7f Reformat the algebra. 2016-08-09 16:10:56 -04:00
Rob Rix
50c52af354 Define padToSize in pqGramDecorator. 2016-08-09 16:09:23 -04:00
Rob Rix
89aa3dc96e Roll decorateTermWithFeatureVector into featureVectorDecorator. 2016-08-09 16:08:03 -04:00
Rob Rix
e0087f535a Correct the 📝 for pqGramDecorator. 2016-08-09 16:07:23 -04:00
Rob Rix
8e84a9026f 🔥 labelDecorator. 2016-08-09 16:06:24 -04:00
Rob Rix
b89892d0e1 Rename decorateTermWithPQGram to pqGramDecorator. 2016-08-09 16:06:12 -04:00