issues
search
hhvm
/
hsl-experimental
Experimental features for the Hack Standard Library
MIT License
23
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Stop running actions on macos homebrew
#195
alexeyt
closed
2 years ago
0
Remove hsl dependency and support autoloading with ext_watchman
#194
lexidor
closed
2 years ago
8
Add HH\Lib\Experimental\OS\Process
#192
Atry
closed
2 years ago
3
Remove final for a private function
#191
Atry
closed
2 years ago
0
Update branch-alias since the default branch has been renamed
#190
Atry
closed
3 years ago
0
[ DateTime | RFC ] `HH\Lib\Experimental\Time::zero()` is neither positive or negative, add `->isPositiveOrZero()`
#189
lexidor
opened
3 years ago
0
[ DateTime | Question ] How to represent the concept of time-as-read-from-a-clock?
#188
lexidor
opened
3 years ago
1
[ DateTime ] The format parameter being a format string limits the use of creating constants
#187
lexidor
opened
3 years ago
0
Match visibility in super class
#186
lexidor
closed
2 years ago
1
HSL DateTime: all missing test cases
#185
jjergus
closed
3 years ago
0
HSL DateTime: Zoned and Unzoned
#184
jjergus
closed
3 years ago
7
HSL DateTime: timestamps
#183
jjergus
closed
3 years ago
0
HSL DateTime: codegen DateTime\Zone enum
#182
jjergus
closed
3 years ago
1
HSL Env: Introduction
#181
azjezz
closed
3 years ago
1
HSL DateTime: Time (interval) class
#180
jjergus
closed
3 years ago
3
Remove definitions of HSL IO, keep unit tests
#179
fredemmott
closed
3 years ago
1
DO NOT COMMIT: move HH\Lib\OS to HH\Staging\OS
#178
fredemmott
closed
3 years ago
1
[IO] fix offset out-of-bounds issue in memory handle
#176
azjezz
closed
3 years ago
3
Rename read() to readImpl()
#175
fredemmott
closed
3 years ago
1
s/public function write/protected function writeImpl/
#174
fredemmott
closed
3 years ago
1
rename read() and write() to indicate their caveats
#173
fredemmott
closed
3 years ago
0
hsl-experimental: gen -> async
#172
jjergus
closed
3 years ago
2
add missing FIXME codes
#171
jjergus
closed
3 years ago
1
use shared github action
#170
jjergus
closed
3 years ago
1
Require HHVM 4.93
#169
fredemmott
closed
3 years ago
1
Remove redundant call to invariant
#168
lexidor
closed
3 years ago
1
Fix `readUntilAsync`/`genReadUntil` across chunk boundaries
#167
fredemmott
closed
3 years ago
1
[ Bug ] IO\BufferedReader::readUntilAsync() returns incorrect results when using a multibyte suffix under certain conditions
#166
lexidor
closed
3 years ago
2
Add function to truncate a file after it has been opened
#165
lexidor
closed
3 years ago
1
remove CancelablePoller
#164
jjergus
closed
4 years ago
1
Remove TravisCI configuration
#163
fredemmott
closed
4 years ago
3
Update minimum version to 4.66
#162
fredemmott
closed
4 years ago
1
Handle files being manually closed before __dispose
#161
fredemmott
closed
4 years ago
1
Cannot release a lock on a closed file, since it is already closed by the OS
#160
lexidor
closed
4 years ago
2
Add CloseableHandle::closeWhenDisposed()
#159
fredemmott
closed
4 years ago
1
Run github actions jobs daily
#158
fredemmott
closed
4 years ago
1
Add OS\mkdtemp
#157
fredemmott
closed
4 years ago
1
Only attempt to create master if it doesn't already exist
#156
fredemmott
closed
4 years ago
1
Update requirements to 4.58
#155
fredemmott
closed
4 years ago
2
GitHub actions: uninstall hhvm in case of conflict
#154
fredemmott
closed
4 years ago
1
Add `BufferedReader::linesIterator()`
#153
fredemmott
closed
4 years ago
1
Update exception message to mention suffix instead of newline
#152
lexidor
closed
4 years ago
2
Add more test configuration
#151
fredemmott
closed
4 years ago
1
Make BufferedReader::isEndOfFile() more proactive
#150
fredemmott
closed
4 years ago
1
Add MemoryHandle::close()
#149
fredemmott
closed
4 years ago
1
Make `_OS\throw_errno()` public
#148
fredemmott
opened
4 years ago
0
Add MemoryHandle::close()
#147
fredemmott
closed
4 years ago
1
Add FIXME whitelist
#146
fredemmott
closed
4 years ago
1
Add EINVAL assertion helper, consistently use it in HSL IO
#145
fredemmott
closed
4 years ago
1
[IO] Don't throw ERANGE for arguments out of range
#144
fredemmott
closed
4 years ago
1
Next