We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
TorAlgebra
CustomEngineTests
FastLinearAlgebra
FrobeniusMultiplicities
k
tensorF
MemoryLeaks
newPackage
Mysql
MysqlResult
MysqlField
Core
ParameterSchemes
Polyhedra2
PolyhedralObjects
Example
RisaAsir
Sage
SecondPackage
Authors
ToricCohomology
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @mahrud in #3419 (comment):
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 toTorAlgebra
.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), andtensorF
is documented twice.MemoryLeaks
: No call tonewPackage
Mysql
: Doesn't exportMysqlResult
(orMysqlField
) fromCore
, so we get an error trying to assign a synonym on line 18.ParameterSchemes
: Lots of mutable unexported symbols.Polyhedra2
: LoadsPolyhedralObjects
(see below).PolyhedralObjects
: EmptyExample
entries in documentation.RisaAsir
: EmptyExample
entry in documentation.Sage
: See #1022.SecondPackage
:Authors
option is malformed.ToricCohomology
: Lots of mutable unexported symbols.The text was updated successfully, but these errors were encountered: