1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
Commit Graph

30760 Commits

Author SHA1 Message Date
Patrick Thomson
abf9690d98
Merge pull request #332 from github/generalize-analysis-over-the-name-type
Generalize analysis over the name type
2019-10-11 17:01:13 -04:00
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
7f39647c22
🔥 the redundant dependencies on directory & filepath. 2019-10-11 14:38:00 -04:00
Rob Rix
ac103657aa
Use pathtype instead of directory & filepath to set up the readline effect. 2019-10-11 14:37:29 -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
6b9ba62c8c
Rename Core.Core.* to Core.*. 2019-10-11 13:50:40 -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
Ayman Nadeem
927a987f0d todos 2019-10-11 13:15:21 -04:00
Ayman Nadeem
e97daf47d5 I want to specify format first 2019-10-11 13:10:01 -04:00
Ayman Nadeem
7d6740224b move format in SemanticAST 2019-10-11 13:09:37 -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
Ayman Nadeem
0b6e3d5b3a parseAST handles this 2019-10-11 13:05:31 -04:00
Ayman Nadeem
7e358a8c2e parseAST handles this 2019-10-11 13:05:09 -04:00
Ayman Nadeem
08cbd88e71 will need to replace this with alternation above 2019-10-11 13:04:40 -04:00
Rob Rix
3a464355bd
semantic-python’s tests depend on semantic-analysis. 2019-10-11 12:56:44 -04:00
Rob Rix
740a3ca1a9
Core’s tests depend on semantic-analysis. 2019-10-11 12:55:23 -04:00
Rob Rix
6d5583131d
🔥 semantic-analysis doctests. 2019-10-11 12:54:29 -04:00
Rob Rix
7f857c8c58
🔥 a doctest we can’t run. 2019-10-11 12:54:21 -04:00
Rob Rix
9e31fc1f9b
semantic-core no longer has doctests. 2019-10-11 12:53:36 -04:00
Rob Rix
d20cbead89
Remove the Analysis.* and Control.* hierarchies from semantic-core. 2019-10-11 12:52:32 -04:00
Rob Rix
052eb88231
🔥 a couple of redundant dependencies. 2019-10-11 12:52:18 -04:00
Ayman Nadeem
db9e7da48f this has been subsumed by SemanticAST 2019-10-11 12:50:37 -04:00
Ayman Nadeem
cf609451ae lord forgive me for this nested case statement 2019-10-11 12:49:57 -04:00
Rob Rix
284c1ae4f8
Copy the Analysis.* and Control.* hierarchies into semantic-analysis. 2019-10-11 12:49:37 -04:00
Ayman Nadeem
5d4b34b39b downstream impact of changing datatype fields 2019-10-11 12:49:16 -04:00
Ayman Nadeem
9afcf11b83 this means sourceString now has to be an option 2019-10-11 12:48:53 -04:00
Ayman Nadeem
b2f2340c4c include both inputs in SemanticAST 2019-10-11 12:48:40 -04:00
Rob Rix
71a6331c7a
Stub in a package for analysis. 2019-10-11 12:42:49 -04:00
Rob Rix
6bac8d2770
How did this ever work? What does it even do? 2019-10-11 12:42:21 -04:00
Rob Rix
85d09b5116
Rename Core.File to Analysis.File. 2019-10-11 12:37:11 -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