Skip to content

Fixes a bug whereby `0` is interpreted as falsy

Latest
Compare
Choose a tag to compare
@ElvenSpellmaker ElvenSpellmaker released this 07 Dec 20:45
· 2 commits to master since this release
dfc2cab
  • Fixes a bug whereby an input of 0 wouldn't clear the buffer and
    wouldn't reset the readIntent status leading to pipelines
    potentially becoming completely blocked on reading
  • Changes a false to null in QueueBuffer
  • Adds all the new PHP 7 versions to the Travis build
  • Ignores the .vscode folder
  • Corrects build script (how was this working before???)
  • Adds a test to show the above behaviour is fixed