1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00
Commit Graph

36 Commits

Author SHA1 Message Date
Rob Rix
209f8871a5
Rename Patch to Edit. 2019-10-17 22:48:19 -04:00
Rob Rix
7b37f3789f
Rename Data.Patch to Data.Edit. 2019-10-17 22:43:03 -04:00
Rob Rix
64c4fed882
Rename replacing to comparing. 2019-10-17 22:18:48 -04:00
Rob Rix
dd7f65828a
Rename replaceF to compareF. 2019-10-17 22:17:01 -04:00
Rob Rix
9557070bfb
Rename Replace to Compare. 2019-10-17 22:15:58 -04:00
Timothy Clem
50bedeb689 Remove extraneous proto encoding/decode from our internal datatypes 2019-02-06 14:55:43 -08:00
Timothy Clem
38a4bb38f2 WIP - replace Record across the project
Not quiet there with Diff and decorators yet
2018-09-21 13:46:25 -07:00
Rob Rix
7d01e2d9a8 🔥 redundant imports. 2018-07-20 09:56:07 -04:00
Rob Rix
15b95179b2 🔥 redundant exports. 2018-07-20 09:55:39 -04:00
Rob Rix
c696984b60 Move beforeTerm/afterTerm into the tests. 2018-07-20 09:52:11 -04:00
joshvera
abe3524325 Remove commented out code 2018-07-17 19:35:05 -04:00
joshvera
84c52cdda5 lints 2018-07-17 19:27:11 -04:00
joshvera
64f66c3a0f Remove outer embedding 2018-07-16 18:29:30 -04:00
joshvera
bd7051b488 Remove unused var 2018-07-13 19:09:35 -04:00
Timothy Clem
7f7ad8babf Remove trace for now 2018-07-13 15:46:15 -07:00
joshvera
12db3316f5 Remove the diff from the proto message definitions 2018-07-13 16:49:23 -04:00
joshvera
263fe0e09d Add another embedded for messages 2018-07-13 16:49:23 -04:00
Timothy Clem
b47437aadf Cleanup 2018-07-13 09:36:51 -07:00
Timothy Clem
3ec2509375 First attempt at encode/decode for Diff 2018-07-12 15:37:42 -07:00
Timothy Clem
46b29aecd6 dotProto for Diff and RubyDiff 2018-07-12 10:08:20 -07:00
Rick Winfrey
4c5cda4f54 🔥 NBSP 2018-06-22 17:49:38 -07:00
Rob Rix
8a147f1d56 Weaken the constraints on beforeTerm/afterTerm to Foldable. 2018-05-29 12:52:00 -04:00
Patrick Thomson
9d5ace795b Take a pass at fixing/silencing linter hints.
Since @charliesome was expressing trouble with keeping custom infix
operator precedence straight (a very fair complaint, and one that I
have trouble with too), I thought it best to make sure that master
builds with clean hlints. I propose we make CI check that `hlint src`
executes cleanly.
2018-03-20 10:41:53 -04:00
Rob Rix
f70ee19ce7 🔥 diffPatch 2018-03-12 14:45:22 -04:00
Timothy Clem
50611f2757 Not using this import 2018-03-08 09:04:01 -08:00
Timothy Clem
13b892df53 Adding listable instance uncovered this erroneous test 2018-03-08 09:03:02 -08:00
Rob Rix
a1a1cf6b07 Define a replaceF constructor for diffs. 2017-11-22 10:35:05 -05:00
Rob Rix
16b86bb9a2 beforeTerm/afterTerm can handle substructural diffs. 2017-10-23 11:10:53 -04:00
Rob Rix
662eb608a7 Align the beforeTerm/afterTerm definitions. 2017-10-23 10:28:59 -04:00
Rob Rix
b0fdc0e607 🔥 mergeMaybe. 2017-10-23 10:27:03 -04:00
Rob Rix
22538876ea Explicitly list the exports from Data.Diff. 2017-10-23 09:39:08 -04:00
Rob Rix
8fbdd8e6c3 🔥 diffSum. 2017-10-23 09:39:00 -04:00
Rob Rix
02d5bc1518 🔥 diffCost. 2017-10-23 09:38:22 -04:00
Rob Rix
bb5e061aac List the imports from Data.Mergeable explicitly. 2017-10-23 09:37:25 -04:00
Rob Rix
9c664e5460 Merge branch 'master' into musical-chairs 2017-09-28 11:36:02 -04:00
Rob Rix
b31043a3eb Rename the Diff module to Data.Diff. 2017-09-27 12:41:41 -04:00