Daniel R. Grayson
Daniel R. Grayson
It is probably better to look for files to be loaded, which have a slash in the name, only in the current directory of the file being interpreted. This will...
I use the code ```elisp (defconst M2-mode-font-lock-keywords ' ( "///\\(/?/?[^/]\\|\\(//\\)*////[^/]\\)*\\(//\\)*///" . 'font-lock-string-face) ) ``` to try to highlight strings delimited by /// ... ///, but the regular expression is so...
cddplus
I wonder whether we still need to build and include cddplus. Is it being used anywhere by anybody for anything? @ggsmith -- you wanted this eventually -- do you still?
If we don't build lapack ourselves, then there is no reason to link with libgfortran.
It uses the "inline" keyword, which clang 13.1.6 doesn't accept. But it would accept it if we would use the command line option "-fgnu-keywords". So we should test whether clang...
Don't try to document functions exported from other packages. It can cause problems. ```m2 $ cat Goo.m2 newPackage ( "Goo", Headline => "goo" ) exportFrom_Core {"sin"} $ M2 Macaulay2, version...
I just did a test and got a surprising result -- these two packages give no error, even back to M2 1.12: ```m2 newPackage ( "Foo", PackageImports => { "Bar"...
About once per month MinimalPrimes crashes M2 during a daily test, as it tries the SplitTower method:
On Ubuntu 18.04, the AssociativeAlgebras package has *every* example failing with this error: ```m2 -- -*- M2-comint -*- hash: -1944380713 i1 : A = fourDimSklyanin(ZZ/32003, {a,b,c,d}, DegreeLimit => 10) terminate...
The session below illustrates the problem I've encountered, which is probably the same one that causes the github actions to fail occasionally. I enter code that tries to run tgb...