teal-language / tl

The compiler for Teal, a typed dialect of Lua
MIT License
2.02k stars 101 forks source link

fix signature and return values for debug.getlocal; issue #713 #714

Closed JLPLabs closed 8 months ago

JLPLabs commented 8 months ago

I tested the fix with my use case. (I did indeed take your suggestion to return STRING, ANY. I did not do any further tests.

github-actions[bot] commented 8 months ago

Teal Playground URL: https://714--teal-playground-preview.netlify.app

JLPLabs commented 8 months ago

my commit from today (2023.11.01 -- which fixes 'rets' for all debug.getlocal() cases, seems to have failed the playground test. Not sure what the error means.

hishamhm commented 8 months ago

I regenerated tl.lua to add all cases and merged manually, thank you!