1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
Commit Graph

27140 Commits

Author SHA1 Message Date
joshvera
b5af73c088 Merge remote-tracking branch 'origin/master' into add-references-to-indexer-prototype 2019-01-04 15:00:43 -05:00
Josh Vera
97d60bb81e Merge pull request #2319 from github/lts-13.0
Upgrade to LTS 13.1 and GHC 8.6.3.
2019-01-02 11:31:27 -05:00
Patrick Thomson
c58416b5d7 bump mime-types 2019-01-01 14:21:51 -05:00
Patrick Thomson
b5c47fec08 Add math-functions and vector-th-unbox. 2018-12-30 02:27:53 -05:00
Patrick Thomson
61caa9f5ae whoops 2018-12-30 01:59:46 -05:00
Patrick Thomson
f15eaa18d4 Remove mwc-random pin and make sure benchmarks work. 2018-12-30 01:50:33 -05:00
Patrick Thomson
b6f042a1df Correct erf package. 2018-12-30 00:58:59 -05:00
Patrick Thomson
5af0d8de70 Fix mangled licenses for proto3-suite. 2018-12-30 00:48:48 -05:00
Patrick Thomson
e35d565188 Remove dropped URLs. 2018-12-30 00:39:55 -05:00
Patrick Thomson
b85583bee3 manually fix previous manual fixes 2018-12-30 00:33:01 -05:00
Patrick Thomson
524c45d634 Manual munging of bad licensed output. 2018-12-30 00:17:20 -05:00
Patrick Thomson
f960bd599a Bump license cache. 2018-12-30 00:10:40 -05:00
Patrick Thomson
955f30617c Depend on hostname instead of Network.BSD. 2018-12-29 15:02:42 -05:00
Patrick Thomson
d32f5cd5ca Merge branch 'master' into lts-13.0 2018-12-29 14:17:48 -05:00
Patrick Thomson
9852155a77 Upgrade to LTS 13.0 and GHC 8.6.3.
Bumps most of our dependencies.

Code changes:
* algebraic-graphs-0.3 no longer provides a Foldable or Traversable
  implementation for `Graph`, so now neither does our `Graph` type.
* CMark parsing now uses safe rendering of raw HTML/URLs by default,
  so there is no reason to pass an `optSafe` anymore.
* algebraic-graphs now no longer requires an Eq constraint on the
  output type it generates, so we can ditch our Serializing.DOT
  module. (Andrey fixed this for us specifically!)
2018-12-29 14:02:24 -05:00
joshvera
64d847833c Move reference into case maybeConstructor 2018-12-20 20:01:41 -05:00
joshvera
d830cd1f2a remove extra parens 2018-12-20 19:38:59 -05:00
joshvera
87e478a816 Allow construction of typescript objects without constructors 2018-12-20 19:36:49 -05:00
joshvera
250eedc742 Call ref on the rhs in order to bind the lhs to the rhs in MemberAccess
Temporarily call `eval rhs >> ref rhs` because we don't set up `Reader Span` correctly when calling `ref`.
2018-12-20 19:36:31 -05:00
joshvera
6ebbc848e9 Temporarily move reference call to eval in Evaluatable Identifier
Because we don't set up the Reader Span property when calling `ref`.
2018-12-20 19:35:19 -05:00
joshvera
39a4ec0479 Store a term in ReferenceError 2018-12-20 19:34:12 -05:00
joshvera
587d090008 Store MemberAccess rhs as a term
So we can grab its span in Eval
2018-12-20 19:34:01 -05:00
Patrick Thomson
e7a72871a8 Merge pull request #2313 from github/split-up-typescript-again
Split up TypeScript syntax module further.
2018-12-20 14:44:12 -05:00
joshvera
610f5789e7 WIP 2018-12-19 18:34:01 -05:00
joshvera
81bc67943e Add a ReferenceInfo to the references map
In order to keep track of each reference's span and kind
2018-12-19 17:58:43 -05:00
joshvera
a212530db3 Remove unused pragma 2018-12-19 17:08:37 -05:00
joshvera
acf800139a redundant import 2018-12-19 17:07:30 -05:00
joshvera
ef0a931f41 Forgot to add Instances.hs 2018-12-19 16:52:26 -05:00
joshvera
2a5ba7ab7b Remove /tags from gitignore 2018-12-19 16:47:10 -05:00
joshvera
72a8382104 Replace Maybe Kind with an Unknown case in Kind 2018-12-19 16:44:29 -05:00
joshvera
85b6e1e9f6 lint 2018-12-19 16:30:58 -05:00
joshvera
fb4d99a463 Store the kind in scope graph info 2018-12-19 16:29:15 -05:00
joshvera
9f86c1b7d1 Move Taggable instances to their own module 2018-12-19 16:27:33 -05:00
joshvera
fa09de3872 Add newPreludeScope and Prelude relation
So we can filter out built int scopes and preludes from the database
2018-12-19 14:41:02 -05:00
Patrick Thomson
14c9f11c25 Merge remote-tracking branch 'origin/master' into split-up-typescript-again 2018-12-18 17:00:06 -05:00
Patrick Thomson
c26acea3ef remove unused language pragma 2018-12-18 16:59:51 -05:00
Patrick Thomson
af504044b6 Missing imports. 2018-12-18 16:36:40 -05:00
Patrick Thomson
fa46193b08 Add new Types.hs file. 2018-12-18 16:25:40 -05:00
Patrick Thomson
5d46cb211e Split up typescript grammar even more 2018-12-18 16:25:32 -05:00
Patrick Thomson
833f18c2fb Merge pull request #2312 from github/refactor-info-record
Refactor: change Info members to use correct prefix.
2018-12-18 16:02:37 -05:00
Patrick Thomson
a44f5a1f45 Fix old variable names. 2018-12-18 15:25:54 -05:00
Patrick Thomson
05949034fd Refactor: change Info members to use correct prefix.
These used to be called `Data`, but now they're called `Info` (which
is a much better name). This makes sure that its record fields have
the correct prefix.
2018-12-18 12:56:04 -05:00
Patrick Thomson
5c7a8a823d Construct a MySQL declaration more rigorously. 2018-12-18 12:54:37 -05:00
Patrick Thomson
0c1466df1a Refactor: change Info members to use correct prefix.
These used to be called `Data`, but now they're called `Info` (which
is a much better name). This makes sure that its record fields have
the correct prefix.
2018-12-18 12:53:26 -05:00
Patrick Thomson
2c66dd380b Merge remote-tracking branch 'origin/master' into indexer-prototype 2018-12-18 12:32:54 -05:00
Josh Vera
0629b3cd0c Merge pull request #2307 from github/new-expressions
Implement object-oriented semantics
2018-12-17 15:08:28 -05:00
joshvera
22102308a0 Add closure data type todo 2018-12-14 17:26:57 -05:00
joshvera
aa98a8645a Fix position 2018-12-14 17:19:57 -05:00
joshvera
269476aa34 Simplify calls to throwNoNameError 2018-12-14 17:16:06 -05:00
joshvera
e381607d3e Use update instead of Seq.adjust 2018-12-14 17:16:06 -05:00