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
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
If a package has collection being a byte string (e.g., #"hello"), the whole pkg-index will break.
I suppose the same applies for implies.
Another issue is that 'use-pkg-name is coerced into a package named "use-pkg-name". 'use-pkg-name probably should be handled in the same way as 'multi.
If a package has
collectionbeing a byte string (e.g.,#"hello"), the wholepkg-indexwill break.I suppose the same applies for
implies.Another issue is that
'use-pkg-nameis coerced into a package named "use-pkg-name".'use-pkg-nameprobably should be handled in the same way as'multi.@samth