daninus14
daninus14
I fixed a test by adding the missing `:col-type` slot option just so that it would compile, but I don't think this failure was specific to any of the code...
This is related to the discussion here: https://github.com/fukamachi/mito/discussions/175
Ok, just added @fukamachi comment's from here: https://github.com/fukamachi/mito/discussions/175#discussioncomment-14196122
marking this for anyone who needs: The problem is that when `mito:*auto-migration-mode*` is set to `t`, any time a class is defined, mito will automatically create or update the relevant...
I think the logger is disabled by default and to enable it `mito:*mito-logger-stream*` must be set to `t`. Similarly `mito:*mito-migration-logger-stream*` for migration logs. The `t` is passed to a `(format)`...