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
Replace Config.config attribute with Config.opts. Config.opts was
previously a Hash of valid keys and potential values for config; that
role is now played by Config.valid_opts.
Also, overload Config.to_s to call Config.opts_string, which returns the
valid clojure options string, so that the Compiler can simply
interpolate #{Config}, instead of having to call Config.opts_string
directly.
0 commit comments