Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Remove definitions of HSL IO, keep unit tests (#179)
Browse files Browse the repository at this point in the history
Expected to support 4.108 - *does not* support current nightly builds
as HSL-IO was branch cherry-pick after cut
  • Loading branch information
fredemmott authored May 4, 2021
1 parent 511b940 commit c145eda
Show file tree
Hide file tree
Showing 110 changed files with 2 additions and 5,065 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ ubuntu , macos ]
hhvm:
- '4.99'
- '4.108'
- latest
- nightly
runs-on: ${{matrix.os}}-latest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"hhvm/hhvm-autoload": "^2.0|^3.0"
},
"require": {
"hhvm": "^4.99",
"hhvm": "^4.108",
"hhvm/hsl": "^4.15"
},
"provide": {
Expand Down
44 changes: 0 additions & 44 deletions src/_Private/OptionalIncrementalTimeout.php

This file was deleted.

21 changes: 0 additions & 21 deletions src/file/AlreadyLockedException.php

This file was deleted.

35 changes: 0 additions & 35 deletions src/file/CloseableHandle.php

This file was deleted.

55 changes: 0 additions & 55 deletions src/file/Handle.php

This file was deleted.

37 changes: 0 additions & 37 deletions src/file/Lock.php

This file was deleted.

28 changes: 0 additions & 28 deletions src/file/LockType.php

This file was deleted.

35 changes: 0 additions & 35 deletions src/file/TemporaryFile.php

This file was deleted.

45 changes: 0 additions & 45 deletions src/file/WriteMode.php

This file was deleted.

68 changes: 0 additions & 68 deletions src/file/_Private/CloseableFileHandle.php

This file was deleted.

Loading

0 comments on commit c145eda

Please sign in to comment.