-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.7.0 dev #66
base: master
Are you sure you want to change the base?
v1.7.0 dev #66
Conversation
Left and right bitshifts have been added, and should be working. That covers #61. |
Since bit32 got backported to Lua 5.1, I've removed the bitshift stuff, and just relying on the inbuilt library. Base64 encode implemented and working. Now just the decode side of things. |
… behaviour change, so no breaking change.
f.lua is > 1000 LOC. Time to change styles a bit. To f.x instead of x, return x |
Failure explanation: bit32 not available under Lua 5.1 or Luajit.... |
Successfully patched the necessary (for base64) bit32 operations for Lua 5.1, Luajit. |
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
=========================================
Coverage ? 81.85%
=========================================
Files ? 1
Lines ? 518
Branches ? 0
=========================================
Hits ? 424
Misses ? 94
Partials ? 0
Continue to review full report at Codecov.
|
Progress has slowed - I am on bedrest, told to avoid stress. (Hole in my heart). |
No description provided.