Path to this page:
Subject: CVS commit: pkgsrc/lang/hs-hslua-packaging
From: Masatake Daimon
Date: 2023-10-30 10:15:07
Message id: 20231030091507.29691FADC@cvs.NetBSD.org
Log Message:
lang/hs-hslua-packaging: Update to 2.3.0
hslua-packaging-2.3.0 - Released 2023-03-13.
* Type initializers as part of Module records. This allows to associate
types with a module. For performance reasons, the types are not
initialized when the module is pushed, but only on first use. However,
the documentation Lua object for each module now has an additional field
types. The new field contains a function that returns the names of all
associated types. Calling the function will also initialize these types,
thereby making the respective metatables available in the registry.
* Field records now have an additional fieldType entry. [API change]
* The pushUD function is now specialized to documented types.
* Export initType. The function ensures that the metatable of a type has
been fully initialized. This can be helpful when the default method of
lazy initialization is not desired, e.g. when the type object is to be
inspected or extended.
* Re-export udDocs, udTypeSpec, allowing to generate typing info for
userdata classes.
Files: