1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
Commit Graph

33459 Commits

Author SHA1 Message Date
Patrick Thomson
21ec3dd1d7 Move unmarshal to a standalone instance. 2020-04-02 12:40:05 -04:00
Patrick Thomson
57b9cdaf52 Apply the shape parameter to product types' children. 2020-04-02 12:29:26 -04:00
Patrick Thomson
d8fe2a545a Provide needed language extensions. 2020-04-02 12:29:14 -04:00
Rick Winfrey
26848902b9
Merge pull request #507 from github/precise-ql-tagging
Precise AST CodeQL tagging
2020-04-01 11:55:46 -07:00
Rick Winfrey
797f40c66b Update CodeQL parse / symbol support in README 2020-04-01 11:34:50 -07:00
Rick Winfrey
607594eb84 Bump semantic version 2020-04-01 11:32:48 -07:00
Rick Winfrey
cf76ab2851 Remove README 2020-04-01 10:53:47 -07:00
Patrick Thomson
d1184371ee Gosh, the Template Haskell docs are really illucid. 2020-04-01 13:12:10 -04:00
Patrick Thomson
b43e761fbb rename these since I kept getitng them the wrong way around 2020-04-01 12:40:32 -04:00
Rick Winfrey
e5a1392924 Remove semantic-codeql CHANGELOG 2020-04-01 09:36:14 -07:00
Patrick Thomson
e748ca79b6 We need -XKindSignatures here. 2020-04-01 12:34:24 -04:00
Patrick Thomson
f4ea534a1a This cleans up the generated signatures a litttle. 2020-04-01 12:20:37 -04:00
Patrick Thomson
5925adb081 Use listT for better TH output. 2020-04-01 11:44:56 -04:00
Patrick Thomson
b60e5d874f Eliminate unused parameter. 2020-04-01 11:44:20 -04:00
Patrick Thomson
966d85153d Accidentally swapped these parameters. 2020-04-01 11:43:59 -04:00
Patrick Thomson
555610d65c Use extraTypeParameterName in the newtype declarations. 2020-04-01 11:23:40 -04:00
Patrick Thomson
72b0702025 Only need to pass one parameter to makeTraversalInstances. 2020-04-01 11:23:08 -04:00
Patrick Thomson
7b186f044c Provide enough parameters to types in HasField instances. 2020-04-01 11:21:55 -04:00
Patrick Thomson
8d62ad3b91 Merge remote-tracking branch 'origin/master' into codegen-cleanup 2020-04-01 11:05:40 -04:00
Patrick Thomson
6c502d5c7b
Merge pull request #527 from github/more-javascript-functions
Continue to refine javascript method/function tagging
2020-04-01 08:38:46 -04:00
Timothy Clem
958ff310b0 Continue to refine javascript method/function tagging 2020-03-31 14:12:34 -07:00
Rick Winfrey
5dad3b07f0 Roll back temporary changes to semantic-source
These changes are subsumed by semantic-source version 0.1.0.0
2020-03-31 12:16:34 -07:00
Rick Winfrey
de9665873f Add ClasslessPredicateCall ToTags instance 2020-03-31 11:28:30 -07:00
Patrick Thomson
635d3d58b6 Remove table of contents support. 2020-03-31 13:55:26 -04:00
Patrick Thomson
2b3e3d602d
Merge pull request #525 from github/one-fewer-package
Depend on upstream fused-effects-readline.
2020-03-31 13:27:59 -04:00
Patrick Thomson
bd67e8bf28 Depend on upstream fused-effects-readline.
One fewer package we have to build is always a good thing.
2020-03-31 12:43:22 -04:00
Rick Winfrey
1d901e5c0e Merge branch 'master' into precise-ql-tagging 2020-03-31 09:41:51 -07:00
Rick Winfrey
158e180d22 Update ToTags instances 2020-03-30 19:27:31 -07:00
Rick Winfrey
1db9629766 Bump tree-sitter-ql package 2020-03-30 19:27:17 -07:00
Patrick Thomson
71d374d8f0
Merge pull request #523 from zhujinxuan/bash-issue
Use env bash because /bin/bash does not exists in nixos
2020-03-30 09:36:38 -04:00
Jinxuan Zhu
df8e63f1fb Use env bash because /bin/bash does not exists in nixos 2020-03-29 21:49:33 -05:00
Rick Winfrey
c791b0adb4 This was errantly duplicated on this branch 2020-03-27 16:10:51 -07:00
Rick Winfrey
c2373bb316 Update CodeQL language name in test 2020-03-27 15:27:07 -07:00
Rick Winfrey
f70b22ef8c Bump semantic-source in semantic-codeql 2020-03-27 13:59:56 -07:00
Rick Winfrey
d55db8893a Merge branch 'master' into precise-ql-tagging 2020-03-27 11:52:48 -07:00
Rick Winfrey
7b588d89c5
Merge pull request #518 from github/bump-semantic-source
Bump semantic-source
2020-03-27 11:40:44 -07:00
Patrick Thomson
0b30c84d01 Stray import. 2020-03-27 13:48:28 -04:00
Patrick Thomson
577f9d2564 Add an orphan to propitiate the tests. 2020-03-27 12:41:51 -04:00
Patrick Thomson
11366939f4 Fix old uses of lowerBound. 2020-03-27 12:38:41 -04:00
Patrick Thomson
c872660ffc
Merge pull request #519 from zhujinxuan/pathtype-all
Replace FilePath with pathtype for ModulePath, Blob and Project
2020-03-27 12:16:14 -04:00
zhujinxuan
dc90cc950f Compare by striing 2020-03-27 00:45:37 -04:00
Rick Winfrey
ee39d1d3f9 Bump tree-sitter 2020-03-24 17:32:27 -07:00
Rick Winfrey
1c1b708b25 Replace use of position lowerbound 2020-03-24 17:30:52 -07:00
Patrick Thomson
10f9090ca8 Fix Lower instance for Info. 2020-03-24 16:39:21 -04:00
Patrick Thomson
34ea0d1dd6
Merge pull request #521 from github/read-blobs-more-like-read-slobs-sorry-idk
Remove `readBlobsFromDir` and `codeNavLanguages`.
2020-03-24 14:53:59 -04:00
Patrick Thomson
fbd1d0b051 Resolve import folderol. 2020-03-24 14:03:24 -04:00
Patrick Thomson
ac2da0240f Stray import. 2020-03-24 11:18:58 -04:00
Patrick Thomson
2ac6d738da Revert "Stray import."
This reverts commit 3962e51029.
2020-03-24 11:18:15 -04:00
Patrick Thomson
3962e51029 Stray import. 2020-03-24 11:17:15 -04:00
Patrick Thomson
8c6315f4de Remove use of lowerBound that was slipping through the cache. 2020-03-24 10:50:57 -04:00