1
1
mirror of https://github.com/github/semantic.git synced 2025-01-08 00:16:53 +03:00
Commit Graph

4978 Commits

Author SHA1 Message Date
joshvera
a2dcdcab6e Fix tests 2016-03-03 17:41:15 -05:00
joshvera
9776c652a6 Combine blobOidHeader with fileModeHeader 2016-03-03 17:29:55 -05:00
joshvera
1ba10ac22d Add beforeFilepath and afterFilepath headers 2016-03-03 17:19:50 -05:00
joshvera
63bc5d72db add file mode header and blob oid header 2016-03-03 17:11:51 -05:00
joshvera
e784f5bb50 handle modes 2016-03-03 17:09:46 -05:00
joshvera
b4d3f2164f Change SourceBlob blobKind to Maybe SourceKind 2016-03-03 16:44:43 -05:00
joshvera
3e47ce2dfa Add a SourceKind to SourceBlob 2016-03-03 16:29:03 -05:00
joshvera
bafd66437f Output patches with trailing newlines 2016-03-03 13:03:21 -05:00
Josh Vera
b12c64582a Merge pull request #497 from github/copointed
Copointed
2016-03-03 11:53:29 -05:00
Josh Vera
32760e6686 Merge branch 'master' into copointed 2016-03-03 11:50:45 -05:00
Josh Vera
8bbeb5e383 Merge pull request #494 from github/moved-terms-in-keyed-nodes-shouldn’t-crash
Moved terms in keyed nodes shouldn’t crash
2016-03-03 11:50:25 -05:00
Rob Rix
8939ccd6c0 Merge branch 'moved-terms-in-keyed-nodes-shouldn’t-crash' into copointed
# Conflicts:
#	src/Alignment.hs
2016-03-03 11:03:10 -05:00
Rob Rix
5d725d69c6 Document why we’re doing this funky test. 2016-03-03 10:56:31 -05:00
Rob Rix
22ddd29583 Skip rows for bad ranges. 2016-03-03 10:53:41 -05:00
Rob Rix
8445b988b4 Revert "Add a safeRange function."
This reverts commit 2e6a8abcfd604438f22b143f86a244bab19d694e.
2016-03-03 10:42:16 -05:00
Rob Rix
e22210357d Revert "Make safe ranges."
This reverts commit 0dcfc48c8d9e441a9620adef6fc7832ef2796685.
2016-03-03 10:42:13 -05:00
Rob Rix
30c63a34a5 Revert "Add a type annotation for safeRange."
This reverts commit b456a9bfd53efec7cb61c204762773a2fdd5995e.
2016-03-03 10:42:06 -05:00
Rob Rix
9981e98a77 Revert "Move safeRange into the Range module."
This reverts commit 781f940cad93db3954ddb9f2ddd9de23c432a68f.
2016-03-03 10:42:03 -05:00
Rob Rix
ca432139f8 Revert "Slice source ranges safely."
This reverts commit 33b412d0bc037648fb00996ae9b1e6696551abae.
2016-03-03 10:41:55 -05:00
Rob Rix
e31091ecd4 Revert "Construct term ranges safely."
This reverts commit 75165616b5e550b40027118bdc67d9c25c39ae32.
2016-03-03 10:41:50 -05:00
Rob Rix
9fa5334e33 Document transpose. 2016-03-03 10:37:55 -05:00
Rob Rix
a728484501 Merge branch 'master' into moved-terms-in-keyed-nodes-shouldn’t-crash 2016-03-03 10:36:21 -05:00
Rob Rix
6be5555649 Merge branch 'master' into copointed 2016-03-03 10:22:24 -05:00
Josh Vera
27f898af75 Merge pull request #496 from github/array-literals
Array literals
2016-03-03 10:19:33 -05:00
Rob Rix
0b4028e628 Document Copointed. 2016-03-02 23:24:22 -05:00
Rob Rix
8b2a87be62 Remove Has. 2016-03-02 23:24:13 -05:00
Rob Rix
dd0014d07b Use Copointed instead of Has. 2016-03-02 23:23:34 -05:00
Rob Rix
49eb9c1e4f Add a Copointed instance for Identity. 2016-03-02 23:20:54 -05:00
Rob Rix
85f50691b5 Add a Copointed instance for (a, _). 2016-03-02 23:20:14 -05:00
Rob Rix
9182ac04ca Merge branch 'moved-terms-in-keyed-nodes-shouldn’t-crash' into copointed 2016-03-02 23:18:52 -05:00
Rob Rix
a684c2fa58 Remove introduce. 2016-03-02 23:17:43 -05:00
Rob Rix
a2c0818851 Spacing. 2016-03-02 23:17:39 -05:00
Rob Rix
d7c42c2f2b Slightly more tacit implementation of introduce. 2016-03-02 23:17:18 -05:00
Rob Rix
1ececaa837 Remove eliminate. 2016-03-02 23:15:41 -05:00
Rob Rix
09c5dcfe4a Simplify the definition of eliminate. 2016-03-02 23:14:57 -05:00
Rob Rix
7d7c6efb65 Spacing. 2016-03-02 23:13:04 -05:00
Rob Rix
77ac8572ce Sort the imports. 2016-03-02 23:12:51 -05:00
Rob Rix
4a7b4b4e4f Replace extract with copoint. 2016-03-02 23:11:24 -05:00
Rob Rix
fbc99670fc Cofree is Copointed. 2016-03-02 23:10:37 -05:00
Rob Rix
f4f0c44b6a Add a Copointed typeclass. 2016-03-02 23:09:44 -05:00
Rob Rix
a8ca94bd49 Stub in a Data.Copointed module. 2016-03-02 23:08:28 -05:00
Rob Rix
4ec87f8a55 array maps to ArrayLiteral. 2016-03-02 23:03:47 -05:00
Rob Rix
b29fc796b7 Add an ArrayLiteral category. 2016-03-02 23:01:46 -05:00
Rob Rix
55c4543d61 Merge remote-tracking branch 'refs/remotes/origin/moved-terms-in-keyed-nodes-shouldn’t-crash' into moved-terms-in-keyed-nodes-shouldn’t-crash 2016-03-02 19:17:04 -05:00
Rob Rix
04a7633ff8 Merge branch 'master' into moved-terms-in-keyed-nodes-shouldn’t-crash 2016-03-02 19:16:16 -05:00
Rob Rix
e3d1ae82a5 Merge branch 'master' into moved-terms-in-keyed-nodes-shouldn’t-crash 2016-03-02 19:11:02 -05:00
Rob Rix
0ef601fd8b Slice source ranges safely. 2016-03-02 18:55:29 -05:00
Rob Rix
2fcbe7a0d0 Construct term ranges safely. 2016-03-02 18:55:21 -05:00
Rob Rix
e630169833 Move safeRange into the Range module. 2016-03-02 18:54:12 -05:00
Rob Rix
49b6984d49 Add a type annotation for safeRange. 2016-03-02 18:50:27 -05:00