Davide Magni
Davide Magni
What about: .not. (a .and. b)
Here we go. (a .and. .not. b) .or. (.not. a .and. b) | a | b | a .and. .not. b | .not. a .and. b | ... .or. ......
Yep. All the operations in Boolean algebra are based on AND, OR and NOT, so any advanced operation (such as XOR) is based entirely on combinations of these three operators.
That would be amazing and will also help in many other situations. Thanks for looking into this! :)
Up — can this be merged? Seems like it should address https://github.com/leafo/gh-actions-luarocks/issues/17 and I'd need that.
Up?
@hishamhm , trying your fork off the tip of `master`. Upon attempting to install packages via Luarocks on `windows-latest` using the default Win shell, I'm getting `luarocks: command not found`....
I have a problem related to packages not found too. My workflow requires the `lfs` Lua module. When attempting to run a script that requires the `lfs` module after having...
@Tieske Yes, I am, as per the code snippet I've posted. Luarocks config output for completeness: ``` Configuration: Lua: Version : 5.4 LUA : D:/a/myrepo/myrepo/.lua\bin\lua.exe (ok) LUA_INCDIR : D:/a/myrepo/myrepo/.lua/include (ok)...
@hishamhm bump in case you missed it ^