Just writing this down so we remember to look into it one day. I have a project that uses the Complex module and the hotreloading is not liking it. When I run IndexHot I get a:
ERROR loading plugin: error while linking lib/bs/bytecode/lib.cma.
Reference to undefined global `Complex'
No idea why because Complex should be a module part of the stdlib... But maybe it has some dirty compiler hardcoded hacks to run faster and so you can't dynlink a module that uses Complex
Just writing this down so we remember to look into it one day. I have a project that uses the
Complexmodule and the hotreloading is not liking it. When I runIndexHotI get a:No idea why because
Complexshould be a module part of the stdlib... But maybe it has some dirty compiler hardcoded hacks to run faster and so you can't dynlink a module that uses Complex