1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00
Commit Graph

115 Commits

Author SHA1 Message Date
Rick Winfrey
83c022ac1d Clean up unused deps 2020-08-26 16:51:44 -07:00
Rob Rix
d19f16a056
Pin proto-lens-jsonpb for weaker constraints on text. 2020-07-14 14:23:18 -04:00
Rob Rix
8dfe2f302c
Bump fused-effects-readline to 0.1. 2020-07-13 11:43:35 -04:00
Rob Rix
a10b41fc59
Bump fused-effects-exceptions to 1.1. 2020-07-13 11:31:08 -04:00
Rob Rix
ef3c8ee430
Bump to fused-effects 1.1. 2020-07-08 11:11:30 -04:00
Rob Rix
4c80b65157
Treat semantic-source as a local project. 2020-07-06 11:02:30 -04:00
Rob Rix
35af66fd2e
Bump the fused-syntax SHA in the cabal.project files. 2020-07-06 10:01:49 -04:00
Rob Rix
1cfafc3a64
Add the overrides of fused-effects-to the cabal.project files. 2020-07-06 09:55:15 -04:00
Rob Rix
5a7e8590f1
Bring in fused-effects from git. 2020-06-30 12:05:31 -04:00
Patrick Thomson
b208bb91ad Merge remote-tracking branch 'origin/master' into bazel-experiments 2020-06-09 14:35:24 -04:00
Timothy Clem
4a1de42deb Move code generated from protos into separate package 2020-06-04 09:26:11 -07:00
Patrick Thomson
7bbc93cc8a first attempt at doing bazel stuff - this is problematic 2020-05-19 12:16:16 -04:00
Alexei Pastuchov
23eb627561 add semantic-rust into packages list 2020-05-12 21:14:54 +02: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
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
376881814d Don't specify semantic-source as local package 2020-03-20 10:29:19 -07:00
Rick Winfrey
7df556216e Rename QL to CodeQL 2020-03-19 13:33:36 -07:00
Rick Winfrey
5f6ca948c8 Remove tree-sitter-ql from semantic project.cabal 2020-03-04 17:07:24 -08:00
Rick Winfrey
f10d633e46 Add QL parser and precise mode 2020-03-02 11:19:38 -08:00
Ayman Nadeem
688b77a737 Update cabal.project 2020-02-11 15:56:22 -05:00
Ayman Nadeem
602ac29afd remove semantic-codegen from everywhere in the project 2020-02-04 17:37:09 -05:00
Rob Rix
c178402430
🔥 a duplicated project. 2020-02-04 14:26:13 -05:00
Rob Rix
0e5c97038f
Add a semantic-parse package. 2020-02-04 14:25:39 -05:00
Ayman Nadeem
8abc747c46 update docs 2020-01-31 10:25:53 -05:00
Ayman Nadeem
f96572aa29 add semantic-codegen to cabal.project 2020-01-31 10:25:28 -05:00
Patrick Thomson
f3e3324720 Churn in cabal.project meant that we weren't building semantic-scope-graph. 2020-01-17 11:57:08 -05:00
Patrick Thomson
37e1c1095b Merge remote-tracking branch 'origin/master' into semantic-scope-graph 2020-01-17 11:24:07 -05:00
Rob Rix
846ca1352a
More notices. 2020-01-16 14:12:57 -05:00
Rob Rix
5cc3ffffab
Add a notice about keeping the files in sync to the other one. 2020-01-16 14:10:43 -05:00
Rob Rix
1181a361fa
📝 2020-01-16 14:08:04 -05:00
Rob Rix
3ed111f290
Don’t set -Werror for the packages in cabal.project. 2020-01-16 13:36:49 -05:00
Rob Rix
ead5625462
Don’t set -jobs: $ncpus (because that’s the default anyway). 2020-01-16 13:36:29 -05:00
Patrick Thomson
e641f1dc04 add -Werror to builds 2020-01-14 15:02:59 -05:00
joshvera
4ba5989776 Add a ToScopeGraph interface in semantic-python 2020-01-08 12:29:17 -05:00
joshvera
f5e919ed2b stub in scopegraph project 2020-01-06 17:49:43 -05:00
Timothy Clem
9cd8717cc2
Merge pull request #414 from github/more-precise-parsing
More precise parsing
2020-01-06 13:38:35 -08:00
Timothy Clem
b2ef8e9fe1 Add semantic-tsx 2019-12-19 15:34:39 -08:00
Timothy Clem
e4bf165276 Add semantic-typescript 2019-12-19 14:32:45 -08:00
Patrick Thomson
f2f6c8eb94
Merge pull request #412 from github/the-thin-read-line
Use fused-effects-readline package rather than a custom implementation.
2019-12-18 17:07:38 -05:00
Timothy Clem
80ab58bd7f Introduce semantic-go 2019-12-18 13:52:22 -08:00
Timothy Clem
b2f10d0d6a Merge remote-tracking branch 'origin/master' into test-precise-parsing 2019-12-18 08:35:57 -08:00
Patrick Thomson
3173c3da5b Add fused-effects-readline. 2019-12-18 11:23:12 -05:00
Timothy Clem
7481e626ed Add semantic-ruby 2019-12-16 13:56:34 -08:00
Patrick Thomson
6576cff13a Revert "Revert "No allow-newer necessary.""
This reverts commit 35ef2f12f7.
2019-12-13 12:24:22 -05:00
Patrick Thomson
35ef2f12f7 Revert "No allow-newer necessary."
This reverts commit cd97641288.
2019-12-13 11:44:48 -05:00
Patrick Thomson
cd97641288 No allow-newer necessary. 2019-12-13 11:28:19 -05:00
Patrick Thomson
dc69714053 Merge remote-tracking branch 'origin/master' into glorious-ghc-upgrade-8.8 2019-12-13 11:23:36 -05:00
Patrick Thomson
cf80a153ec Use fastsum from Hackage 2019-12-11 13:06:28 -05:00
Rob Rix
e1d3e4ba69
🔥 the local inclusion of haskell-tree-sitter. 2019-12-10 16:55:45 -05:00
Rob Rix
86a99f3485
🔥 the source-repository-package stanzas for fused-effects-resumable and fused-effects-exceptions. 2019-12-10 16:55:33 -05:00