Skip to content

v6.3.2

Latest

Choose a tag to compare

@sauerbraten sauerbraten released this 16 Mar 21:15

This fixes a few bugs, including two that could crash the process running Jet.

  • whitespace trimming now works correctly when using custom delimiters (thanks @ripienaar)
  • the embed.FS loader now builds paths using forwards slashes instead of backslashes on Windows
  • division by zero now results in a runtime error instead of a panic (thanks @ByamB4)
  • infinite 'include' recursion now results in a runtime error instead of a stack overflow (thanks @ByamB4)

Unless you relied on erroneous behavior, there are no breaking changes.