You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got caught by surprise that set-init! isn't called when not using the :auto option. Is there any specific reasoning behind this? Maybe we could move the set-init call outside of the (when auto ...) check?
Yes, you are right. This is actually a regression, because that's how it worked. If auto is false, user should be able to start and stop manually at the REPL.
Will take care of it. Thanks!
I got caught by surprise that
set-init!
isn't called when not using the:auto
option. Is there any specific reasoning behind this? Maybe we could move theset-init
call outside of the(when auto ...)
check?https://github.com/danielsz/system/blob/master/src/system/boot.clj#L55-L71
The text was updated successfully, but these errors were encountered: