rust-lua53 icon indicating copy to clipboard operation
rust-lua53 copied to clipboard

Update to lua 5.3.4

Open daurnimator opened this issue 8 years ago • 3 comments

Released 2017-01-12

Though I'm curious why you're vendoring lua...

daurnimator avatar Feb 13 '17 04:02 daurnimator

It was intentionally switched to being bundled in #59. In general it was seen as a bad idea to fetch things from the network as part of a build script.

sagebind avatar Feb 13 '17 05:02 sagebind

Is there still no official git repo of lua? We could use it as a submodule.

therustmonk avatar Feb 13 '17 05:02 therustmonk

In general it was seen as a bad idea to fetch things from the network as part of a build script.

I wouldn't expect a build script to download anything either. It should use the system installed lua (if suitable/available) or instruct the user to provide a path to lua headers/library.

Is there still no official git repo of lua? We could use it as a submodule.

There is. http://github.com/lua/lua

daurnimator avatar Feb 13 '17 05:02 daurnimator