Skip to content
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

Closed
Ebmtranceboy opened this issue Jul 27, 2024 · 19 comments
Closed

Update package sets #490

Ebmtranceboy opened this issue Jul 27, 2024 · 19 comments

Comments

@Ebmtranceboy
Copy link

{
  "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
Copy link
Contributor

Attempting to build package set update.

@pacchettibotti
Copy link
Contributor

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

Compilation failed with errors:
Error 1 of 1

File: packages/[email protected]/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
Copy link
Member

{
  "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
Copy link
Contributor

Attempting to build package set update.

@pacchettibotti
Copy link
Contributor

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

Compilation failed with errors:
Error 1 of 1

File: packages/[email protected]/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
Copy link
Member

{
  "packages": {
    "geometry-plane": null
  }
}

@pacchettibotti
Copy link
Contributor

Attempting to build package set update.

@pacchettibotti
Copy link
Contributor

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

@pacchettibotti
Copy link
Contributor

Mirrored a new legacy package set.

@thomashoneyman
Copy link
Member

{
  "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
Copy link
Contributor

Attempting to build package set update.

@pacchettibotti
Copy link
Contributor

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

Compilation failed with errors:
Error 1 of 1

File: packages/[email protected]/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
Copy link
Author

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
Copy link
Member

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
Copy link
Author

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

@Ebmtranceboy
Copy link
Author

{
  "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
Copy link
Contributor

Attempting to build package set update.

@pacchettibotti
Copy link
Contributor

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

@pacchettibotti
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants