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

Undistributed packages that don't load #3446

Open
13 tasks
d-torrance opened this issue Sep 1, 2024 · 0 comments
Open
13 tasks

Undistributed packages that don't load #3446

d-torrance opened this issue Sep 1, 2024 · 0 comments

Comments

@d-torrance
Copy link
Member

d-torrance commented Sep 1, 2024

Originally posted by @mahrud in #3419 (comment):

If the undistributed packages don't load, what's the point of keeping them?

I investigated each of the undistributed packages that fail to load so we'd have a starting point for discussion about what to do with them:

  • CodepthThree: Raises an error saying that it has been renamed to TorAlgebra.
  • CustomEngineTests: Raises an error saying that it has been deprecated.
  • FastLinearAlgebra: Raises an error saying that it has been deprecated.
  • FrobeniusMultiplicities: Mutable unexported symbol (k on line 179), and tensorF is documented twice.
  • MemoryLeaks: No call to newPackage
  • Mysql: Doesn't export MysqlResult (or MysqlField) from Core, so we get an error trying to assign a synonym on line 18.
  • ParameterSchemes: Lots of mutable unexported symbols.
  • Polyhedra2: Loads PolyhedralObjects (see below).
  • PolyhedralObjects: Empty Exampleentries in documentation.
  • RisaAsir: Empty Example entry in documentation.
  • Sage: See #1022.
  • SecondPackage: Authors option is malformed.
  • ToricCohomology: Lots of mutable unexported symbols.
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

1 participant