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

Use the hsl-experimental IO interfaces

Compare
Choose a tag to compare
@fredemmott fredemmott released this 29 Nov 19:48

This release replaces InputInterface and OutputInterface with the hsl-experimental IO interfaces; see https://github.com/hhvm/hsl-experimental/releases/tag/v3.29.2

These are truly non-blocking and async; when specific ordering is required (e.g. for REPLs), this needs to be implemented by the user - for example, this is required when hhast-lint is running interactively: hhvm/hhast@92c989a