laurent.orseau
2020-11-8 17:05:27

i’ve updated both quickscript and quickscript-test. Everything should pass and work as expected, hopefully.


laurent.orseau
2020-11-8 19:11:00

The added benefit of the fix is that now a single message window will appear even if multiple scripts fail to compile properly, containing all the error messages.


robby
2020-11-8 20:42:43

The fix is to move the definition of cmc inside the parameterize in the code above? Like literally that’s the only change?


laurent.orseau
2020-11-8 21:28:30

The fix is to the tests actually: i was copying only the zos, and not the dep files


robby
2020-11-8 21:29:03

oh!


robby
2020-11-8 21:29:09

now this makes sense.


laurent.orseau
2020-11-8 21:29:09

So the compiler was relying on good dep files and not recompile, whereas the zo was made to he wrong


robby
2020-11-8 21:29:36

So quickscript is still failing for a mysterious reason?


laurent.orseau
2020-11-8 21:30:33

quickscript-test passes all tests now. I haven’t checked drdr recently


laurent.orseau
2020-11-8 22:05:56

Is quickscript still failing somewhere?


laurent.orseau
2020-11-8 22:06:11

(drdr looks fine afaict)


robby
2020-11-8 22:08:05

Oh, okay. I didn’t realize the problems were all fixed now!


robby
2020-11-8 22:08:07

Great!