Posted 20 February 2015 - 10:58 AM
VERSION:
1.65, as shipped with FTB Direwolf20 1.7 1.0.3
DESCRIPTION:
Calling parallel.waitForAny with no arguments or explicitly with nil causes the function to never return. Also, the program can not be terminated using ctrl-t, only ctrl-r works (bad for startup+remote server).
EXPECTED RESULT:
While passing no arguments/nil to this function is clearly a bug, it is still reasonable for clients to expect an error.
REPRODUCTION STEPS:
Start the lua REPL and run parallel.waitForAny(nil, print)
1.65, as shipped with FTB Direwolf20 1.7 1.0.3
DESCRIPTION:
Calling parallel.waitForAny with no arguments or explicitly with nil causes the function to never return. Also, the program can not be terminated using ctrl-t, only ctrl-r works (bad for startup+remote server).
EXPECTED RESULT:
While passing no arguments/nil to this function is clearly a bug, it is still reasonable for clients to expect an error.
REPRODUCTION STEPS:
Start the lua REPL and run parallel.waitForAny(nil, print)