daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
778 stars 80 forks source link

bit library: add Lua 5.4 #174

Closed jprjr closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 87.781% when pulling d1e8848e759735b08eb4fd8ed2e55ea759e91cc9 on jprjr:master into 47225d081318e65d5d832e2dd99ff0880d56b5c6 on daurnimator:master.

jprjr commented 3 years ago

You know what, I think I'm going to redo this.

Right now, anytime a new version of Lua comes out, you'd have to add another check.

I'll instead wrap doing a load + pcall, that way it should be future-proof