lua: string.dump stub; diagnosed calls.lua fat-undef as at line 295
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-25 00:48:19 +00:00
parent f620be096b
commit b9b875f399
4 changed files with 48 additions and 46 deletions

View File

@@ -1292,6 +1292,7 @@
(dict-set! string "gmatch" lua-string-gmatch)
(dict-set! string "gsub" lua-string-gsub)
(dict-set! string "format" lua-string-format)
(dict-set! string "dump" (fn (&rest args) (str (first args))))
(define
lua-string-reverse
(fn (s)