1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00
Commit Graph

19718 Commits

Author SHA1 Message Date
Rob Rix
066fc7cb79 Merge pull request from github/preludes-and-subclassing
Implement language-specific preludes.
2018-03-26 09:13:28 -04:00
Patrick Thomson
b3827b041a Merge branch 'master' into preludes-and-subclassing 2018-03-24 16:37:46 -04:00
Timothy Clem
b72b9b152b Merge pull request from github/everyone-loves-comments
Mini PR: comment on namespace evaluation
2018-03-23 16:24:04 -07:00
Timothy Clem
690e839a5f Comments 2018-03-23 15:10:52 -07:00
Patrick Thomson
3c22514063 Merge branch 'master' into preludes-and-subclassing 2018-03-23 18:10:49 -04:00
joshvera
cf4a87068e Merge remote-tracking branch 'origin/master' into preludes-and-subclassing 2018-03-23 17:56:26 -04:00
Timothy Clem
9923690e38 Merge pull request from github/free-variables-as-list
Free variables as a List (and only create a set when needed)
2018-03-23 14:55:51 -07:00
Josh Vera
6961a46dfa Merge branch 'master' into free-variables-as-list 2018-03-23 17:41:42 -04:00
Josh Vera
963bdf0699 Merge pull request from github/query-final-helpers
Some helpers to query Final
2018-03-23 17:10:34 -04:00
joshvera
486e645769 Remove ghc-mod 2018-03-23 17:03:59 -04:00
joshvera
ba3969c4b0 Merge remote-tracking branch 'origin/master' into query-final-helpers 2018-03-23 17:03:25 -04:00
Josh Vera
9a00cfb0d8 Merge pull request from github/hash-eval
Evaluatable instances for hashes and key-value pairs.
2018-03-23 16:46:25 -04:00
Patrick Thomson
9e8e71b95f even nicer definition for eval over KeyValues 2018-03-23 16:34:45 -04:00
Patrick Thomson
65d2ebf807 even more documentation. 2018-03-23 16:31:21 -04:00
Patrick Thomson
6ec188ba55 documentation 2018-03-23 16:29:28 -04:00
Patrick Thomson
5db5b7c5d7 return -> pure 2018-03-23 15:59:12 -04:00
Patrick Thomson
f777bd19c0 Evaluatable instances for hashes and key-value pairs. 2018-03-23 15:57:23 -04:00
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 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 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 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
Timothy Clem
a079efbf0b Free variables as a List (and only create a set when needed) 2018-03-23 11:40:25 -07: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
465feebb39 Remove a few extra parens 2018-03-23 11:25:02 -07:00
Timothy Clem
417b9ec965 Extra parens 2018-03-23 10:37:40 -07:00
Timothy Clem
7f71e27df4 Some helpers to query Final 2018-03-23 10:11:29 -07: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 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