Skip to content

v0.6.3

Choose a tag to compare

@Lut99 Lut99 released this 31 May 19:26

Added

  • Tests for various opcodes in the VM. More will follow in due time.
  • brane run can now run from stdin by passing - as filename.

Changed

  • JuiceFS is now downloaded again instead of being compiled for packages & once-format.
  • make.sh now expects releases to put brane instance services into an archive.

Fixed

  • Comparisons being the other way around (i.e., 1 < 2 returned false and 1 > 2 returned true).
  • Comparing two strings with the same value (but different strings) still returning false.
  • Running any for-loop causing the next statement to fail with 'VM not in a state to accept main function.'
  • Any erronous statement causing the next statement to fail with 'VM not in a state to accept main function.'
  • Some arrays crashing the VM with 'Could not resolve type of Array', even though it was a valid Array.