-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jelly 0.10.0 broken in package set 14.2.0 #590
Comments
This is the contents of purs.json {
"name": "jelly",
"version": "0.10.0",
"license": "MIT",
"location": {
"githubOwner": "yukikurage",
"githubRepo": "purescript-jelly"
},
"dependencies": {
"aff": ">=7.1.0 <8.0.0",
"arrays": ">=7.1.0 <8.0.0",
"effect": ">=4.0.0 <5.0.0",
"either": ">=6.1.0 <7.0.0",
"free": ">=7.0.0 <8.0.0",
"jelly-signal": ">=0.4.0 <0.5.0",
"maybe": ">=6.0.0 <7.0.0",
"prelude": ">=6.0.1 <7.0.0",
"refs": ">=6.0.0 <7.0.0",
"safely": ">=4.0.1 <5.0.0",
"tailrec": ">=6.1.0 <7.0.0",
"transformers": ">=6.0.0 <7.0.0",
"tuples": ">=7.0.0 <8.0.0",
"web-dom": ">=6.0.0 <7.0.0",
"web-events": ">=4.0.0 <5.0.0",
"web-html": ">=4.1.0 <5.0.0"
}
} Line 19 in Hydrate.purs looks like this: import Jelly.Hooks (class MonadHooks, useEvent, useHooks, useHooks_, useUpdate) |
I believe that either
|
Meta question: Is this the correct repo for reporting these kind of issues? |
This is a bug caused by a module name conflict when integrating jelly-hooks functionality into jelly-signal. Removing jelly-hooks from the package-set should work properly. I think only a Registry Trustees can do these tasks... |
@considerate yes this is the right place for reporting this! This is clearly a bug - every package in the set should compile. @yukikurage thanks for the further details! I opened purescript/registry#197 for removing jelly-hooks. |
@f-f Thank you. @yukikurage Thank you for the information. The @f-f Is there anything we can do about 14.2.0? Since it breaks the guarantee that all packages compiles together could it be revoked and unpublished? |
IMO we should delete any broken package sets. We very likely will replace them all when the registry leaves alpha and start fresh as well. |
Hydrate.purs in jelly-0.10.0 depends on Jelly.Hooks but the manifest on the index doesn't list jelly-hooks as a dependency.
purescript/registry-index@b4c1ff0
The text was updated successfully, but these errors were encountered: