Mark Jordan

Results 231 comments of Mark Jordan

Spaces in identifiers cause all sorts of problems. I can't seem to get a post-write hook to work because we pass in record key in like this: ` $cmd =...

Although `$cmd = "$hook '$record_key' $children_record_ids $config_path";` appears to work (i.e., adding quotes around `$record_key`).

Related issue: https://github.com/MarcusBarnes/mik/issues/148.

We could provide a standard script to clear out the temp directory. All you'd need to do is enable/disable the script in the `[WRITER]` section of your .ini file.

@MarcusBarnes I'd like to pursue adding a register_shutdown_function() to mik which would loop through all registered scripts. What do you think? We could register them in `[WRITER] shutdownhooks[]` entries. Any...

I said the weekend, but I need to put https://github.com/MarcusBarnes/mik/issues/293 to bed first.

#188 may offer another potential use case.

First version of the wiki docs at https://github.com/MarcusBarnes/mik/wiki/Shutdown-hooks. Please take a look.

Same tests fail on a completely different Windows machine, using a clean clone of the mik repo.