This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Some general cleanup: - AutoloadMap.hack This type should be in sync with HH\autoload_set_paths(), but this function has an incorrect hhi. I'll make a PR to hhvm, trying to get this fixed. - ConfigurationLoader.hack Remove an HH_FIXME by making self::fromData accept a wider type. Use the null constructor on ImmVector instead of a varray. - HHClientFallbackHandler.hack Require is allowed from inside a function. This might have been a parse error in the past. disallow_top_level_requires .hhconfig option availability suggests that this is now preferred. - Merger.hack Use a darray typehint where an array typehint was used. - Writer.hack Prefer inst_meth over calling a varray as a callable. - ComposerImporter.hack Use darray/varray typehints where appropriate. Stop relying on falsey array promotion. - FactParseScanner.hack Remove an HH_FIXME, since HH\facts_parse does have an HHI these days. Use ImmVector::toValuesArray() to prefer varray use. * Prefer darray(x) over x->toArray()
- Loading branch information
Showing
8 changed files
with
28 additions
and
30 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
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