Rob Rix
d433b41492
Merge branch 'master' into generalize-analysis-over-the-name-type
2019-10-11 16:39:41 -04:00
Patrick Thomson
6b76c65d95
Merge pull request #305 from github/compile-python-calls
...
[semantic-python] Compile function calls.
2019-10-11 16:38:23 -04:00
Rob Rix
ebddf6a3f8
Merge branch 'master' into generalize-analysis-over-the-name-type
2019-10-11 16:34:49 -04:00
Patrick Thomson
ccc4bfd240
Merge pull request #333 from github/hack-for-hack
...
Make languageForFilePath work for .php files.
2019-10-11 16:34:21 -04:00
Patrick Thomson
fa8bd3cf08
Merge fallout.
2019-10-11 15:05:12 -04:00
Rob Rix
30c447a5ec
Merge pull request #331 from github/compile-python-function-decorators
...
Compile Python function decorators and finish milestone #2 .
2019-10-11 14:51:34 -04:00
Rob Rix
8d749f7035
Merge branch 'master' into hack-for-hack
2019-10-11 14:51:18 -04:00
Rob Rix
35be96fbe7
Merge branch 'master' into compile-python-calls
2019-10-11 14:24:26 -04:00
Rob Rix
3522a1727e
Merge branch 'master' into generalize-analysis-over-the-name-type
2019-10-11 14:24:07 -04:00
Rob Rix
f107b925d6
Merge pull request #329 from github/eliminate-core-loc
...
Eliminate Core.Loc
2019-10-11 14:23:44 -04:00
Rob Rix
386ca94fd4
Merge branch 'eliminate-core-loc' into generalize-analysis-over-the-name-type
2019-10-11 13:42:15 -04:00
Rob Rix
a200617098
Merge branch 'master' into eliminate-core-loc
2019-10-11 13:40:21 -04:00
Patrick Thomson
089b45ff49
Merge branch 'compile-python-calls' into compile-python-function-decorators
2019-10-11 13:18:37 -04:00
Patrick Thomson
674833b2b7
Merge remote-tracking branch 'origin/master' into compile-python-calls
2019-10-11 13:15:49 -04:00
Patrick Thomson
c4047af778
Merge branch 'master' into hack-for-hack
2019-10-11 13:08:11 -04:00
Patrick Thomson
a398fa05a6
Merge pull request #327 from github/core-factoring
...
Core factoring
2019-10-11 13:07:57 -04:00
Rob Rix
91f46f5128
Correct another import.
2019-10-11 12:23:13 -04:00
Rob Rix
94fc6100d6
Correct a couple of instances.
2019-10-11 12:23:09 -04:00
Rob Rix
5f9787f21c
Correct an import.
2019-10-11 12:22:12 -04:00
Patrick Thomson
94caaab09e
Add test cases so this doesn't happen again.
2019-10-11 12:21:35 -04:00
Rob Rix
6bfd33e7bc
Correct the import.
2019-10-11 12:21:04 -04:00
Rob Rix
3700cb5106
Merge branch 'eliminate-core-loc' into generalize-analysis-over-the-name-type
2019-10-11 12:20:53 -04:00
Rob Rix
7c2ac87ff3
Correct the doctest.
2019-10-11 12:19:37 -04:00
Patrick Thomson
78d7ba126b
Make languageForFilePath work for .php files.
...
As reported in #330 , we're currently dying in `languageForFilePath`
because `lingo` is giving us back Hack when we expect PHP. This is a
pretty bad bug, so here's a temporary workaround for the issue. Once
https://github.com/tclem/lingo-haskell/issues/3 is fixed, we can
remove this workaround.
Fixes #330 .
2019-10-11 12:16:17 -04:00
Rob Rix
5ef4ecdde9
Merge branch 'eliminate-core-loc' into generalize-analysis-over-the-name-type
2019-10-11 12:15:39 -04:00
Rob Rix
7554271e2d
toString.
2019-10-11 12:14:58 -04:00
Rob Rix
a05bb26c9f
Use Path.toString instead of show.
2019-10-11 12:13:57 -04:00
Rob Rix
7d52293e13
Merge branch 'eliminate-core-loc' into generalize-analysis-over-the-name-type
2019-10-11 12:12:35 -04:00
Rob Rix
f3b3a32f8a
Merge branch 'core-factoring' into eliminate-core-loc
2019-10-11 12:12:25 -04:00
Rob Rix
a278c9daab
Import eval.
2019-10-11 12:11:30 -04:00
Rob Rix
d78c3ddc9e
Merge branch 'eliminate-core-loc' into generalize-analysis-over-the-name-type
2019-10-11 11:51:46 -04:00
Rob Rix
37b723aa81
Merge branch 'core-factoring' into eliminate-core-loc
2019-10-11 11:51:34 -04:00
Rob Rix
68b3286796
Merge branch 'master' into core-factoring
2019-10-11 11:51:17 -04:00
Patrick Thomson
2b3acea5fb
Add unit tests.
2019-10-11 11:50:22 -04:00
Rob Rix
b77a3b8058
Enable flexible contexts for the doctest.
2019-10-11 11:50:16 -04:00
Patrick Thomson
2d930aa19f
Compile python function decorators and finish milestone #2 .
2019-10-11 11:49:52 -04:00
Rob Rix
a160c0b7d5
Generalize typecheckingFlowInsensitive over the name type.
2019-10-11 11:47:39 -04:00
Rob Rix
ffc281f0f3
Generalize runFile over the name type.
2019-10-11 11:47:01 -04:00
Patrick Thomson
c41b9cdc97
Merge branch 'compile-python-calls' into compile-python-function-decorators
2019-10-11 11:46:33 -04:00
Rob Rix
6efc7c7301
Generalizee typecheckingAnalysis over the name type.
2019-10-11 11:45:57 -04:00
Rob Rix
45dfc6ead1
Generalize solve over the name type.
2019-10-11 11:45:32 -04:00
Rob Rix
d184acfbfe
Generalize Solution over the name type.
2019-10-11 11:41:11 -04:00
Rob Rix
6d3d1751b6
Generalize unify over the name type.
2019-10-11 11:40:30 -04:00
Rob Rix
a17d0b57ff
Generalize meta over the name type.
2019-10-11 11:40:09 -04:00
Rob Rix
f87f7c0d0d
Generalize Constraint over the name type.
2019-10-11 11:39:32 -04:00
Rob Rix
7e51f43451
Generalize Substitution over the name type.
2019-10-11 11:38:38 -04:00
Rob Rix
6fa4a01c80
Generalize Type over the name type.
2019-10-11 11:37:49 -04:00
Rob Rix
7d8e8f27d4
Generalize Monotype over the name type.
2019-10-11 11:36:17 -04:00
Rob Rix
804e3c1020
Use the Type synonym more widely.
2019-10-11 11:35:03 -04:00
Rob Rix
5ae39b172d
Generalize scopeGraph over the name type.
2019-10-11 11:33:29 -04:00