cannot resolve symbol 'isatty': Procedure not found
Bug ? cannot resolve symbol 'isatty': Procedure not found #35
debugger.lua:466
What interpreter/version are you using?
Lua 5.3.4
Possibly same bug as #12
Thanks for the report!
There is no isatty function on Windows. You should use the one provided by the Windows.h header file which is _isatty.
@xorz57 Pull requests greatly appreciated! No one is actively maintaining this.
I just saw this issue while searching the same warning on google. I don't know lua language to be able to write something decent but maybe I will give it a try. Also if you had some automated building mechanism for this project, that would make me feel more comfortable because I would know if I broke something.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?