Skip to content

0.10.3

Latest
Compare
Choose a tag to compare
@Sainan Sainan released this 02 Dec 06:00
· 7 commits to main since this release
  • Compile-Time Evaluation: io.contents and type are now also available
  • Compile-Time Evaluation: Table return type is now supported (for functions like url.parse)
  • Improved handling when a C++ exception is thrown during ffi.call
  • Fixed not inferring that a keyword should be disabled when used as a global variable
    • For Integrators: Added PLUTO_PARANOID_KEYWORD_DETECTION to make this more aggressive
  • Fixed infinite loop when switch control value contains or or and
  • Fixed base32.decode not working correctly on some ARM systems