Skip to content

Hamler 0.2.2 Released

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rory-Z Rory-Z released this 25 Sep 02:59
· 69 commits to master since this release

Highlights:

  • Add tests for more libraries and fix bugs
  • Fix command 'hamler test' #422
  • Add environment variable 'HAMLER_HOME' #423
  • More instances for some type classes

Enhancements:

  • Add tests for libraries such as Timer, Mnesia, ETS, UDP, Atomics, and System
    #415 #404 #403 #397 #400 #408 #407 #405 #402 #411 #406

  • Add the hamler test command, the user runs the test through this command #424

  • Add the environment variable'HAMLER_HOME', users can use it to specify the location of the hamler library #425

  • Add typeclass for Array, Maybe #399

  • More types add type class instances #410 #414

  • Add an instance of Testable to IO instead of checkIO function #398

Bug Fixes:

  • Fix bad "receive .. after" syntax type #416
  • Fix missing binary pattern match syntax #413
  • Fix crash of ets efold function #401
  • Fix other bugs #417 #426 #421 #409