purescript / registry

Registry of PureScript packages and metadata about them
46 stars 14 forks source link

Update package sets #490

Closed Ebmtranceboy closed 3 months ago

Ebmtranceboy commented 3 months ago
{
  "packages": {
    "sparse-polynomials": "3.0.1",
    "sparse-matrices": "2.0.1",
    "geometria": "2.0.1",
    "dual-numbers": "1.0.3",
    "numberfield": "0.2.1"
  }
}
pacchettibotti commented 3 months ago

Attempting to build package set update.

pacchettibotti commented 3 months ago

The package set produced from this suggested update does not compile:

Compilation failed with errors: Error 1 of 1

File: packages/geojson@0.0.5/src/Data/Geometry/Geometry.purs

Message:

Module Data.Geometry has been defined multiple times

Position: 1:1 - 20:34

Error details: https://github.com/purescript/documentation/blob/master/errors/DuplicateModule.md

thomashoneyman commented 3 months ago
{
  "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,
  }
}
pacchettibotti commented 3 months ago

Attempting to build package set update.

pacchettibotti commented 3 months ago

The package set produced from this suggested update does not compile:

Compilation failed with errors: Error 1 of 1

File: packages/geojson@0.0.5/src/Data/Geometry/Geometry.purs

Message:

Module Data.Geometry has been defined multiple times

Position: 1:1 - 20:34

Error details: https://github.com/purescript/documentation/blob/master/errors/DuplicateModule.md

thomashoneyman commented 3 months ago
{
  "packages": {
    "geometry-plane": null
  }
}
pacchettibotti commented 3 months ago

Attempting to build package set update.

pacchettibotti commented 3 months ago

Built and released a new package set! Now mirroring to the package-sets repo...

pacchettibotti commented 3 months ago

Mirrored a new legacy package set.

thomashoneyman commented 3 months ago
{
  "packages": {
    "sparse-polynomials": "3.0.1",
    "sparse-matrices": "2.0.1",
    "geometria": "2.0.1",
    "dual-numbers": "1.0.3",
    "numberfield": "0.2.1"
  }
}
pacchettibotti commented 3 months ago

Attempting to build package set update.

pacchettibotti commented 3 months ago

The package set produced from this suggested update does not compile:

Compilation failed with errors: Error 1 of 1

File: packages/geojson@0.0.5/src/Data/Geometry/Geometry.purs

Message:

Module Data.Geometry has been defined multiple times

Position: 1:1 - 20:34

Error details: https://github.com/purescript/documentation/blob/master/errors/DuplicateModule.md

Ebmtranceboy commented 3 months ago

Now that geometry-plane is removed from the package-set (thanks for that), I'm clueless about this error. Is there a way to print the origin of conflicting versions of Data.Geometry ?

thomashoneyman commented 3 months ago

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.

Ebmtranceboy commented 3 months ago

I guess I misread pacchettibotti's warning too. I get it. Thanks !

Ebmtranceboy commented 3 months ago
{
  "packages": {
    "sparse-polynomials": "3.0.1",
    "sparse-matrices": "2.0.1",
    "geometria": "2.1.0",
    "dual-numbers": "1.0.3",
    "numberfield": "0.2.1"
  }
}
pacchettibotti commented 3 months ago

Attempting to build package set update.

pacchettibotti commented 3 months ago

Built and released a new package set! Now mirroring to the package-sets repo...

pacchettibotti commented 3 months ago

Could not mirror package set 56.1.0 because the tag psc-0.15.15-20240727 already exists.