You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think vec(x, y) lacks a signature. I get a following warning for vec(-1, -1): "This function expects a maximum of 0 argument(s) but instead it is receiving 2.Lua Diagnostics.(redundant-parameter)" If I am not wrong, the only one defined is the 0-argument one.
Just in case, I am attaching my <folder-name>.code-workspace file here:
The userdata part has not been completed yet, and its content is basically just a placeholder. Issue #3#5 is all because of this. I will finish this part as soon as possible.
I'll just keep this issue until the problem is solved.
The APIs of userdata are basically completed. This problem should be solved now.
This part of APIs are still unstable and faulty in Picotron 0.1.1d, so it still needs some work.
I think
vec(x, y)
lacks a signature. I get a following warning forvec(-1, -1)
: "This function expects a maximum of 0 argument(s) but instead it is receiving 2.Lua Diagnostics.(redundant-parameter)" If I am not wrong, the only one defined is the 0-argument one.Just in case, I am attaching my
<folder-name>.code-workspace
file here:The text was updated successfully, but these errors were encountered: