stustd
stustd
I have a C++ BaseType class exposed to Lua 5.4 as follows: ``` lua.new_usertype "BaseType", sol::constructors(), ...); ``` It runs perfectly in Lua: ``` -- BaseType is available. local obj...
Environment(环境) -------------- name | version ----------|---------- IDEA version | CL2023.3.2 EmmyLua version | 1.4.[9-11]-IDEA231 OS | Linux/Ubuntu-22.04] ------------------------------------------------ Receive a Java Null-pointer exception at startup. Latest non-crashing version: 1.4.7-IDEA231
In the Cpp target, the command-line parser will extend to include the main reactor parameter. Is something like that also available for the C or CCpp targets? As a workaround,...
Doing (on Fri 14 July 2023, UK time) ``` p_time = require'posix.time' e_time = p_time.time() print(e_time) ``` Gives me 1689324911 [sec] since epoch. And from ``` 1689324911 / 3600 /...
I recursively git-cloned the effil repo and encounter the following Sol-related compilation issue (using LuaJit-2.1.0-beta3): ``` dev10@ax010:[lua-5.1-luajit]: make [ 7%] Building CXX object CMakeFiles/effil.dir/src/cpp/channel.cpp.o In file included from /home/dev10/workspace/thirdparty/src/lua/packages/effil/effil/src/cpp/this-thread.h:3, from...
Bugfix in function `clean`: ``` -- Fails when `piece.id==false` (which is valid code): -- if piece.id then -- Solution: if piece.id ~= nil then ```
Great work! Are there any future plans to also include directed hypergraphs?
I can't figure out how to set defaults for multiple args (i.e. `:args()` for `n>1`).
`poetry` has a `poetry search ` command. I can't find this in `rye`. If it's not available, would it be possible to implement it.
On Linux same issue as #640. Applying same fix #756 solved the issue.