lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I don't think the terminal is an issue here, because I found this issue when Luarocks installation was failing - and it does terminal autodetection. Or could I be wrong?

сб, 21 нояб. 2020 г., 5:55 PM 云风 <cloudwu@gmail.com>:


在 2020年11月21日,20:31,Vadim Peretokin <vperetokin@gmail.com> 写道:


I'm having an odd issue where lua.exe built with mingw-64 on Windows produces no console output at all when run. luac.exe on the other hand works fine.

You may need try another terminal that can returns correct result by _isatty() .

http://lua-users.org/lists/lua-l/2006-05/msg00268.html



This is in the context of vcpkg, and this issue could not be reproduced with msvc. More context: https://github.com/microsoft/vcpkg/issues/14667

What could be the problem?