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
Every time I update my racket installation to a new version, this package gives me errors about compiled/ files and version mismatches, and it seems to be treating the info.rkt as a normal compiled file. Is it supposed to do that, and I'm wondering, would adding (define collection 'multi) possibly solve this? For multi-collect packages it doesn't seem to have a compiled/ dir for the info.rkt, and it seems like if those don't need it this shouldn't? Or should the framework:color-schemes be in a collection info.rkt not the package info.rkt?
(I know I should just run raco setup, but I'm also wondering how this works)