[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.6 (rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 14 Jul 2020 14:50:27 -0300
> I reported a bug in io.popen() a week ago. It is not listed and
> apparently not fixed in RC1. Are there plans to fix it?
Thanks for the reminder. Do you know what are the valid modes for
MSVS? The documentation in [1] does not seem to be correct. (I would
deduce that mode must match "[rw][bt]?", but the page says it matches
"[rwbt]".)
[1] https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/popen-wpopen?view=vs-2019
-- Roberto