-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update package sets #490
Comments
Attempting to build package set update. |
The package set produced from this suggested update does not compile: Compilation failed with errors: File: packages/[email protected]/src/Data/Geometry/Geometry.purs Message: Module Data.Geometry has been defined multiple times Position: Error details: |
{
"packages": {
"sparse-polynomials": "3.0.1",
"sparse-matrices": "2.0.1",
"geometria": "2.0.1",
"dual-numbers": "1.0.3",
"numberfield": "0.2.1",
"geometry-plane": null,
}
} |
Attempting to build package set update. |
The package set produced from this suggested update does not compile: Compilation failed with errors: File: packages/[email protected]/src/Data/Geometry/Geometry.purs Message: Module Data.Geometry has been defined multiple times Position: Error details: |
{
"packages": {
"geometry-plane": null
}
} |
Attempting to build package set update. |
Built and released a new package set! Now mirroring to the package-sets repo... |
Mirrored a new legacy package set. |
{
"packages": {
"sparse-polynomials": "3.0.1",
"sparse-matrices": "2.0.1",
"geometria": "2.0.1",
"dual-numbers": "1.0.3",
"numberfield": "0.2.1"
}
} |
Attempting to build package set update. |
The package set produced from this suggested update does not compile: Compilation failed with errors: File: packages/[email protected]/src/Data/Geometry/Geometry.purs Message: Module Data.Geometry has been defined multiple times Position: Error details: |
Now that |
Ah, I misread this — geometry-plane doesn’t have a module Data.Geometry. That module comes from the geojson package. Unfortunately in order to remove geojson and allow a new module to use that name we would need the permission of that author. You can otherwise use a different module name. |
I guess I misread pacchettibotti's warning too. I get it. Thanks ! |
{
"packages": {
"sparse-polynomials": "3.0.1",
"sparse-matrices": "2.0.1",
"geometria": "2.1.0",
"dual-numbers": "1.0.3",
"numberfield": "0.2.1"
}
} |
Attempting to build package set update. |
Built and released a new package set! Now mirroring to the package-sets repo... |
Could not mirror package set 56.1.0 because the tag psc-0.15.15-20240727 already exists. |
The text was updated successfully, but these errors were encountered: