bee.lua icon indicating copy to clipboard operation
bee.lua copied to clipboard

Lua runtime and toolset

Results 5 bee.lua issues
Sort by recently updated
recently updated
newest added

I just want to use `bee.filesystem`, etc. with native lua. How would I do that?

It looks like this test should only run on macOS, but it's causing failures for me on Ubuntu Linux 18.04. Deleting these lines fixed the build for me. https://github.com/actboy168/bee.lua/blob/5819270328dfa68bef72851d5bb9976fe4c1ff48/test/test_filesystem.lua#L571-L574 Info...

I've tried to run the tests on FreeBSD but they fail since they are killed by SIGBUS. There seems to be a problem with creating the file watcher from Lua....

Is there any documentation for added methods, how to use and etc? From tests I have some understanding, but not fully.

Error info: ``` [0/1] Run test.OS: windows 10.0.18363 Arch: x86_64 Compiler: GCC 14.1.0 CRT: libstdc++ 20240507 DEBUG: false ..............................................................................................F..... ...... Failed tests: ------------- 1) filewatch.test_2 create_directories: "I:/msys64/tmp/test_bee/temp/dir": (generic:13)Permission denied stack...