Skip to content

Stability fixes and more tests

Compare
Choose a tag to compare
@robertleeplummerjr robertleeplummerjr released this 25 Sep 13:48
· 193 commits to master since this release
  • Fix #500 - Argument synonym does not work as expect, removed buggy code in favor of iron clad code.
  • Fix #501 - FunctionTracer doesn't check if ast is set, Do early checks for null to prevent exceptions, and remove added logic.
  • Fix #502 - Video isn't handled on CPU mode, handle video
  • Fix #503 - Texture size isn't checked for kernel.output, arguments, or constants - Check texture sizes against allowable limits
  • Fix #504 - Cannot use HTMLVideo argument in functions, add missing logic