This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Tags: hhvm/hacktest
Tags
Assume tests/ when no SOURCE_PATH is specified If tests/ does not exist, print the old output from CLILib. The HackTest output would be confusing, namely: Uncaught exception 'Facebook\HackTest\InvalidTestFileException' with message 'File or directory (tests) not found' It would be unclear where the name tests came from.
[easy] make VerboseCLIOutput forward compatible with future HSL IO ch… …ange HSL IO is changing `writeAsync()` to return `Awaitable<int>`, but the function here is `Awaitable<void>` - `return await` is no longer compatible. Tangentially, I'm a little surprised that explicit return values are OK in `Awaitable` functions :/
PreviousNext