Skip to content

v0.6.0

Compare
Choose a tag to compare
@edporras edporras released this 13 May 19:46

Changed

  • switched from MiniTest to RSpec.
  • replaced NULL with nullptr.
  • replaced old-style casts.
  • prohibit Parser copy and move ops.
  • assigning a source that does not respond to read now throws ArgumentError instead of RuntimeError.

Added

  • initial version of docker configs for testing on Ubuntu.