Project

General

Profile

Activity

From 01 May 2021 to 30 May 2021

29 May 2021

18:15 CoCoA-5 Feature #1112: New function: IsEmpty
John Abbott wrote:
> Is this in some way related to issue #31?
> If not, delete the link I have just created above....
Anna Maria Bigatti
15:37 CoCoA-5 Slug #31: theValue makes copy
Correcting earlier mistake (when I forgot to reload the page) John Abbott

28 May 2021

20:42 CoCoA-5 Feature #1112: New function: IsEmpty
Is this in some way related to issue #31?
If not, delete the link I have just created above.
John Abbott
20:40 CoCoA-5 Slug #96: sort is too slow
I have just re-run the test: it took about 9.0s on my current linux laptop.
Still too slow :-(
John Abbott
20:35 CoCoA-5 Slug #31: theValue makes copy
Current plan of action:
* Anna will check in her changes (hinted at above)
* Anna will make an interim release of t...
John Abbott
18:01 CoCoA-5 Slug #31: theValue makes copy
Now investigate why the code is split in Interpreter.H and BuiltInOneLiners.H Anna Maria Bigatti
17:59 CoCoA-5 Slug #31: theValue makes copy
The (template) function theValue makes a copy of... Anna Maria Bigatti
17:58 CoCoA-5 Slug #1597 (Feedback): GetRow/GetRows are extraordinarily slow
Anna Maria Bigatti
13:52 CoCoA-5 Slug #1597: GetRow/GetRows are extraordinarily slow
------ *THIS IS NOW COPIED IN #31* --------
The (template) function @theValue@ makes a copy of...
Anna Maria Bigatti
10:47 CoCoA-5 Slug #1597: GetRow/GetRows are extraordinarily slow
... Anna Maria Bigatti
15:43 CoCoA-5 Slug #687: Builtin fn makes unnecessary copy of arg
John Abbott wrote:
> Now it takes 0.001s. No idea why it is fast now and not before.
I guess is was for the move...
Anna Maria Bigatti
15:31 CoCoA-5 Slug #687 (Closed): Builtin fn makes unnecessary copy of arg
Now it takes 0.001s. No idea why it is fast now and not before.
Closing.
John Abbott

27 May 2021

22:31 CoCoA-5 Bug #1595: Bad input causes crash
I have just tried a slightly modified test, namely... John Abbott
14:28 CoCoA-5 Bug #1595: Bad input causes crash
How should the error be reported?
In the fn @Parser::checkThereIsntAnotherUnaryPlusOrMinus@ the error is reported ...
John Abbott
12:54 CoCoA-5 Slug #1597: GetRow/GetRows are extraordinarily slow
Further investigation, this is very surprising for me... Anna Maria Bigatti
12:22 CoCoA-5 Slug #1597: GetRow/GetRows are extraordinarily slow
Fixed... Anna Maria Bigatti
11:49 CoCoA-5 Slug #1597: GetRow/GetRows are extraordinarily slow
This also corresponds to the time for... Anna Maria Bigatti
11:41 CoCoA-5 Slug #1597 (In Progress): GetRow/GetRows are extraordinarily slow
The problem is that *each call* to @GetRow@ makes a copy of the complete matrix!
The copy is triggered by @CoCoA::In...
John Abbott
10:55 CoCoA-5 Slug #1597 (Closed): GetRow/GetRows are extraordinarily slow
For larger matrices @GetRow@ and @GetRows@ are unexpectedly slow:... John Abbott
10:50 CoCoA-5 Design #1041: Separators for elements of a list
I am not so sure about it being useful to allow a user to change the string.
However, it would be a good idea to hav...
John Abbott

21 May 2021

17:04 CoCoA-5 Bug #1594 (Feedback): Parser bug: missing close square bracket
John Abbott
16:47 CoCoALib Feature #1466: Ops += *= etc for Matrices?
Maybe we could get some benefit from using @swap@ or @std::move@?
Investigate?
John Abbott
16:43 CoCoALib Feature #1466: Ops += *= etc for Matrices?
I think the syntax is worth having, and I think it should be exception safe, as for RingElems.
Anna Maria Bigatti
16:31 CoCoA-5 Feature #1596: Add CoCoA5 function NmzHilbertBasisKer
Internally, in CoCoALib, the input/output interface with Normaliz is through matrices, and this was chosen because it... Anna Maria Bigatti

20 May 2021

17:02 CoCoA-5 Bug #1595: Bad input causes crash
I have not found the real bug, but do have a workaround.
I have changed *@Parser::checkThereIsntAnotherUnaryPlusOr...
John Abbott

16 May 2021

10:47 CoCoA-5 Bug #1595 (In Progress): Bad input causes crash
Here is an entertaining failing input:... John Abbott

14 May 2021

17:49 CoCoA-5 Support #1507 (Closed): wordlist without OBSOLETE entries?
John Abbott
17:48 CoCoA-5 Feature #250 (Closed): CoCoALib BuildInfo vs CoCoA-5 VersionInfo
John Abbott
17:43 CoCoA-5 Feature #500 (Closed): Interpreter: is it possible to avoid useless prompts?
The latent problem did appear (see issue #1594; now fixed).
A different design might be better, but this is good eno...
John Abbott
17:37 CoCoA-5 Feature #531 (Closed): Package protected variables should know which package protected them
John Abbott
17:32 CoCoA-5 Support #911 (Closed): CoCoA-5 prompt for incomplete input
Anna and John are happy. Closing.
John Abbott
17:24 CoCoALib Bug #1473: isystem not working as expected
How to test of the compiler is @clang@?
Is it enough just to check that the OS is MacOS?
John Abbott
17:14 CoCoA-5 Bug #1595: Bad input causes crash
... John Abbott
17:03 CoCoA-5 Support #1478: HilbertBasis: clarify
Anna Maria Bigatti wrote:
> It seems that
> [...]
> gives the wrong answer (gives the 2 vectors in M). The code...
Anna Maria Bigatti
16:53 CoCoA-5 Feature #1596 (Resolved): Add CoCoA5 function NmzHilbertBasisKer
Add entry in cocoa manual. (for Anna) Anna Maria Bigatti
16:52 CoCoA-5 Feature #1596: Add CoCoA5 function NmzHilbertBasisKer
Added @NmzHilbertBasisKer@. In @BuiltInFunctions-Normaliz.C@... Anna Maria Bigatti
16:49 CoCoA-5 Feature #1596 (Resolved): Add CoCoA5 function NmzHilbertBasisKer
Add function to do @HilbertBasisKer@ using Normaliz (much faster) Anna Maria Bigatti
16:34 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
John Abbott wrote:
> I have rewritten the "fancy delayed prompt" code, and now the problem seems to have gone away ...
Anna Maria Bigatti

13 May 2021

22:00 CoCoA-5 Bug #1595: Bad input causes crash
Separate issue because I think the cause is different; at least the error message seems to be different.
How tedio...
John Abbott
21:59 CoCoA-5 Bug #1595 (Closed): Bad input causes crash
Even after my latest update CoCoA can still crash with bad input:... John Abbott
20:18 CoCoA-5 Bug #1594 (Resolved): Parser bug: missing close square bracket
I have rewritten the "fancy delayed prompt" code, and now the problem seems to have gone away (after some rather min... John Abbott
19:54 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
The bug seems to vanish if I disable the "fancy" delayed prompt code (which creates a new thread).
I am vaguely awar...
John Abbott

12 May 2021

16:57 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
It is really annoying that CoCoA-5 treats inputs via different mechanisms differently.
Anyway, I have some new faili...
John Abbott
16:44 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
Huh???
If I run CoCoA inside emacs (so with readline disabled) and type in @[1,]@ as input then CoCoA crashes.
*B...
John Abbott
14:06 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
Here are some more failing cases:... John Abbott
10:45 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
Some relevant source code is in @Parser.C@ around line 1990, in the fn *@Parser::parseRecord@*
John Abbott

11 May 2021

12:10 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
Here are some more inputs which cause trouble:... John Abbott
12:06 CoCoA-5 Bug #1594 (In Progress): Parser bug: missing close square bracket
The exception is thrown at line 81 in @LineProviders.C@, and ought to have been caught
in line 376 of @Parser.C@. M...
John Abbott

10 May 2021

10:57 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
After some _ad hoc_ testing, it seems that the bug appears only when using CoCoA-5 through the Emacs interface.
@g...
John Abbott
10:42 CoCoA-5 Bug #1594: Parser bug: missing close square bracket
I confirm the bug exists also for the Linux version.
John Abbott

08 May 2021

17:14 CoCoA-5 Support #1478: HilbertBasis: clarify
It seems that ... Anna Maria Bigatti
16:53 CoCoA-5 Bug #1594 (Closed): Parser bug: missing close square bracket
... Anna Maria Bigatti

07 May 2021

17:08 CoCoALib Support #1592: Normaliz 3.8.10
Now it works.
Repeat on Linux (anche make cocoa-5.3.3b for linux)
Anna Maria Bigatti
08:20 CoCoA-5 Bug #1593 (New): CanonicalHom
Hi,
I was just playing around with the function @PolyAlgebraHom@ and noticed that there is a weird behavior when w...
Julian Danner

06 May 2021

16:11 CoCoALib Support #1592 (Feedback): Normaliz 3.8.10
Thanks to Winfried Bruns!
I left the old lines in, in case someone needs to compile with 3.8.9.
These are the cha...
Anna Maria Bigatti
07:28 CoCoALib Support #1592 (Closed): Normaliz 3.8.10
At the moment CoCoALib is (again) not compatible with Normaliz latest version 3.8.10 (pre-release?).
Make it compa...
Anna Maria Bigatti
07:23 CoCoALib Support #1591: Compilation of Normaliz
The data types in Normaliz have changed. Now we need to understand what we should pick.
I tried...
Anna Maria Bigatti

05 May 2021

15:46 CoCoALib Bug #1585: CRASH/ABORT: GMP overflow
I have put in _ad hoc_ protections for @factorial@ and @binomial@.
Still need to decide how high to set the overflow...
John Abbott
13:29 CoCoALib Support #1591: Compilation of Normaliz
It seems that I managed to compile libnormaliz.a with my gmp.
(info in our doc file, when I see it working)
But n...
Anna Maria Bigatti

02 May 2021

20:14 CoCoALib Support #1591: Compilation of Normaliz
Following on from an email discussion between Winfried Bruns and Anna...
Anna is simulating a set-up where a user,...
John Abbott
 

Also available in: Atom