Skip to content

RIDDL 1.2.2

Choose a tag to compare

@reid-spencer reid-spencer released this 03 Feb 13:46
· 1443 commits to main since this release

Bug Fixes

  • Fix null newline strings in Scala.js builds - System.lineSeparator() and System.getProperty("line.separator") both return null in Scala.js, causing error messages to be truncated or malformed. Changed to use "\n" directly.

This fixes the "Failed to load BAST import" error message truncation when using the JS version of RIDDL (e.g., in synapify).

Installation

See Installation Instructions for all installation options.