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
[lua] Implement Sys.time, Sys.getEnv, and Timer.stamp for lua-vanilla mode
Sys.time() and Sys.getEnv() were throwing NotImplementedException in
lua-vanilla mode despite having trivial vanilla Lua implementations
via os.time() and os.getenv(). Timer.stamp() now uses os.clock()
directly on all Lua targets for subsecond precision.
Addresses #12843 (hxcoro with -D lua-vanilla).
0 commit comments