-
I'm having repeated errors when building documentation with Cmake Gninja. I don't have these issues when compiling these the classic way.
master branch, WSL2 + Ubuntu 20.04, AMD 3900x, WSL2 looks …
-
with both 32 and 64 bits versions, I got the same error:
Cygwin can not get setup from http://macaulay2.com/Repositories/cygwin/
What do I need to do?
Thanks
-
For the following d file.
```
Y := {+ a:int, b:int, c:bool};
Z := {+ d:int, e:int};
Z2 := {+ d:int, e:int, f:int};
U := Y or Z;
W2 := { x:int, av:tarray(Z)};
W3 := { x:int, a:(Y or Z2)};
W…
-
`net HREF` ignores all arguments after the second and doesn't properly format the arguments it doesn't ignore:
```m2
i1 : beginDocumentation()
i2 : href = HREF("https://foo.com", EM "foo", SPAN…
-
What happened to the initial / in the file name in the error message here?
```m2
+ /Users/dan/src/M2/M2.git/M2/BUILD/dan/builds.tmp/gallium-release-1.17/M2 --no-readline --print-width 105
Macaulay2…
-
there is a warning about unstripped binaries
(make -f Makefile.ubuntu64)
what has to be done?
```
-- checking for unstripped binaries
file /home/jakob/Projects/M2-master/M2/BUILD/master/builds.tmp/u…
-
This tool is potentially very powerful, but it crashes arbitrarily:
```m2
i1 : capture format concatenate(28:"a"); exit 0
^C^C
Exit (y=yes/n=no/a=abort/b=backtrace)? b
-* stack trace, pid: 100566…
-
This test can crash:
```
needsPackage "MinimalPrimes"
R = QQ[x,r,v,u,b, MonomialOrder=>{Lex=>5}]
I = ideal(b^3-7*b^2+14*b-7,r^2-u*r+(-2*b^2+9*b-5)*u^2+b^2-4*b,x^2+(b-2)*x*r+r^2+b^2-4*b)
time …
-
This is important, so the developer of a pre-installed package can continue to develop it.
```
Macaulay2, version 1.10
with packages: ConwayPolynomials, Elimination, IntegralClosure, LLLBases, Pr…
-
See this "kludge" line:
https://github.com/Macaulay2/M2/blob/2eb5731e107c64c5574228207487da6d2edb5e48/M2/Macaulay2/m2/document.m2#L140-L145
Removing that line would break Schubert2.
_Originally p…