joshvera
|
220ade0473
|
Move concatOutputs to Renderer
|
2016-08-10 12:17:23 -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 |
|
Rob Rix
|
0c8b880aa6
|
Merge pull request #681 from github/improve-error-diff-summaries
Improve error diff summaries
|
2016-08-08 16:03:53 -04:00 |
|
joshvera
|
3a72b396ee
|
Merge remote-tracking branch 'origin/master' into improve-error-diff-summaries
|
2016-08-08 15:41:27 -04:00 |
|
Rob Rix
|
adf8c902a8
|
Merge pull request #679 from github/summary-contexts
Output nearest identifiable parent in a patch's diff summary
|
2016-08-08 15:31:45 -04:00 |
|
joshvera
|
12f2300fa9
|
Print the error term when printing ErrorInfos
|
2016-08-08 15:28:09 -04:00 |
|
joshvera
|
7d4e6affc2
|
Output error text from source
|
2016-08-08 15:23:08 -04:00 |
|
Josh Vera
|
5fd90ff5f6
|
Merge branch 'master' into summary-contexts
|
2016-08-08 15:02:43 -04:00 |
|
joshvera
|
0bee997724
|
fix tests
|
2016-08-08 14:59:51 -04:00 |
|
joshvera
|
81e42933ce
|
Just keep track of the immediate parent annotation
|
2016-08-08 14:49:19 -04:00 |
|
joshvera
|
4efa6f6fa5
|
Add parent annotation to the end of the list
|
2016-08-08 14:37:51 -04:00 |
|
joshvera
|
11e35ac9c6
|
Only prepend summaries if the parent term has an identifier
|
2016-08-08 14:30:55 -04:00 |
|
joshvera
|
d8ff761f40
|
Add mapPatch
|
2016-08-08 14:19:47 -04:00 |
|
joshvera
|
51cb8918a9
|
Prepend (Category, TermName) to DiffSummary.parentAnnotations
|
2016-08-08 14:06:07 -04:00 |
|
joshvera
|
c191312ece
|
Move instances down and exported types up
|
2016-08-08 12:21:56 -04:00 |
|
Rob Rix
|
54fac40f80
|
Merge pull request #678 from github/08-08-2016-weekly-notes
Add 08-08-2016 weekly notes
|
2016-08-08 11:29:08 -04:00 |
|
Rick Winfrey
|
fa90ab1da6
|
Add 08-08-2016 weekly notes
|
2016-08-08 10:26:35 -05:00 |
|
Josh Vera
|
54b85186d5
|
Merge pull request #673 from github/algorithm-dsl
Algorithm DSL
|
2016-08-05 13:01:51 -04:00 |
|
Rob Rix
|
a6f8194b14
|
Use the Patch DSL in RWS.
|
2016-08-04 12:51:41 -04:00 |
|
Rob Rix
|
c308cd2b01
|
Use the Patch DSL in SES.
|
2016-08-04 12:51:36 -04:00 |
|
Rob Rix
|
6b84266ac6
|
📝 the Patch DSL.
|
2016-08-04 12:51:05 -04:00 |
|
Rob Rix
|
26b5f5b41b
|
📝 diffComparableTerms.
|
2016-08-04 12:48:27 -04:00 |
|
Rob Rix
|
9374ed5a4a
|
📝 algorithmWithTerms.
|
2016-08-04 12:47:56 -04:00 |
|
Rob Rix
|
071e9568f0
|
📝 runAlgorithm.
|
2016-08-04 12:42:26 -04:00 |
|
Rob Rix
|
11a3f32432
|
Haddock-friendly 📝 of diffTerms.
|
2016-08-04 12:33:09 -04:00 |
|
Rob Rix
|
e0da05538e
|
Haddock-friendly 📝 of AlgorithmF.
|
2016-08-04 12:31:18 -04:00 |
|
Rob Rix
|
d2cbccede2
|
Haddock-friendly 📝 for rws.
|
2016-08-04 12:30:23 -04:00 |
|
Rob Rix
|
af34a7bf1c
|
Haddock-friendly docs for Syntax.
|
2016-08-04 12:26:07 -04:00 |
|
Rob Rix
|
7378668b2c
|
Put the = before the first constructor.
|
2016-08-04 12:25:56 -04:00 |
|
Rob Rix
|
04a3d52007
|
📝 diffTerms.
|
2016-08-04 12:13:48 -04:00 |
|
Rob Rix
|
49d0fa7980
|
Correct the 📝 of Algorithm.
|
2016-08-04 12:10:19 -04:00 |
|
Rob Rix
|
e23b78f1bc
|
Section header for the DSL.
|
2016-08-04 12:08:34 -04:00 |
|
Rob Rix
|
e1bb2297af
|
📝 the Algorithm DSL.
|
2016-08-04 12:08:18 -04:00 |
|
Rob Rix
|
b4683ffc4f
|
📝 BySimilarity.
|
2016-08-04 12:07:24 -04:00 |
|
Rob Rix
|
dfd807c945
|
Clarify the 📝 for ByIndex.
|
2016-08-04 12:07:19 -04:00 |
|
Rob Rix
|
494274315d
|
Rename ByRandomWalkSimilarity to BySimilarity.
|
2016-08-04 12:06:15 -04:00 |
|
Rob Rix
|
f533059ab2
|
Diff methods’ parameters & expressions byIndex.
|
2016-08-04 12:00:33 -04:00 |
|
Rob Rix
|
ba1601f089
|
Diff function call arguments byIndex.
|
2016-08-04 11:54:42 -04:00 |
|
Rob Rix
|
efeb01e970
|
Diff objects byIndex.
|
2016-08-04 11:53:08 -04:00 |
|
Rob Rix
|
970ae647d2
|
Diff class definitions byIndex.
|
2016-08-04 11:51:44 -04:00 |
|
Rob Rix
|
15460768bd
|
Diff switch statements’ cases byIndex.
|
2016-08-04 11:48:28 -04:00 |
|
Rob Rix
|
6f39c764fd
|
🔥 a redundant import.
|
2016-08-04 11:48:17 -04:00 |
|
Rob Rix
|
00e538fadb
|
Diff Commented nodes’ comments byIndex.
|
2016-08-04 11:46:02 -04:00 |
|
Rob Rix
|
bb40b363ba
|
Diff Array nodes byIndex.
|
2016-08-04 11:40:35 -04:00 |
|
Rob Rix
|
a138cf5ec2
|
Split out the Indexed handling into a helper function.
|
2016-08-04 11:40:27 -04:00 |
|
Rob Rix
|
e41a0589d5
|
Define recur by closing over the higher-order functions.
|
2016-08-04 11:12:52 -04:00 |
|