~technomancy/fennel#156: 
bnot form doesn't work with --use-bit-lib

The --use-bit-lib flag is supposed to compile bitwise operations to bit.whatever equivalents on luajit. However, it works with every operator except bnot. It's more complicated because bnot is the only one which strictly accepts only 1 argument.

Status
RESOLVED FIXED
Submitter
~technomancy
Assigned to
No-one
Submitted
1 year, 8 months ago
Updated
1 year, 5 months ago
Labels
bug

~technomancy REPORTED FIXED 1 year, 5 months ago

Fixed in 5ec7782.

Register here or Log in to comment, or comment via email.