Results 164 issues of Daniel R. Grayson

On Ubuntu 19.04 make check fails in mathicgb: ``` g++ -DPACKAGE_NAME=\"mathicgb\" -DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1...

stale
build issue

This should work: ```m2 i1 : addHook(ZZ,foo,cosh) o1 = cosh o1 : CompiledFunction i2 : addHook(ZZ,foo,x->x^3) o2 = -*Function[stdio:2:17-2:21]*- o2 : FunctionClosure i3 : hooks (ZZ,foo) o3 = {0 =>...

If M2 is started without the option "-q" on the command line, then it makes an index of packages as an html file in the user's application directory, and "viewHelp"...

Documentation

... to get the latest version. And then delete libraries/flint from the source tree.

build issue

The user's application directory, as provided by `applicationDirectory()`, is on the search path `path` *before* the pre-loaded packages, such as `Normaliz` and `ConwayPolynomials`, are loaded. This can cause problems for...

Many packages introduce immutable symbols with capitalized names to use as names of optional arguments, and there is no reason such things need to be private to the package (they...

``` -- -*- M2-comint -*- hash: 1411795769 i1 : QQ[a,b,c,d,e,f,g,h,i,j] o1 = QQ[a, b, c, d, e, f, g, h, i, j] o1 : PolynomialRing i2 : gfanTropicalBruteForce gfanBuchberger ideal...

@michaelaburr - Michael Burr suggests additional introductory material about the Macaulay2 language be added to the documentation to make it easier for newcomers, especially for those knowing C: - an...

just do
Documentation

``` 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,...