Hi there! :)
First of all, thank you for creating luachild! I maintain a few projects based on it.
One of them is packaged for Alpine Linux and we just discovered that the recent merge of #5 causes the downstream build to fail (see gitlab.alpinelinux.org/alpine/aports!102882).
This should not happen since the Alpine package uses luachild ~> 0.1 specifically, so changes to the master branch should not affect it.
Looking at https://luarocks.org/manifests/pocomane/luachild-0.1-2.rockspec, I discovered that source.tag is missing.
This means that luachild v0.1 will actually use the master branch instead of the v0.1 tag.
Hi there! :)
First of all, thank you for creating
luachild! I maintain a few projects based on it.One of them is packaged for Alpine Linux and we just discovered that the recent merge of #5 causes the downstream build to fail (see gitlab.alpinelinux.org/alpine/aports!102882).
This should not happen since the Alpine package uses
luachild ~> 0.1specifically, so changes to the master branch should not affect it.Looking at https://luarocks.org/manifests/pocomane/luachild-0.1-2.rockspec, I discovered that
source.tagis missing.This means that
luachild v0.1will actually use themasterbranch instead of thev0.1tag.