SpacemanDMM suite v1.7.3
SpaceManiac
released this
02 Feb 03:17
·
115 commits
to master
since this release
Another maintenance release with minor additions and fixes.
Component version numbers have been synchronized at v1.7.3 instead of being versioned separately.
Core
Core updates apply to all components.
- Fail gracefully instead of crashing when encountering bad .dmi files (by moxian, #319)
- Fix parsing heredocs with multiple quotes in a row
- Add some undocumented builtins for completeness:
Language Server
- Add documentation on hover for macros
- Fix a possible crash if the environment loaded fast enough to cause rounding errors
Debugger
- Update auxtools debug server from v2.2.2 to v2.2.3, adding support for BYOND 514.1584
DreamChecker
- Add lints for the
switch(rand(L, H))
pattern (by pali, #302) - Fix some proc overrides suppressing sleep/purity checks (by fira, #311)
DMM-Tools
- Improve error locations in DMM parser