Current state: Release candidate
Release notes:
- Fix for loading huge text programs with >430K tokenized space causing a crash #36
- Fix for loading huge tokenized programs >430K size causing a potential crash #37. Now correctly passing the HIMEM-PAGE space as maximum to OSLOAD. Currently the MOS 3.0.2 mos_load API silently truncates a binary load when the maximum size is reached without informing the caller, so the program will corrupt. An issue for this has been filed (AgonPlatform/agon-mos#207)
- Fix for programs hanging using ON ERROR LOCAL in a WHILE loop #38
- Issued MOS PR (AgonPlatform/agon-mos#205) to fix #39, which is not a BBC Basic issue
- Fixed array pointer bug that hits programs using larger arrays #40
Full Changelog: v0.8...v1.0RC1