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
235703c217
Note why the 1 suffix. 2020-01-14 13:42:40 -05:00
Timothy Clem
8de86acc31 Bring javascript/typescript up-to-speed 2020-01-14 10:12:27 -08:00
Timothy Clem
0db7d34947 Go assignment fix for default pattern 2020-01-14 09:20:32 -08:00
Timothy Clem
78b992e57d stripEnd as last step 2020-01-14 08:38:26 -08:00
Timothy Clem
caf66da7ac Can have splats without identifiers 2020-01-14 08:37:58 -08:00
Timothy Clem
8a786e0033 Extract single yieldTag for python 2020-01-14 08:37:24 -08:00
Rob Rix
87d526f96c
Merge pull request #379 from github/analysis-effects
Analysis effects
2020-01-14 07:27:49 -05:00
Timothy Clem
17dd99aeac Assignment updates 2020-01-13 15:19:00 -08:00
Timothy Clem
74347f80e8 Python precise: ignore interpolation for now 2020-01-13 15:10:57 -08:00
Timothy Clem
d6c1b26481 Refactor python Calls 2020-01-13 15:07:59 -08:00
Timothy Clem
ec17dfb47a Python assignment fixes 2020-01-13 15:07:37 -08:00
Timothy Clem
03e1498146 Text.stripEnd on firstLine for precise tags 2020-01-13 14:43:59 -08:00
Rob Rix
82fafed830
🔥 redundant imports. 2020-01-13 16:20:16 -05:00
Rob Rix
9a18948ecf
🔥 -XRecorWildCards. 2020-01-13 16:18:57 -05:00
Rob Rix
ae7e3aeb50
Rethrow failures. 2020-01-13 16:18:18 -05:00
Rob Rix
174cce6c73
Catch UnmarshalErrors ourselves. 2020-01-13 15:43:29 -05:00
Rob Rix
4bd43dea7b
Peek to get the root node. 2020-01-13 15:39:50 -05:00
Rob Rix
2351ba4ada
Use the existing hlint if we have one. 2020-01-13 15:28:40 -05:00
Rob Rix
766fb12b16
Revert "Overwrite hlint on install if necessary."
This reverts commit 98f3ff7e8a.
2020-01-13 15:27:36 -05:00
Rob Rix
98f3ff7e8a
Overwrite hlint on install if necessary. 2020-01-13 15:26:30 -05:00
Rob Rix
9c4818e827
Perform tagging using traverse1_. 2020-01-13 14:58:09 -05:00
Rob Rix
9e966e0ff8
Clarify the comment. 2020-01-13 14:45:46 -05:00
Rob Rix
adf22f079f
📝 using Generics with -XDerivingVia. 2020-01-13 14:45:08 -05:00
Rob Rix
4213fdd7bd
🔥 GeneralizedNewtypeDeriving. 2020-01-13 14:43:09 -05:00
Rob Rix
8f51d1803f
Define the Foldable, Functor, & Traversable instances for Generics using Traversable1. 2020-01-13 14:42:44 -05:00
Rob Rix
c3a6f7b1b8
Define a traverseDefault1 function usable as a default definition of traverse. 2020-01-13 14:42:16 -05:00
Rob Rix
48420dfcd6
Define a for1_ helper. 2020-01-13 14:37:18 -05:00
Rob Rix
19ea5b1bba
Define a traverse1_ helper. 2020-01-13 14:33:30 -05:00
Rob Rix
cf9e9022cc
Define an fmapDefault1 function usable as a default definition of fmap. 2020-01-13 14:29:35 -05:00
Rob Rix
d979ce7d19
Define a foldMapDefault1 function usable as a default definition of foldMap. 2020-01-13 14:27:37 -05:00
Rob Rix
81aab02035
🔥 GFoldable1. 2020-01-13 14:24:42 -05:00
Rob Rix
1da4260cd7
Use GTraversable1 for Ruby. 2020-01-13 14:24:17 -05:00
Rob Rix
0a44a569ad
Use GTraversable1 for TypeScript. 2020-01-13 14:23:18 -05:00
Rob Rix
4f0a2d708b
Use GTraversable1 for TSX. 2020-01-13 14:22:33 -05:00
Rob Rix
d606702573
Use GTraversable1 for Java. 2020-01-13 14:21:51 -05:00
Rob Rix
90b99e200b
Use GTraversable1 for Go. 2020-01-13 14:21:05 -05:00
Rob Rix
5a57f1b7b4
Define a for1 function by analogy with for. 2020-01-13 14:11:56 -05:00
Rob Rix
e7dff81e1d
Demonstrate how to provide the constraint type. 2020-01-13 14:10:04 -05:00
Rob Rix
cd7bfa1217
📝 the constraint a bit further. 2020-01-13 13:57:48 -05:00
Rob Rix
e4aae306ba
📝 the constraint. 2020-01-13 13:56:42 -05:00
Rob Rix
a6bb06fb28
📝 non-recursiveness. 2020-01-13 13:55:25 -05:00
Rob Rix
7521a81021
A note on expressiveness. 2020-01-13 13:50:57 -05:00
Timothy Clem
aee1dcfe34 Fold calls into parent syntax to get spans right 2020-01-13 10:49:25 -08:00
Rob Rix
666c09b7e2
📝 Traversable1. 2020-01-13 13:49:11 -05:00
Rob Rix
de95f25edf
Add a FIXME about deriving Traversable1 instances for our syntax types. 2020-01-13 13:47:14 -05:00
Rob Rix
73d69bdd15
Add some FIXMEs about Traversable1 & GTraversable1. 2020-01-13 13:46:36 -05:00
Rob Rix
dbe5eeec9f
Define Python tagging using GTraversable1. 2020-01-13 13:45:57 -05:00
Rob Rix
37ead274fb
📝 Generics. 2020-01-13 13:45:24 -05:00
Rob Rix
281d62ba3d
Define a Traversable1 instance for Generics t using the GTraversable1 instance for t. 2020-01-13 13:42:24 -05:00
Rob Rix
0a869110b6
Derive some instances for Generics. 2020-01-13 13:39:24 -05:00