Updating the docker build process required me to update the testcases at codeworld-compiler. There are some testcases I did not update yet:
All "magicImport" test cases:
The temporary generated files have different filenames on each run. This can be fixed by changing the way the assertion works.
All "requirements_noWarningsExcept" test cases:
The compiler does issue the warning but at a wrong line and column. This error is only present during testing. The webeditor shows the correct line and column
Updating the docker build process required me to update the testcases at
codeworld-compiler. There are some testcases I did not update yet:All "magicImport" test cases:
The temporary generated files have different filenames on each run. This can be fixed by changing the way the assertion works.
All "requirements_noWarningsExcept" test cases:
The compiler does issue the warning but at a wrong line and column. This error is only present during testing. The webeditor shows the correct line and column