-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4/n Pass file contents to erlang_service with parse request
Summary: When requesting the erlang service to parse a file, pass the file contents with the request. We sent it directly as bytes on the wire, for simplicity and performance. Unfortunately `elp_epp` processing needs a `pid()` for the open file, so we provide a gen_server to do this. I suspect the performance can be improved. Note: It seems that the one glean test is now unexpectedly getting types from the eqwalizer setup, that it did not before. Reviewed By: michalmuskala Differential Revision: D60764433 fbshipit-source-id: ab2c1d830387705b167f52bd80af4a8be4bd7046
- Loading branch information
1 parent
536c67f
commit 4873369
Showing
9 changed files
with
268 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.