This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update tests for HSL IO v0.2 I think the logic being tested was bad; there are two classes of issues here: - `IO\MemoryHandle` works like a read-write file. `TestLib\StringInput` was... unique. Use pipes where we need funky stuff. In particular, if it's closed, it can't be read from. - Checking `isEndOfFile()` before echoing the `> ` prompt was a bug and undefined behavior really - consistently prompt before attempting to get input * disable hhast testing temporarily - circular dependency * Guarantee ordering for '(Before|After)Start' * comment out full hhast if block * Require HHVM 4.60 Dependencies need it anyway; even though it's only for dev-depends, don't want to support a version that can't be tested
- Loading branch information
1 parent
0663c38
commit 75ac608
Showing
5 changed files
with
57 additions
and
24 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