1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00
Commit Graph

19697 Commits

Author SHA1 Message Date
joshvera
b1efc533cf fix test 2018-03-23 15:37:06 -04:00
Josh Vera
745eb85ee7 Merge branch 'master' into preludes-and-subclassing 2018-03-23 15:26:41 -04:00
Josh Vera
402f0276cf Merge pull request #1669 from github/no-really-php-namespaces
PHP namespaces
2018-03-23 15:24:21 -04:00
Josh Vera
140ccb02c1 Merge branch 'master' into no-really-php-namespaces 2018-03-23 15:04:59 -04:00
Josh Vera
f1e48c231a Merge pull request #1665 from github/default-extensions
More default extensions
2018-03-23 15:04:36 -04:00
Josh Vera
d90f5f5f44 Merge branch 'master' into default-extensions 2018-03-23 14:54:59 -04:00
Josh Vera
83f7a24972 Merge pull request #1659 from github/module-resolution
Resume evaluation when resumable exceptions are thrown
2018-03-23 14:54:38 -04:00
Patrick Thomson
82bceec658 fix some comments 2018-03-23 14:44:17 -04:00
Patrick Thomson
a44f9261fc ensure evaluatePythonFiles pulls in a prelude 2018-03-23 14:40:33 -04:00
Josh Vera
3def54661f Merge branch 'master' into module-resolution 2018-03-23 14:40:09 -04:00
Patrick Thomson
4ab2d17b5e stray whitespace 2018-03-23 14:39:57 -04:00
Patrick Thomson
de15e436d0 fix otiose changes and add a comment 2018-03-23 14:39:13 -04:00
Timothy Clem
b5f4c1e94f Slightly more helpful failure message 2018-03-23 09:09:25 -07:00
Timothy Clem
19592c72c2 s/objectEnvironment/scopedEnvironment 2018-03-23 09:07:28 -07:00
Timothy Clem
c1bee38e74 Document construction of namespace value 2018-03-23 09:04:20 -07:00
Timothy Clem
fb43de8fce Little formatting/cleanup for clarity 2018-03-23 09:04:11 -07:00
Timothy Clem
8c90975a48 Write a test, fix a bug 2018-03-23 08:57:02 -07:00
Patrick Thomson
dce0f5c277 fix the specs 2018-03-23 11:50:53 -04:00
Patrick Thomson
7f5460bdd1 wrong infix operator 2018-03-23 11:38:38 -04:00
Patrick Thomson
3e3ad4f078 very bad, no good hack to fix a lot of the tests 2018-03-23 11:25:05 -04:00
Patrick Thomson
15cc860ad1 Merge remote-tracking branch 'origin/master' into preludes-and-subclassing 2018-03-23 10:31:51 -04:00
joshvera
9b2524cc81 Merge branch 'module-resolution' into default-extensions 2018-03-23 10:31:07 -04:00
Rob Rix
8fbcc79b7b Merge pull request #1668 from github/🔥-ghc-mod
🔥 ghc mod
2018-03-23 10:31:05 -04:00
joshvera
5905c85052 Add join to tests 2018-03-23 10:29:01 -04:00
Rob Rix
1c84f73e48 🔥 a couple of redundant .gitmodules entries. 2018-03-23 10:16:56 -04:00
Rob Rix
52c50c8956 🔥 ghc-mod. 2018-03-23 10:16:34 -04:00
joshvera
1fa062a474 Merge branch 'module-resolution' of https://github.com/github/semantic-diff into module-resolution 2018-03-22 21:28:12 -04:00
Josh Vera
5c5dedfeda Merge branch 'master' into module-resolution 2018-03-22 19:32:33 -04:00
joshvera
54c11bf629 join fst 2018-03-22 19:31:51 -04:00
joshvera
2358187357 align 2018-03-22 19:31:47 -04:00
joshvera
2e794e92a5 align 2018-03-22 19:31:08 -04:00
Timothy Clem
eb2a331252 Merge remote-tracking branch 'origin/master' into no-really-php-namespaces 2018-03-22 16:29:55 -07:00
Timothy Clem
80e8b86cb1 Making things pretty one baby step at a time 2018-03-22 16:26:21 -07:00
Timothy Clem
016aec9e10 implement namespace for types 2018-03-22 14:27:33 -07:00
Timothy Clem
fb658447a4 Refactor this a bit 2018-03-22 14:27:21 -07:00
Patrick Thomson
5eab8a1caa Merge pull request #1667 from github/multiple-inheritance
Implement multiple inheritance.
2018-03-22 17:15:34 -04:00
joshvera
901cd319a2 fix ruby test 2018-03-22 16:39:53 -04:00
Timothy Clem
201aa936d6 PHP namespaces evaluation with extending environments 2018-03-22 13:38:41 -07:00
Timothy Clem
f23139a194 Introduce a namespace value that mappends environments 2018-03-22 13:37:35 -07:00
Patrick Thomson
75bf3bebe4 Merge pull request #1666 from github/fix-python-member-call
Fix Python method calls.
2018-03-22 16:34:42 -04:00
Patrick Thomson
178da2959e Implement multiple inheritance.
Python is the only language that we support that permits multiple
inheritance, which is probably good, since MI is generally considered
a sign of a poorly-designed object hierarchy. But there's no reason
not to support it. This algorithm is more simplistic than Python's
actual method-resolution lookup, but it's fine for now, and the
behavior for simple cases matches that of Python.
2018-03-22 15:54:21 -04:00
Josh Vera
7792356012 Merge branch 'master' into default-extensions 2018-03-22 15:43:31 -04:00
Josh Vera
a2e73afd45 Merge branch 'master' into module-resolution 2018-03-22 15:42:44 -04:00
Patrick Thomson
bd939d2579 Fix Python method calls.
`identifier` in the Python assignment module was too eager to reduce a
nested Attribute into a dotted identifier. Removing it fixes method
calls, which now have a unit test.
2018-03-22 15:35:08 -04:00
joshvera
bfee652f14 redundant lang extension 2018-03-22 13:07:42 -04:00
joshvera
fdfca338f5 unused constraint 2018-03-22 13:07:32 -04:00
joshvera
37d7eb8b9f Remove unused lang extension 2018-03-22 13:06:22 -04:00
Patrick Thomson
693045439a Add test suite. 2018-03-22 13:02:39 -04:00
joshvera
d816fceaf3 Beautify IdentifierName to test 2018-03-22 13:02:10 -04:00
joshvera
adc5a54d45 Beautify Prologue to test 2018-03-22 13:01:25 -04:00