-
The following code appears to assign a value to `f`.
```
needsPackage "Complexes"
check Complexes
f
```
-
On MacOS catalina, compiling with appleclang, I did a `brew upgrade`, and it installed flint 2.7.0. After that, a fresh autotools build failed (many errors related to fmpz...). This is on release-1.…
-
Currently Macaulay2 needs FLINT 2.6.x and won't run with FLINT 2.7.x and
Homebrew install instructions suggest `brew remove flint` as a first step.
Supporting FLINT 2.7.x would help compatibility …
-
The PR to [add Macaulay2 highlighting to Linguist](https://github.com/github/linguist/pull/4844) has been merged, but Linguist needs to make a release before it goes into effect. That should be soon, …
-
The two documentation files generated by `make-M2-emacs-help.m2` have different file extensions:
* `M2-emacs.m2`
* `M2-emacs-help.txt`
Both are plain text files, so `.txt` seems more appropriat…
-
In M2 version 1.17, it appears that the ``intersect`` method no longer handles singleton sequences correctly.
```
Macaulay2, version 1.17
with packages: ConwayPolynomials, Elimination, IntegralCl…
-
Currently, this does nothing:
```m2
i1 : check "Core"
i2 :
```
Should it do something? Maybe run the tests in `M2/Macaulay2/tests`? They aren't currently installed, though.
(Based on t…
-
change this one:
```
make: Entering directory `/Users/dan/src/M2/M2/M2/BUILD/dan/builds.tmp/einsteinium-master/Macaulay2/packages/Style-temporary'
cd Style-temporary && /Users/dan/src/M2/M2/M2/BUIL…
-
Running Macaulay2 (from a PPA build of the `release-1.17` branch) on Ubuntu 20.10 in Emacs 26.3:
```m2
i1 : infoHelp(rank, Matrix)
info: Terminal type 'dumb' is not smart enough to run Info
```
…
-
[This build](https://github.com/Macaulay2/M2/runs/1740207976?check_suite_focus=true) for #1847, I tried to use `--check` for running the tests on `cmake-ubuntu-latest-clang10`, and got two errors:
``…