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

8788 Commits

Author SHA1 Message Date
Josh Vera
390f8552fe Merge pull request #844 from github/term-to-diff-info
Allow LeafInfo cases to fall through
2016-09-28 14:46:35 -04:00
Rick Winfrey
0aff617d07 🔥 comment -- context is no longer present 2016-09-28 08:50:44 -05:00
Rick Winfrey
8e67113507 🔥 MathAssignment termToDiffInfo case 2016-09-28 08:49:34 -05:00
Rick Winfrey
4dca35677c 🔥 Assignment termToDiffInfo case 2016-09-28 08:49:19 -05:00
Rick Winfrey
a227651831 🔥 Function termToDiffInfo case 2016-09-28 08:49:07 -05:00
Rick Winfrey
311f3a4223 🔥 Ternary termToDiffInfo case 2016-09-28 08:48:55 -05:00
Rick Winfrey
e19367e36b 🔥 AnonymousFunction termToDiffInfo case 2016-09-28 08:44:56 -05:00
Rick Winfrey
cc59a9e05c 🔥 unnecessary case condition 2016-09-28 08:43:27 -05:00
Josh Vera
7d764654fc Merge pull request #843 from github/free-applicative-algorithms
Free applicative Algorithms
2016-09-27 09:52:49 -04:00
Rob Rix
e6fa5c6f29 Merge branch 'master' into free-applicative-algorithms 2016-09-27 06:28:53 -04:00
Josh Vera
151f396255 Merge pull request #840 from github/improve-boolean-summaries
Improve boolean summaries
2016-09-27 00:31:07 +09:00
Josh Vera
068844a3b5 Merge branch 'master' into improve-boolean-summaries 2016-09-27 00:19:49 +09:00
Rob Rix
95490d7ff9 Rename wrapped to underlying. 2016-09-25 17:10:14 +09:00
Rob Rix
64b491345e Rephrase in terms of Applicative primitives. 2016-09-25 17:08:40 +09:00
Rob Rix
ee80e76c1d Use & instead of flipping $. 2016-09-25 17:06:00 +09:00
Rob Rix
853bf4352f Rename the fields in Ap. 2016-09-25 16:25:06 +09:00
Rob Rix
6d44a9f891 fmap infix. 2016-09-25 16:23:31 +09:00
Rob Rix
217f51df73 📝 iterAp. 2016-09-25 16:22:14 +09:00
Rob Rix
9e026bbe71 Rename iter to iterAp. 2016-09-25 16:21:40 +09:00
Rob Rix
66142c7281 Correct the documentation for Algorithm. 2016-09-25 15:50:49 +09:00
Rob Rix
434e03a89e Consolidate the annotation. 2016-09-25 15:33:55 +09:00
Rob Rix
b701aed781 Move the annotate call onto the next line. 2016-09-25 15:32:24 +09:00
Rob Rix
1edde9c593 Construct algorithms in a free Applicative. 2016-09-25 15:27:59 +09:00
Rob Rix
8fd5675756 Safety first. 2016-09-24 16:46:50 +09:00
Timothy Clem
67103ea731 Remove determiner and category name for these boolean statements 2016-09-23 10:24:47 -07:00
Timothy Clem
265627923b Merge pull request #836 from github/improve-number-summaries
Improve number summaries
2016-09-21 13:39:51 -07:00
Timothy Clem
a6741fc93e Refactor out 'space' from 'maybeParentContext' 2016-09-21 13:25:58 -07:00
Timothy Clem
94b6ed7249 Lean into some succinct haskell 2016-09-21 13:15:31 -07:00
Timothy Clem
3a04ffd85a New maybeParentContext for updated assignment phrasing 2016-09-20 11:04:20 -07:00
Timothy Clem
b5c45f8c7c New expected json output for dictionary 2016-09-20 10:31:50 -07:00
Timothy Clem
bf2c5966ba Merge branch 'master' of https://github.com/github/semantic-diff into improve-number-summaries 2016-09-20 08:01:37 -07:00
Josh Vera
44e2650ee9 Merge pull request #830 from github/remove-breakdown-leaves-by-word
Remove breakDownLeavesByWord entirely
2016-09-19 21:51:37 -04:00
Timothy Clem
68bdde79e6 Simplify determiner method and usage 2016-09-19 18:27:29 -07:00
Timothy Clem
140bd7860b Pattern match leaf in branches for correct use of 'the' 2016-09-19 17:39:30 -07:00
Timothy Clem
57271f30b7 Extraneous parans 2016-09-19 16:09:19 -07:00
Timothy Clem
b215b30130 Clean up commented out code 2016-09-19 15:33:35 -07:00
Timothy Clem
7c390d9081 Merge branch 'master' of https://github.com/github/semantic-diff into improve-number-summaries 2016-09-19 15:27:00 -07:00
Timothy Clem
d632011a3c Fix up tests 2016-09-19 15:23:07 -07:00
Timothy Clem
dbdd104cd1 Merge remote-tracking branch 'origin/master' into remove-breakdown-leaves-by-word 2016-09-19 14:46:32 -07:00
Rob Rix
087f081dd5 Merge pull request #829 from github/pretty-print-expectations
Pretty print test expectations
2016-09-20 05:59:50 +09:00
Rob Rix
8cec95aad4 Merge branch 'master' into pretty-print-expectations
# Conflicts:
#	script/cibuild-semantic-diff
#	script/cibuild-semantic-diff-linux
#	test/RangeSpec.hs
#	test/Spec.hs
2016-09-20 05:56:12 +09:00
Timothy Clem
edb69e2c69 Fix test, category printed as NumberLiteral now 2016-09-19 13:33:02 -07:00
Timothy Clem
0b2f26a077 Merge remote-tracking branch 'origin/master' into improve-number-summaries 2016-09-19 13:08:15 -07:00
Timothy Clem
0b02fe171f Remove un-used imports 2016-09-19 08:50:10 -07:00
Timothy Clem
9dbb004085 Merge remote-tracking branch 'origin/master' into remove-breakdown-leaves-by-word 2016-09-19 08:35:19 -07:00
Timothy Clem
946047f1fe Handle droping 'the' for numbers 2016-09-19 08:30:09 -07:00
Rick Winfrey
68cf915836 Merge pull request #613 from github/ghc8
Bump GHC to 8.0.1
2016-09-18 11:59:56 +09:00
Rob Rix
d260ea19c9 Add a Semigroup instance over Source. 2016-09-18 09:54:07 +09:00
Rob Rix
38d6bbe644 Merge branch 'master' into ghc8 2016-09-17 20:45:58 -04:00
Josh Vera
ab1c4082eb Merge pull request #834 from github/improved-math-and-bool-operators
Improved math and bool operators
2016-09-17 12:08:28 -04:00