--- - branch: MAIN date: Mon Oct 30 09:15:07 UTC 2023 files: - new: '1.7' old: '1.6' path: pkgsrc/lang/hs-hslua-packaging/Makefile pathrev: pkgsrc/lang/hs-hslua-packaging/Makefile@1.7 type: modified - new: '1.7' old: '1.6' path: pkgsrc/lang/hs-hslua-packaging/buildlink3.mk pathrev: pkgsrc/lang/hs-hslua-packaging/buildlink3.mk@1.7 type: modified - new: '1.3' old: '1.2' path: pkgsrc/lang/hs-hslua-packaging/PLIST pathrev: pkgsrc/lang/hs-hslua-packaging/PLIST@1.3 type: modified - new: '1.3' old: '1.2' path: pkgsrc/lang/hs-hslua-packaging/distinfo pathrev: pkgsrc/lang/hs-hslua-packaging/distinfo@1.3 type: modified id: 20231030T091507Z.0357248e42fa7427bab65ed87862148f5125782a log: | 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. module: pkgsrc subject: 'CVS commit: pkgsrc/lang/hs-hslua-packaging' unixtime: '1698657307' user: pho