Skip to content

v12.0.0

Latest
Compare
Choose a tag to compare
@guillep guillep released this 25 Oct 09:17
56a36ec

What's Changed

Highlights

  • Lots of improvements in Slang: better management of C reserved keywords, comments and less C compilation warnings!
  • Improvements in stack management:
    • unification of frame implementation
    • new optional stack overflow support
  • Development moved to Pharo12
  • New primitives to pin behavior and pretenuring
  • More stability, for example in permanent space management

Features

Improvements

Fixes

  • Resolved a bug about UUID primitives by @Mathilde411 in #610
  • Robust cannotInterpret: in the interpreter by @privat in #641
  • Fix cast tests by @hernanmd in #660
  • Fix and test for inlinings with If's and right shift not translated by @hernanmd in #667
  • Remove hostname lookup on network initialization by @guillep in #845
  • C AST translation right side parenthesis in expression by @hernanmd in #685
  • Add tests+fix for an incorrectly case of generated inlined C code from CCodeGenerator by @hernanmd in #666
  • fix warnings related to multiple include of the same header file by @RenaudFondeur in #840
  • Fix a lot of unused expression by @RenaudFondeur in #832

Cleanups

New Contributors

Full Changelog: v10.3.0...v12.0.0