[mewa] Version 0.8

  • From: "Patrick Frey" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "patrickpfrey" for DMARC)
  • To: "mewa@xxxxxxxxxxxxx" <mewa@xxxxxxxxxxxxx>
  • Date: Fri, 20 Aug 2021 16:20:15 +0000 (UTC)

Version 0.8 released.
I made typedb API naming more consistent: 
     Deprecated functions typedb:get_type (renamed to typedb:this_type), and 
typedb:get_types (renamed to typedb:this_types) (issue #4) 
          Functions named "get_.." refer to a definition in a covering scope
          Functions named "this_.." refer to a definition made in the current 
scope
     Using typedb:get_type and typedb:get_types will still work.  But a warning 
will be issued on stderr.
The tests of Mewa did not work with multiple Lua versions installed 
simultaneously. I have fixed this now. The configure script prints an include 
file LuaPath.inc with the definitions of the Lua library paths. The paths are 
printed by luarocks for the Lua version configured.


 

Other related posts:

  • » [mewa] Version 0.8 - Patrick Frey