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

Tags: hhvm/hh-clilib

Tags

v2.6.0

Toggle v2.6.0's commit message

Unverified

The committer email address is not verified.
Use not-yet-released version of HSL IO

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jjergus Ján
replace $GLOBALS with \HH\global_get()

v2.5.1

Toggle v2.5.1's commit message

Unverified

The committer email address is not verified.
hsl-io ^0.2.0, not =0.2.0

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update tests for HSL IO v0.2 (#32)

* 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

v2.5.0rc1

Toggle v2.5.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update tests for HSL IO v0.2 (#32)

* 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

v2.4.2

Toggle v2.4.2's commit message

Unverified

The committer email address is not verified.
permit type-assert v4

v2.4.1

Toggle v2.4.1's commit message

Unverified

The committer email address is not verified.
Require hsl-io v0.1.0

Experimental change to reduce pain of BC breakages in hsl-experimental

v2.4.0

Toggle v2.4.0's commit message

Unverified

The committer email address is not verified.
Require hsl-experimental 4.52

v2.3.5

Toggle v2.3.5's commit message

Unverified

The committer email address is not verified.
Support hsl-experimental < 4.52

Separate release coming soon that requires hsl-experimental 4.52

v2.3.4

Toggle v2.3.4's commit message

Unverified

The committer email address is not verified.
Fix incaomptible return type for writeAsync in hsl-experimental master