Feature request: mlua luau version #228
jqnatividad
started this conversation in
Ideas
Replies: 1 comment
-
I agree :) I'll see how I can add/expose it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, luau _VERSION only returns "luau", unlike lua, which also return the version number, e.g.
Luau:
Lua 5.4
and this was an intentional decision by the Luau team per luau-lang/luau#175
Still, it would be nice if mlua luau users can get this information, independent of the luau core team's decision.
Perhaps by exposing the luau-src cargo.toml version_number in the mlua luau API?
Beta Was this translation helpful? Give feedback.
All reactions