lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Nov 30, 2016 at 10:15 AM, Daurnimator <quae@daurnimator.com> wrote:
> At the workshop this year I spoke about my efforts to convert the
> historical source code of lua into git form.
> I finally put the last pieces together (sorry! I promised it by
> october...) and have now pushed the results to github.
>
> It's split into 4 repositories:
>
>   - Main source: https://github.com/lua/lua
>   - Tests: https://github.com/lua/tests
>   - luac: https://github.com/lua/luac
>   - manual: https://github.com/lua/manual
>
> See my talk's notes: https://www.lua.org/wshop16/Daurnimator.pdf

Interesting to see the individual commits. However, I'm going to miss
being able to clone the old lua/lua repo on GitHub and immediately
have a full release tree from which I can run `make linux && make
install`. Via that method, I could play around with experimental
tweaks more easily, locally commit my Makefile changes and easily
merge them into future releases, and so forth. Indeed, that repo was
my main method of obtaining the Lua source, rather than the official
tarballs.

After reading the PDF of your talk notes, I see why it is the way it
is now. But for the benefit of me and anyone else who might find that
route easier (if there is indeed anyone), would it be possible to
publish the full releases, in the same format as the old lua/lua repo
before this overhaul, as a separate repo (something like
lua/lua-releases)?