M2 icon indicating copy to clipboard operation
M2 copied to clipboard

The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.

Results 538 M2 issues
Sort by recently updated
recently updated
newest added
trafficstars

``` Macaulay2, version 1.15 --loading configuration for package "FourTiTwo" from file /Users/dan/Library/Application Support/Macaulay2/init-FourTiTwo.m2 --loading configuration for package "Topcom" from file /Users/dan/Library/Application Support/Macaulay2/init-Topcom.m2 with packages: ConwayPolynomials, Elimination, IntegralClosure, InverseSystems, LLLBases, PrimaryDecomposition,...

oops: ``` i3 : installPackage "Polyhedra" --installing package Polyhedra in /Users/dan/Library/Application Support/Macaulay2/local/ with layout 1 --using package sources found in /Applications/Macaulay2-1.14/share/Macaulay2/ --copying auxiliary source files from /Applications/Macaulay2-1.14/share/Macaulay2/Polyhedra --copying: /Applications/Macaulay2-1.14/share/Macaulay2/Polyhedra/documentation/intro.m2 ->...

``` Macaulay2, version 1.14 with packages: ConwayPolynomials, Elimination, IntegralClosure, InverseSystems, LLLBases, PrimaryDecomposition, ReesAlgebra, TangentCone, Truncations i1 : S=QQ[x_1..x_3] o1 = S o1 : PolynomialRing i2 : F=S^{2,0} 2 o2 =...

Line 455 is currently `M2errorRegexp := "^[^:\n]+:[0-9]+:[0-9]+:(\\([0-9]+\\)):\\[[0-9]+\\]: "` It should probably say `M2errorRegexp := "^[^:\n]+:[0-9]+:[0-9]+:(\\([0-9]+\\)): "` This fixes an issue where check(Package) doesn't report the actual errors in tests.

``` i5 : R=GF 3[x,y] o5 = R o5 : PolynomialRing i6 : radical ideal (x+y) stdio:6:1:(3): error: expected base field to be QQ or ZZ/p ```

... as in this example: ``` i1 : R=QQ[x] o1 = R o1 : PolynomialRing i2 : M=coker matrix {{1,x,0},{0,0,1}} o2 = cokernel | 1 x 0 | | 0...

Under Mac OS I've seen GC_MAXIMUM_HEAP_SIZE=400M get rejected as a bad value, and then M2 can't start, because there is not enough memory (?). The users had our binary distribution,...

build issue

Despite the fact that submatrix makes a copy of mutable matrices, hash of the two objects stays the same. ``` i1 : A = mutableMatrix {{10}} o1 = | 10...

After 10 or 20 example failures, `installPackage` should give up. One reason is that core dump files may be created, and they are large.

After running `make`, running `make install` should not rebuild anything.

build issue