Matthew Collett

Results 3 comments of Matthew Collett

Yes, Sol's error reporting seems to have got worse somewhere along the line. I've just spent some time trying to hunt down the source of an error message similar to...

Are the arguments being passed in from Lua already std::vectors, or are they Lua tables that you want converted to vectors? If it's the former, you might try accepting them...

> The issue does not seem to occur in godbolt, which claims to use sol 3.2.1 and Lua 5.3.5. But when using v3.2.2 and Lua 5.3.5, the issue occurs. This...