You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if the utilities had version numbers, so when checking to see if I have the latest version of one of them I can compare the version numbers instead of diffing. A rockspec would be ideal, but a simple comment at the top or table property would be better than nothing. If you want a pull request let me know. Thanks!
The text was updated successfully, but these errors were encountered:
Aren't rockspecs limited to package-level versioning? I think a separate rockspec for each module is overkill, and it seems weird for all modules to share a version number as a package. It's been a few years since I've bothered with packaging rocks, so I may be missing something. If you want rocks and want to make a pull request, I'll definitely take a look.
Many of the modules are functions and would need to be converted to callable tables for table properties to work.
A comment at the top certainly isn't too much to ask; we can do that if the rockspec thing doesn't pan out.
If you put version numbers in the file headers as a code comment that would be sufficient for my needs.
I do agree that one luarock and one version over all the modules wouldn't be ideal. If a user only wants one or two modules they would need to install them all.
Likewise, if each module has its own luarock then it appears you will also need to create tarballs to publish each module and maintenance would become a hassle. I can't find anything in the documentation that specifically mentions the ability to package individual sub-directories from a single github repository. Basically the modules would need to be broken out into separate directories to avoid git tag conflicts and other headaches that clash with the design of luarocks and the rockspec.
It would be great if the utilities had version numbers, so when checking to see if I have the latest version of one of them I can compare the version numbers instead of diffing. A rockspec would be ideal, but a simple comment at the top or table property would be better than nothing. If you want a pull request let me know. Thanks!
The text was updated successfully, but these errors were encountered: