reticulatedpines

Results 33 comments of reticulatedpines

Trying to clean up old PRs and issues. Can you still repro this? If so, can you give instructions on how? Doesn't look like this is intended to build on...

Doesn't build for me, errors on missing - some dev library provides this I guess? Could do with an improved README or something.

Good, builds for me with that added. Still has a few compile warnings for me so I'm happy to leave this ticket for that part of the work. "tends to...

See https://github.com/reticulatedpines/magiclantern_simplified/commit/215c6fa2c15a26855cf69dcb95cae93d56eb5160

Does it make sense to make this the default config on upstream? Feels like it should be some build option maybe, since nothing else uses it.

As discussed, long term this should probably be a significant change to module system, so they can only use blessed ML APIs. Attempts to access other structs, apis etc should...

Attempt at a plan-to-fix: - audit each module, creating an issue if required, listing all violations of cam-independent behaviour (one issue per module) - using probably file_man.mo, do proof-of-concept changes...

module.h is included both by modules, and some files in src, e.g. lens.c. Turns out ML can call into module code, and if the symbol doesn't exist (when module isn't...

We do this in copy_and_restart()! That will want fixing.

Ah, great, thanks for the info and quick workaround! I didn't know where to even start debugging twisted + multiprocessing. I can confirm that shutdown() lets it exit cleanly for...