Skip to content

v0.7.0

Compare
Choose a tag to compare
@DavyLandman DavyLandman released this 28 Jun 13:42
· 510 commits to main since this release
  • Fixes issues with IDEServices::registerDiagnostics where only the first error would be registered.
  • Fixes issue with Rascal library loading where Rascal source files where loaded in a different order from the path than their accompanied .class files.
  • util::Reflective::newRascalProject now guarantees syntax regex for project folders and project names.
  • XML, HTML and JSON parsers now provide source origin location with every node.
  • Improved support for Windows PATHs in dependency resolution code of Rascal
  • Fixed UTF8 encoding issue in the Lucene library
  • Documentation improvements
  • Several minor issues.
  • Added more validation features for RASCAL.MF files.