Skip to content

v0.0.84

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 08:29
  • Fixed occasional gc error on concatenate.
  • Fixed issue #157
  • Fixed crash on string split with named parameters
  • Fixed structs in clib, and extended struct and reflect library with new capabilities
  • Fix clib crash with some libraries when optimized in release mode
  • Introduced warning flag to Blade interpreter
  • Changed rand() implementation to use Mersenne Twister algorithm.
  • Fix wrong named pattern key length (#153).
  • Minor updates and build fixes for zlib
  • Fixed critical clib issues with passing nil to functions expecting a pointer
  • Syntax update: Allow lists to end with a comma
  • Syntax update: dictionary can now infer value from same variable as name. e.g. {egg} becomes {egg: egg}
  • Syntax update: NEW in v0.0.84, dictionaries can declare extra methods as part of their entries.
  • Added more reflect functions and fixed few clib bug
  • Memory leak fixes for #159
  • Fixed pointer get and set index in clib as well as number pointers in reflect.get_ptr()
  • Fixed global space pollution on import * from modules