1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +03:00
Commit Graph

13228 Commits

Author SHA1 Message Date
Charlie Somerville
a39efb51b8 Revert "Temporary fix for foo.() style calls"
This reverts commit 9497bf7a7f62e53f484d3400e1837392db80b94e.
2018-04-10 11:27:46 +10:00
Timothy Clem
2ad0e6e968 Temporary fix for foo.() style calls 2018-04-09 17:44:56 -07:00
Timothy Clem
7894b3d1bf Merge remote-tracking branch 'origin/master' into charliesome/ruby-method-calls 2018-04-09 17:36:56 -07:00
Timothy Clem
7b54a26859 Order matters here - fix parse-examples 2018-04-09 13:39:17 -07:00
Timothy Clem
a29af60bf2 Merge remote-tracking branch 'origin/master' into fail-on-warning 2018-04-09 13:28:45 -07:00
Timothy Clem
17ae13474d Flag to fail on assignment warnings 2018-04-09 13:17:23 -07:00
joshvera
2e84f8a637 Revert "Merge pull request #1728 from github/revert-ruby-method-calls"
This reverts commit 96fc6114d8d1d74c42d3971aa24e6a484de52933, reversing
changes made to 2f9da5213ef4cac0048339c9f84c33b873e88cc2.
2018-04-09 16:10:05 -04:00
joshvera
b012b97571 Revert "Merge pull request #1726 from github/charliesome/ruby-method-calls"
This reverts commit 3729f84c487cb2613fd99eca4c6cdb2178c88806, reversing
changes made to d8f0566783407780c1a0d0855f43200530887c54.
2018-04-09 14:45:34 -04:00
joshvera
48e180f058 Merge remote-tracking branch 'origin/master' into charliesome/ruby-method-calls 2018-04-09 13:14:18 -04:00
joshvera
9485a635dc Return the subtermValue of sendSelector if there's no receiver 2018-04-09 13:04:38 -04:00
joshvera
341954f0e4 No need to add a CustomHasDeclaration instance for Send 2018-04-09 13:03:32 -04:00
Charlie Somerville
93fcc60b86 analysis: implement declaration analysis for Send node 2018-04-09 12:04:11 +10:00
Charlie Somerville
76726e194c ruby: change sendBlock field type to Maybe a 2018-04-09 12:04:11 +10:00
Charlie Somerville
1b998409d3 ruby: implement Send 2018-04-09 12:04:11 +10:00
Charlie Somerville
4f30c84add ruby: implement blocks in Send 2018-04-09 12:04:11 +10:00
Charlie Somerville
08b581c02b ruby: add special Send node type for method calls 2018-04-09 12:04:11 +10:00
Timothy Clem
516c9ecaaa Fix for ruby assignment with funny places heredocs can appear 2018-04-07 17:06:18 -07:00
joshvera
40f8f3a85a Yield the name to resolve 2018-04-06 15:59:19 -04:00
joshvera
0e338ba352 beautify 2018-04-06 15:09:20 -04:00
Josh Vera
d4bcfae104 Merge branch 'master' into repo-import-graph 2018-04-06 13:21:30 -04:00
joshvera
eccfcd1b5e remove arg 2018-04-06 13:18:47 -04:00
joshvera
2e064a034c remove redundant imports 2018-04-06 13:14:43 -04:00
joshvera
5b7cdb236b standardize on eval and eta reduce 2018-04-06 13:13:51 -04:00
joshvera
03c69cc2f9 Fix runEvaluatingWithPrelude 2018-04-06 12:37:09 -04:00
joshvera
56af15be92 Modify mergeNewer to merge from global envs to local envs 2018-04-06 12:37:01 -04:00
Patrick Thomson
a6a04f53bd Fix Ruby. 2018-04-06 12:26:11 -04:00
joshvera
a839aef0ec Import prelude in evaluatePythonProject 2018-04-06 11:57:36 -04:00
Patrick Thomson
611b0f3276 Remember parentheses in syntax trees.
Adding this wasn't particularly hard. Just need to ensure we don't
throw the tokens from the parser away.

To test, evaluate `5 * (2 / 3)` versus `5 * 2 / 3`.
2018-04-06 11:43:48 -04:00
joshvera
0f96c4892a redundant constraints 2018-04-06 11:10:00 -04:00
joshvera
b02361eddd Add another either 2018-04-05 20:08:07 -04:00
joshvera
1f441ec518 Merge remote-tracking branch 'origin/master' into repo-import-graph 2018-04-05 19:50:59 -04:00
joshvera
4e8569ed01 add an asBool fail to MonadValue Type 2018-04-05 18:46:58 -04:00
joshvera
e927d5fd75 yield the env if there's a namespace error 2018-04-05 18:45:26 -04:00
joshvera
0997ee81e2 Add Numeric2Error and remove TypeError 2018-04-05 18:14:33 -04:00
Josh Vera
4c55fa7dc3 Merge branch 'master' into task-in-eff 2018-04-05 17:26:35 -04:00
Timothy Clem
9690b03d96 ++tree-sitter ruby for heredoc and reserved keyword hash iden fixes 2018-04-05 10:11:04 -07:00
Rob Rix
d4a734ac88 Throw an exception in Eff. 2018-04-05 13:02:35 -04:00
Rob Rix
648675aa4e Rename importGraph to graphImports. 2018-04-05 12:53:44 -04:00
joshvera
1d05cb1cfc Throw free variables errors 2018-04-05 12:52:27 -04:00
Rob Rix
70c1224d47 📝 importGraph. 2018-04-05 10:25:45 -04:00
Rob Rix
65fecaa27a 📝 runParser. 2018-04-05 10:23:47 -04:00
Rob Rix
b30870faaa 📝 logError. 2018-04-05 10:23:00 -04:00
Rob Rix
f3fa7bc401 📝 Task & runTaskF. 2018-04-05 10:22:27 -04:00
Rob Rix
9a4766adea 🔥 some indentation. 2018-04-05 10:21:04 -04:00
Rob Rix
623ef6e3f1 Shuffle Task/runTaskF around. 2018-04-05 10:20:10 -04:00
Rob Rix
4e809089b3 📝 NoLanguageForBlob. 2018-04-05 10:18:12 -04:00
Rob Rix
22a34ad591 📝 runFiles. 2018-04-05 10:17:19 -04:00
Rob Rix
015d477fcb 📝 Files. 2018-04-05 10:16:56 -04:00
Rob Rix
ee03a650e6 Move Files down. 2018-04-05 10:15:49 -04:00
Rob Rix
266f2ba5d2 📝 the telemetry handlers. 2018-04-05 10:15:01 -04:00