PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org/docs/Introduction
MIT License
337 stars 20 forks source link

Default table metatable interferes with os.time #875

Closed Sainan closed 4 weeks ago

Sainan commented 1 month ago
print(os.time{year=1970, month=1, day=1, hour=0}) -- error: field 'min' is not an integer