1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
Commit Graph

29722 Commits

Author SHA1 Message Date
Patrick Thomson
33ce79724f Remove TOC.Spec's dependency on FilePath. 2019-09-20 11:20:35 -04:00
Patrick Thomson
9c957cdfff
Merge branch 'master' into fixed-range-ord-instance 2019-09-20 11:13:22 -04:00
Patrick Thomson
cc19d78d7c
Merge pull request #264 from github/bump-tsx-parser
++tree-sitter-typescript/tsx
2019-09-20 11:12:04 -04:00
Rob Rix
2ec2461bcd
🔥 intersectsRange. 2019-09-20 08:54:36 -04:00
Rob Rix
775f6a131c
🔥 offsetRange. 2019-09-20 08:53:16 -04:00
Rob Rix
7bb8fe4aaf
Derive the Ord instance for Range. 2019-09-20 08:52:36 -04:00
Patrick Thomson
ebf94a8d7e Move the CLI specs to use pathtype. 2019-09-19 21:16:42 -04:00
Patrick Thomson
dce6081776 Add pathtype as a dependency. 2019-09-19 18:50:31 -04:00
Patrick Thomson
373057e7fd Revert to old way of parsing call_signature nodes.
Fixes #256.
2019-09-19 17:51:16 -04:00
Rob Rix
927d13b47c
Merge branch 'master' into semantic-tags 2019-09-19 17:41:28 -04:00
Rob Rix
d0c30bf4b5
Slice the source in docComment. 2019-09-19 17:41:17 -04:00
Rob Rix
0a62bab659
Simplify the extraction of doc comments. 2019-09-19 17:39:40 -04:00
Rob Rix
79022143c0
Alignment. 2019-09-19 17:38:05 -04:00
Rob Rix
3bb38471ed
Define a helper to yield individual tags. 2019-09-19 17:32:34 -04:00
Rob Rix
f56cc535e8
Align. 2019-09-19 17:29:18 -04:00
Rob Rix
91488c7923
Use the local context. 2019-09-19 17:27:46 -04:00
Rob Rix
bc676e4891
Extend the local context. 2019-09-19 17:27:25 -04:00
Rob Rix
933f6846c3
Carry a list of kinds around. 2019-09-19 17:26:33 -04:00
Rob Rix
9255156341
Rename the import. 2019-09-19 17:23:54 -04:00
Timothy Clem
09413a7259
Merge branch 'master' into bump-tsx-parser 2019-09-19 14:21:24 -07:00
Rob Rix
97706b7633
Keep a list of Kinds for context. 2019-09-19 17:20:40 -04:00
Timothy Clem
df74b485e9 ++tree-sitter-typescript/tsx 2019-09-19 14:20:04 -07:00
Rob Rix
b8d54ae7a4
Recur through function definitions. 2019-09-19 17:20:01 -04:00
Rob Rix
40cb091501
Use a writer effect to accumulate tags. 2019-09-19 17:17:22 -04:00
Patrick Thomson
cd91d888a5
Merge pull request #259 from github/provide-path-info
Provide path information in Core annotations.
2019-09-19 16:53:57 -04:00
Rob Rix
a232f2e018
🔥 Data.Language. 2019-09-19 16:11:17 -04:00
Patrick Thomson
611877ad00 An infix fmap is cleaner here. 2019-09-19 15:35:25 -04:00
Patrick Thomson
2c24ee2539 Omit otiose default signature. 2019-09-19 15:35:08 -04:00
Patrick Thomson
a89cd0dad9 Eliminate inefficient RelPath->String->Text conversion. 2019-09-19 15:31:04 -04:00
Rob Rix
79625da5ee
🔥 the Python newtype. 2019-09-19 15:26:40 -04:00
Patrick Thomson
f6ee2b9ffe Merge remote-tracking branch 'origin/master' into provide-path-info 2019-09-19 15:20:12 -04:00
Rob Rix
1597d9d5d2
Define Unmarshal instances for Range, Span, and Location. 2019-09-19 15:12:22 -04:00
Rob Rix
53d84e0150
Slice out the first line of the function definition. 2019-09-19 14:42:04 -04:00
Rob Rix
6d56a096b6
Slice out the docs. 2019-09-19 14:38:54 -04:00
Rob Rix
7d493a94ca
🔥 the custom Show instance for Range. 2019-09-19 13:06:17 -04:00
Rob Rix
1c83f9c2ac
Ignore .ghci_history files. 2019-09-19 12:54:14 -04:00
Rob Rix
7052ee9411
🔥 the copy of Data.Blob. 2019-09-19 12:53:42 -04:00
Rob Rix
4a7d90cf36
Pass Source around instead of the entire Blob. 2019-09-19 12:52:52 -04:00
Timothy Clem
b3feb91d4e
Merge pull request #261 from github/remove-rts-options
No need for custom RTS options
2019-09-19 09:45:49 -07:00
Rob Rix
54a9436989
Merge branch 'master' into remove-rts-options 2019-09-19 12:25:10 -04:00
Timothy Clem
dd3eb649f5 No need for custom RTS options 2019-09-19 09:19:23 -07:00
Rob Rix
dd7c1ce6f8
Construct tags for Python functions. 2019-09-19 12:09:47 -04:00
Rob Rix
c1304cbdf2
Define the GToTag instance for metadata by induction. 2019-09-19 10:23:10 -04:00
Rob Rix
bd9052452a
Define a GToTag for U1. 2019-09-19 10:22:45 -04:00
Rob Rix
5ad0e9e58c
Define a custom ToTagBy instance for Text. 2019-09-19 10:22:18 -04:00
Rob Rix
f788d8fd50
Define a GToTag instance for sums. 2019-09-19 10:21:36 -04:00
Rob Rix
eb24f268bc
Define a GToTag instance for constants. 2019-09-19 10:20:51 -04:00
Rob Rix
aa5c081802
Define a GToTag instance for products. 2019-09-19 10:20:42 -04:00
Rob Rix
a52393f405
Define a custom ToTagBy instance for Either. 2019-09-19 10:20:30 -04:00
Rob Rix
1161e21564
Define a custom ToTagBy instance for lists. 2019-09-19 10:20:18 -04:00