Hello! Quick question, now that in integrant v1 the prep/prep-key functionality is removed, isn't integrant.repl outdated?
Integrant-REPL doesn't use prep/prep-key. It has its own prep function, but this is unrelated to the one in Integrant, which I understand is confusing. Since Integrant itself now no longer has a prep, there should be less of an issue in future.
The prep function in Integrant-REPL essentially prepares the configuration file - likely loading it in and doing anything else it needs to do to get it ready. The exact mechanism is up to the user, and can be defined with set-prep!
Ah I just checked the sources, you are right, sorry for the confusion!