1
1
mirror of https://github.com/github/semantic.git synced 2025-01-09 00:56:32 +03:00
Commit Graph

9531 Commits

Author SHA1 Message Date
joshvera
f42f0b9f0e remove strictness annotations 2017-09-28 15:11:18 -07:00
joshvera
8ed09e3af7 newtype javascript expressions 2017-09-28 15:10:08 -07:00
joshvera
b3667104fb Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-09-28 14:24:57 -07:00
Rob Rix
9c664e5460 Merge branch 'master' into musical-chairs 2017-09-28 11:36:02 -04:00
Rob Rix
c5cf4ee6a4 Define a mergeF operator for a single level of a term. 2017-09-28 11:24:12 -04:00
Rob Rix
46b98c3ec2 Define a merging operator for Diff. 2017-09-28 10:29:02 -04:00
Rob Rix
d6873820dc Merge branch 'master' into substructural-diffing 2017-09-28 10:25:29 -04:00
Josh Vera
337816f63c Merge branch 'master' into typescript-assignment 2017-09-27 16:33:59 -06:00
Rob Rix
26d44ae2f0 Merge the Decorators module into Data.Syntax.Algebra. 2017-09-27 12:54:01 -04:00
Rob Rix
bdc020dd5a Move the Syntax identifier algebra into Data.Syntax.Algebra. 2017-09-27 12:53:25 -04:00
Rob Rix
e7a402b29d Spacing. 2017-09-27 12:48:01 -04:00
Rob Rix
1cab700d82 Rename the SplitDiff module to Data.SplitDiff. 2017-09-27 12:43:11 -04:00
Rob Rix
b31043a3eb Rename the Diff module to Data.Diff. 2017-09-27 12:41:41 -04:00
Rob Rix
9bd0b02ac9 Rename the Term module to Data.Term. 2017-09-27 12:37:37 -04:00
Rob Rix
e8b7e89dca Rename the Patch module to Data.Patch. 2017-09-27 12:29:07 -04:00
Rob Rix
d74c83fd9e Diff one or more pairs of files. 2017-09-27 11:02:11 -04:00
Rob Rix
de1acea9fc 📝 runAlgorithm. 2017-09-26 13:20:47 -04:00
Rob Rix
d853a2d7ee 📝 subalgorithmFor. 2017-09-26 13:03:49 -04:00
Rob Rix
1e7f9b8862 📝 algorithmFor. 2017-09-26 13:03:44 -04:00
Rob Rix
d54f8b34c2 Export comparableByConstructor & equivalentTerms again. 2017-09-26 09:44:25 -04:00
Rob Rix
b937c38c0e 🔥 the unused Leaf & Branch types. 2017-09-26 09:23:42 -04:00
Rob Rix
0fa57d60c2 Merge branch 'master' into substructural-diffing 2017-09-26 09:13:22 -04:00
Rob Rix
a9c3317758 Derive Mergeable instances for pretty much everything. 2017-09-25 19:51:52 -04:00
Rob Rix
267eab6e75 🔥 the old generic mergeable module. 2017-09-25 19:50:47 -04:00
Rob Rix
da14b3c24a Rework the Rec instance & add a (bad) NonEmpty instance. 2017-09-25 19:49:20 -04:00
Rob Rix
600e05a09d Merge Data.Mergeable.Generic into Data.Mergeable. 2017-09-25 19:44:00 -04:00
Rob Rix
f6efded7d0 Define a Mergeable instance for Unions. 2017-09-25 19:25:21 -04:00
Rob Rix
c0a526c264 Simplify the context for comparableByConstructor. 2017-09-25 18:27:09 -04:00
joshvera
de7b3852e3 fix up computed property names 2017-09-25 18:10:17 -04:00
joshvera
846d236fda postContextualize memberExpression 2017-09-25 18:09:22 -04:00
joshvera
11774c3f74 remove import 2017-09-25 17:44:14 -04:00
Rob Rix
4c4ae14bf8 Sort the context. 2017-09-25 16:00:37 -04:00
Rob Rix
093a02dc88 🔥 a redundant Functor constraint. 2017-09-25 15:56:31 -04:00
joshvera
4eef25d9a7 don't contextualize otherwise diffing can change 2017-09-25 15:43:48 -04:00
joshvera
1d8fe40267 newline 2017-09-25 15:18:44 -04:00
joshvera
d059c26fbc bring old typescript term assignment back 2017-09-25 14:07:35 -04:00
joshvera
fe816c4100 missed one 2017-09-25 14:06:01 -04:00
joshvera
65912d8387 remove redundant pattern matches 2017-09-25 14:02:53 -04:00
joshvera
44d895388d Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-09-25 13:47:46 -04:00
joshvera
bd440ea8d0 Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-09-25 13:40:10 -04:00
Rob Rix
c7685757d1 Reformat genericAlgorithmFor’s type signature. 2017-09-25 12:24:42 -04:00
Rob Rix
e528bd3c6c Export the comparability relation driver. 2017-09-25 12:11:29 -04:00
Timothy Clem
0642755c35 Merge remote-tracking branch 'origin/master' into ruby-assignment-ftw 2017-09-25 09:08:14 -07:00
Rob Rix
e142157ab9 Pass decoratingWith the comparability & equivalence relations. 2017-09-25 12:05:31 -04:00
Rob Rix
fb56d8b604 Merge branch 'master' into substructural-diffing 2017-09-25 11:59:14 -04:00
Timothy Clem
289b342ba0 Merge branch 'master' into toc-assignment 2017-09-25 08:47:30 -07:00
Rob Rix
c7c1161310 Merge branch 'master' into substructural-diffing 2017-09-25 11:47:26 -04:00
Rob Rix
5d812f3a03 Merge branch 'master' into alternative-algorithms 2017-09-25 11:44:17 -04:00
Rob Rix
8babcb9579 🔥 Symmetrical. 2017-09-25 11:35:10 -04:00
Rob Rix
8975856504 Merge branch 'alternative-algorithms' into substructural-diffing 2017-09-25 11:30:58 -04:00