Fri, 07 Jun 2024 14:20:37 UTC | login

Information for build lua-coxpcall-1.17.0-7.fc40

ID282004
Package Namelua-coxpcall
Version1.17.0
Release7.fc40
Epoch
SummaryCoroutine safe xpcall and pcall versions for Lua
DescriptionCoxpcall encapsulates the protected calls with a coroutine based loop, so errors can be handled without the usual pcall/xpcall issues with coroutines for Lua 5.1. Using Coxpcall usually consists in simply loading the module and then replacing Lua pcall and xpcall by copcall and coxpcall. Coxpcall is free software and uses the same license as Lua 5.1. Lua 5.2 was extended with the Coxpcall functionality and hence it is no longer required. The 5.2+ compatibility by coxpcall means that it maintains backward compatibility while using the built-in Lua implementation.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 21 Feb 2024 08:30:43 UTC
CompletedWed, 21 Feb 2024 08:30:43 UTC
Tags
f40
f41
RPMs
src
lua-coxpcall-1.17.0-7.fc40.src.rpm (info) (download)
noarch
lua-coxpcall-1.17.0-7.fc40.noarch.rpm (info) (download)
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Nov 19 2022 Benson Muite <benson_muite@emailplus.org> - 1.17.0-3 - Fix source url * Thu Nov 17 2022 Benson Muite <benson_muite@emailplus.org> - 1.17.0-2 - Add changelog history - Add macro gittag - Update url * Thu Nov 17 2022 Benson Muite <benson_muite@emailplus.org> - 1.17.0-1 - Initial packaging for unretirement