1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
Commit Graph

32208 Commits

Author SHA1 Message Date
Rob Rix
a23ea55bb8
Define a Generics newtype. 2020-01-13 13:39:06 -05:00
Rob Rix
a8f666ad5b
Define a foldMap1 convenience using traverse1. 2020-01-13 13:35:18 -05:00
Rob Rix
0c6e09849b
📝 traverse1. 2020-01-13 13:31:36 -05:00
Rob Rix
222c5642be
Give a default signature for traverse1. 2020-01-13 13:30:26 -05:00
Rob Rix
32dd435843
Reformat. 2020-01-13 13:29:21 -05:00
Rob Rix
bf3c17fada
Don’t align -#}s in LANGUAGE pragmas. 2020-01-13 13:29:17 -05:00
Rob Rix
45ec40f1c3
Reformat. 2020-01-13 13:28:44 -05:00
Rob Rix
03c017e590
Define a Traversable1 class. 2020-01-13 13:28:29 -05:00
Rob Rix
34114ef52d
📝 gtraverse1. 2020-01-13 13:27:03 -05:00
Rob Rix
04c3712f36
Define a GTraversable1 instance for Rec1. 2020-01-13 13:26:11 -05:00
Rob Rix
87db10b9b3
Define a GTraversable1 instance for U1. 2020-01-13 13:25:21 -05:00
Rob Rix
925158e717
Define a GTraversable1 instance for :.:. 2020-01-13 13:24:11 -05:00
Rob Rix
52f0c8b9bd
Define a GTraversable1 instance for Par1. 2020-01-13 13:23:21 -05:00
Rob Rix
22adcee7d3
Pass a parameter for mapping over annotation positions. 2020-01-13 13:21:28 -05:00
Rob Rix
e8420faa01
Define a GTraversable1 instance for K1. 2020-01-13 13:13:14 -05:00
Rob Rix
c574d56e23
Define a GTraversable1 instance for :+:. 2020-01-13 13:07:43 -05:00
Rob Rix
eecace9024
Define a GTraversable1 instance for :*:. 2020-01-13 13:07:05 -05:00
Rob Rix
35f7094dab
Define a GTraversable1 instance for M1. 2020-01-13 13:05:55 -05:00
Rob Rix
e0f6462e78
Add a gtraverse1 method to GTraversable1. 2020-01-13 13:04:25 -05:00
Rob Rix
c6d658130d
Stub in a class for traversal of higher-order subterm positions. 2020-01-13 12:59:59 -05:00
Timothy Clem
993e9a3c36 Better sorting to line up symbols 2020-01-10 15:50:01 -08:00
Timothy Clem
d0450d2c4a Ignore tags in regexes and subshells for now 2020-01-10 15:24:41 -08:00
Timothy Clem
bc13ecac13 Track locals in operator assignment 2020-01-10 15:24:26 -08:00
Timothy Clem
aca2106862 Order we traverse matters due to tracking locals 2020-01-10 15:24:14 -08:00
Timothy Clem
90ae02b2ee Couple of assignment fixes for splats 2020-01-10 15:23:23 -08:00
Timothy Clem
779698c044 Continue to refine how we match precise and a la carte output 2020-01-10 15:23:11 -08:00
Timothy Clem
99e9ee08aa Fix assignment double tagging 2020-01-10 14:05:30 -08:00
Timothy Clem
9f6da4eb47 Don't double tags with recursive intro locals 2020-01-10 14:02:46 -08:00
Timothy Clem
b192709c9e Updated notes 2020-01-10 14:01:54 -08:00
Timothy Clem
b05047c53f Blacklist __LINE__ to match assignment 2020-01-10 14:01:41 -08:00
Timothy Clem
3d04836a8a Don't detect locals on rhs 2020-01-10 13:01:55 -08:00
Timothy Clem
8bdbaa7350 Keep tracking haskell-tree-sitter changes 2020-01-09 15:01:16 -08:00
Timothy Clem
dfd58dd5c8 Continue to track haskell-tree-sitter optimization work 2020-01-09 14:06:52 -08:00
Timothy Clem
72fb53b109 Use slightly different set of ruby files 2020-01-09 14:06:24 -08:00
Timothy Clem
c0309111d8 Targeting latest haskell-tree-sitter 2020-01-07 17:08:35 -08:00
Timothy Clem
c4d83a8ff1 Add a ruby benchmark 2020-01-07 09:25:12 -08:00
Timothy Clem
04feec6182 Implement some basic benchmarks for tagging 2020-01-06 16:25:20 -08:00
Timothy Clem
9cd8717cc2
Merge pull request #414 from github/more-precise-parsing
More precise parsing
2020-01-06 13:38:35 -08:00
Rob Rix
4022643c42
Don’t shout about the HLINT pragma. 2020-01-06 16:38:00 -05:00
Rob Rix
f5c8346740
Ignore hints in assertEvaluatesTo. 2020-01-06 16:37:49 -05:00
Rob Rix
55e573eb7f
Revert "Trick hlint."
This reverts commit 29e09bea4d.
2020-01-06 16:37:01 -05:00
Rob Rix
29e09bea4d
Trick hlint.
This is goofy as hell but we don’t have maybeM here.
2020-01-06 15:17:53 -05:00
Rob Rix
e34444eaf9
Revert "Placate hlint."
This reverts commit d278a01122.
2020-01-06 15:13:55 -05:00
Rob Rix
d278a01122
Placate hlint. 2020-01-06 13:59:29 -05:00
Timothy Clem
52b24e55ec Use vertical style pragmas 2020-01-06 09:30:36 -08:00
Timothy Clem
87954ae399 Some record puns 2020-01-06 09:23:19 -08:00
Timothy Clem
03ae167523 This toggle with ts halt on error 2019-12-20 11:07:24 -08:00
Timothy Clem
250ede0eec Corpus test updates from changing assignment 2019-12-20 10:47:42 -08:00
Timothy Clem
4a6185eea0 Test all of the examples 2019-12-20 09:40:00 -08:00
Timothy Clem
c1cf16ed03 Handle a couple more function call cases 2019-12-20 09:39:38 -08:00