Project

General

Profile

Activity

From 12 May 2021 to 10 Jun 2021

10 Jun 2021

21:37 Bug #1595: Bad input causes crash
JAA now thinks that explicitly throwing an exception is probably neater than calling @reportError@.
I'll revise the ...
John Abbott
19:22 Bug #946: Function "ideal" evaluates the argument twice
> We must develop a proper test suite for the various cases listed in comment 6. This will take some time; I hope mo... Anna Maria Bigatti
18:01 Design #1568: RMap and image: obsolescent?

Move RMap in BackwardCompatible
Anna Maria Bigatti
17:15 Design #1568: RMap and image: obsolescent?
Checking the packages using it: one is toric. Fix it! Anna Maria Bigatti
15:35 Feature #1246: Revive old CoCoA4 package called "cocoa5.cpkg"
I now have a version of @OperationCommunication.cpkg5@ which works for some simple examples.
Bernhard is working to ...
John Abbott

01 Jun 2021

11:46 Slug #31: theValue makes copy
John Abbott wrote:
> Current plan of action:
> * Find out why the template fns are defined in @BuiltinOneLiners.H@ ...
Anna Maria Bigatti

29 May 2021

18:15 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 Slug #31: theValue makes copy
Correcting earlier mistake (when I forgot to reload the page) John Abbott

28 May 2021

20:42 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 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 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 Slug #31: theValue makes copy
Now investigate why the code is split in Interpreter.H and BuiltInOneLiners.H Anna Maria Bigatti
17:59 Slug #31: theValue makes copy
The (template) function theValue makes a copy of... Anna Maria Bigatti
17:58 Slug #1597 (Feedback): GetRow/GetRows are extraordinarily slow
Anna Maria Bigatti
13:52 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 Slug #1597: GetRow/GetRows are extraordinarily slow
... Anna Maria Bigatti
15:43 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 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 Bug #1595: Bad input causes crash
I have just tried a slightly modified test, namely... John Abbott
14:28 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 Slug #1597: GetRow/GetRows are extraordinarily slow
Further investigation, this is very surprising for me... Anna Maria Bigatti
12:22 Slug #1597: GetRow/GetRows are extraordinarily slow
Fixed... Anna Maria Bigatti
11:49 Slug #1597: GetRow/GetRows are extraordinarily slow
This also corresponds to the time for... Anna Maria Bigatti
11:41 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 Slug #1597 (Closed): GetRow/GetRows are extraordinarily slow
For larger matrices @GetRow@ and @GetRows@ are unexpectedly slow:... John Abbott
10:50 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 Bug #1594 (Feedback): Parser bug: missing close square bracket
John Abbott
16:31 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 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 Bug #1595 (In Progress): Bad input causes crash
Here is an entertaining failing input:... John Abbott

14 May 2021

17:49 Support #1507 (Closed): wordlist without OBSOLETE entries?
John Abbott
17:48 Feature #250 (Closed): CoCoALib BuildInfo vs CoCoA-5 VersionInfo
John Abbott
17:43 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 Feature #531 (Closed): Package protected variables should know which package protected them
John Abbott
17:32 Support #911 (Closed): CoCoA-5 prompt for incomplete input
Anna and John are happy. Closing.
John Abbott
17:14 Bug #1595: Bad input causes crash
... John Abbott
17:03 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 Feature #1596 (Resolved): Add CoCoA5 function NmzHilbertBasisKer
Add entry in cocoa manual. (for Anna) Anna Maria Bigatti
16:52 Feature #1596: Add CoCoA5 function NmzHilbertBasisKer
Added @NmzHilbertBasisKer@. In @BuiltInFunctions-Normaliz.C@... Anna Maria Bigatti
16:49 Feature #1596 (Resolved): Add CoCoA5 function NmzHilbertBasisKer
Add function to do @HilbertBasisKer@ using Normaliz (much faster) Anna Maria Bigatti
16:34 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 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 Bug #1595 (Closed): Bad input causes crash
Even after my latest update CoCoA can still crash with bad input:... John Abbott
20:18 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 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 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 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 Bug #1594: Parser bug: missing close square bracket
Here are some more failing cases:... John Abbott
10:45 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
 

Also available in: Atom