1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00
Commit Graph

24939 Commits

Author SHA1 Message Date
Josh Vera
44ac28510c Merge branch 'master' into entry-points 2018-08-08 16:17:08 -04:00
joshvera
414c92ad72 lints 2018-08-08 15:54:01 -04:00
joshvera
77213d72e4 Fix function call 2018-08-08 14:25:19 -04:00
joshvera
1fc75519fe Remove import 2018-08-08 14:13:18 -04:00
joshvera
c7495906ff Return strat from parsePythonPackage
And use it to sort package modules breadth first.
2018-08-08 14:03:23 -04:00
Rick Winfrey
e068296387 Merge pull request #2115 from github/error-context
Add BaseError to analysis errors
2018-08-08 10:59:35 -07:00
Rick Winfrey
317d4a3849 Merge branch 'master' into error-context 2018-08-08 10:33:41 -07:00
Rick Winfrey
77c8867907 No longer need these imports 2018-08-08 10:31:59 -07:00
Rick Winfrey
4b02dc5b71 Re-export BaseError 2018-08-08 10:31:46 -07:00
Rick Winfrey
f2a6419d99 🔥 AllowAmbiguousTypes no longer needed 2018-08-08 10:31:34 -07:00
joshvera
7a238e03a3 Implement asArray 2018-08-08 13:17:58 -04:00
joshvera
11e4ff9ee6 Pass super to call and move asStrings out of case analysis 2018-08-08 13:09:06 -04:00
joshvera
e7de0d10e9 Merge remote-tracking branch 'origin/master' into entry-points 2018-08-08 12:54:41 -04:00
Timothy Clem
79b98aa7a1 Merge pull request #2117 from github/fix413s
Use new load balancing features on moda (instead of fix for proxy-body-size)
2018-08-08 09:24:08 -07:00
Rob Rix
c4df180f62 Merge branch 'master' into fix413s 2018-08-08 09:44:17 -04:00
Rob Rix
c3e5622e06 Merge pull request #2118 from github/evaluate-ruby
add eval instances for unspecialized Ruby syntax
2018-08-08 09:39:53 -04:00
Rob Rix
dbb92c2417 Merge branch 'master' into evaluate-ruby 2018-08-08 09:26:23 -04:00
Rob Rix
3dc6e13d7e Merge branch 'master' into fix413s 2018-08-08 09:26:07 -04:00
Charlie Somerville
cefddb7ae3 Merge pull request #2112 from github/charliesome/context
Implement evaluation context and self
2018-08-08 13:24:01 +10:00
Charlie Somerville
e92846c518 expand Ctx to EvalContext in get, put, and with function names 2018-08-08 13:08:54 +10:00
Rick Winfrey
383b6208ee Rename ErrorContext -> BaseError 2018-08-07 16:50:55 -07:00
Rick Winfrey
7bcd7d7fc8 Update tests 2018-08-07 16:45:44 -07:00
Rick Winfrey
0ea2596d93 Use new throwBaseError helper 2018-08-07 16:45:35 -07:00
Rick Winfrey
f1ad72e4fc No longer needed 2018-08-07 16:44:42 -07:00
Rick Winfrey
fdd6ea9344 Define new Show instance for BaseError 2018-08-07 16:44:12 -07:00
Rick Winfrey
2468123252 Required for throwBaseError 2018-08-07 16:43:59 -07:00
Rick Winfrey
871a07d4b7 Update Show1 and Eq1 instances 2018-08-07 16:43:45 -07:00
Rick Winfrey
b58500ab1d 🔥 ErrorContext && enhance BaseError 2018-08-07 16:43:09 -07:00
Rick Winfrey
edbc7820e4 Define throwBaseError 2018-08-07 16:42:28 -07:00
Timothy Clem
2c54b8925d Filter out path here as well 2018-08-07 14:50:28 -07:00
Timothy Clem
9df7c82bb1 Merge branch 'master' into fix413s 2018-08-07 14:49:59 -07:00
joshvera
9f7007750d hints 2018-08-07 15:06:39 -04:00
joshvera
1f223ba212 Cleanup imports 2018-08-07 14:48:59 -04:00
joshvera
7226809715 Sort blobs by directory when package strategy is unknown 2018-08-07 14:47:26 -04:00
joshvera
08aa7ef22d Fix packageState logic 2018-08-07 14:47:06 -04:00
joshvera
01acebef9a Return a single package for a repo 2018-08-07 14:28:53 -04:00
joshvera
217b854738 Add asArray back 2018-08-07 14:28:39 -04:00
joshvera
b6796614da Add Name to Closure 2018-08-07 14:28:20 -04:00
Rick Winfrey
599da68e5c One line 2018-08-07 10:56:42 -07:00
Rick Winfrey
cbef37f751 Redefine throwLoadError to wrap the name of a module not found as part of the error context 2018-08-07 10:48:25 -07:00
Rick Winfrey
cdedb5d893 Update tests 2018-08-07 10:48:01 -07:00
Rick Winfrey
2e5f06751f 🔥 Lower instance for ModuleInfo 2018-08-07 10:47:42 -07:00
Rick Winfrey
fa59e5b525 Redefine Show1 instance for BaseError 2018-08-07 10:47:26 -07:00
Rick Winfrey
eac145618f 🔥 ErrorContext Lower instance
Since we aren't going to keep a Lower instance for `ModuleInfo`, this instance is no longer sensible.
2018-08-07 10:47:07 -07:00
Rick Winfrey
6c5a4bdfa1 Merge branch 'master' into error-context 2018-08-07 09:53:00 -07:00
Rob Rix
86c97ccc27 Merge branch 'master' into evaluate-ruby 2018-08-07 10:35:02 -04:00
Rob Rix
cd654ade6c Merge branch 'master' into charliesome/context 2018-08-07 09:36:57 -04:00
Rob Rix
18834712d7 Merge pull request #2106 from github/polyadic-lambda
Polyadic lambda
2018-08-07 09:28:19 -04:00
Rob Rix
cdfef7a083 Merge branch 'master' into error-context 2018-08-07 09:26:12 -04:00
Rob Rix
98a848d3ad Inline the lambda' cases. 2018-08-07 09:18:43 -04:00