Posted 16 March 2016 - 01:34 AM
VERSION:
Computercraft 1.78
DESCRIPTION:
Dofile returns Attempt to call nil even when running a file filled with "print('TEST!')" Tested using Lua console. Loadfile("test")() does expected.
EXPECTED RESULT:
"TEST!" is printed.
REPRODUCTION STEPS:
Type lua. Choose any file. Run dofile(filename)
Edit: Also seems to be an issue in 1.79pr0 and pr1 according to Github.
Computercraft 1.78
DESCRIPTION:
Dofile returns Attempt to call nil even when running a file filled with "print('TEST!')" Tested using Lua console. Loadfile("test")() does expected.
EXPECTED RESULT:
"TEST!" is printed.
REPRODUCTION STEPS:
Type lua. Choose any file. Run dofile(filename)
Edit: Also seems to be an issue in 1.79pr0 and pr1 according to Github.
Edited on 16 March 2016 - 12:39 AM