Project

General

Profile

Activity

From 28 May 2015 to 26 Jun 2015

26 Jun 2015

17:55 Bug #345 (Closed): Interpreter interrupt delayed confusingly
moving the line seems to have solved the problem of "pending interrupt".
Anna Maria Bigatti
11:31 Bug #345: Interpreter interrupt delayed confusingly
John Abbott wrote:
> I have found this line at @Interpreter.C:2740@
> [...]
>
> It appears to be executed only ...
Anna Maria Bigatti
11:01 Bug #345: Interpreter interrupt delayed confusingly
I have found this line at @Interpreter.C:2740@... John Abbott
08:23 Bug #345: Interpreter interrupt delayed confusingly
Is this a possible solution?
The interpreter checks //before starting a computation// for (un-caught) interruption a...
Anna Maria Bigatti
16:24 Feature #590 (Closed): package for subalgebras
Anna Maria Bigatti
15:10 Slug #741: C5 GUI: slow to close
The window closes quickly if you do not first compute (and print) @Fact(100000)@.
Needs more investigation to discov...
John Abbott
15:09 Slug #741 (Closed): C5 GUI: slow to close
The C5 GUI can be VERY slow to close (while making intensive use of the processor) in some circumstances.
Here is ...
John Abbott
12:16 Design #668 (Feedback): Remove keyword "weights"?
seems effectively done: close this issue? Anna Maria Bigatti
12:13 Bug #643 (Closed): GenRepr fails if there are zero generators
Anna Maria Bigatti
08:00 Feature #78: Elim ordering and matrix ordering in CoCoA-5
One problem is how to make it easy to use an elimination ordering.
Currently one has to write:...
Anna Maria Bigatti

21 Jun 2015

21:15 Feature #737: Elementary transcendental functions (sin, cos, tan, log, exp)
JAA thinks it could occasionally be handy to have such functions available from inside CoCoA-5.
Martin gave little...
John Abbott
21:12 Feature #737 (In Progress): Elementary transcendental functions (sin, cos, tan, log, exp)
Martin Kreuzer says one of his students produced a C4 package for computing approximate values of transcendental func... John Abbott

11 Jun 2015

08:28 Feature #732 (Feedback): Primary Decomposition in CoCoA-5: port Luis Garcia's package(cocoa-4)
mostly done (with some more cleaning and testing to do) Anna Maria Bigatti
08:25 Feature #732 (Closed): Primary Decomposition in CoCoA-5: port Luis Garcia's package(cocoa-4)
Luis Garcia wrote a package for CoCoA-4. Port it to CoCoA-5. Anna Maria Bigatti
08:27 Feature #734 (Closed): Primary Decomposition in CoCoA-5: zero dimensional, zero characteristic
Anna Maria Bigatti
08:26 Feature #733 (Closed): Primary Decomposition in CoCoA-5.1.2: zero dimensional, finite characteristic
First prototype Anna Maria Bigatti
08:23 Feature #731 (In Progress): Primary Decomposition in CoCoA-5
Implement Primary Decomposition in CoCoA-5 Anna Maria Bigatti

10 Jun 2015

14:22 Bug #148: C-c C-p in emacs goes to wrong line
> *REPLY (JAA)* I think what confused me was that in the CoCoA-5 output window the cursor was at the end of the outpu... Anna Maria Bigatti

08 Jun 2015

11:46 Bug #148: C-c C-p in emacs goes to wrong line
John Abbott wrote:
> I recently tried using @C-c C-p@ and found it unhelpful; so I "stupidly" tried it a second time,...
Anna Maria Bigatti

06 Jun 2015

23:04 Bug #148: C-c C-p in emacs goes to wrong line
I recently tried using @C-c C-p@ and found it unhelpful; so I "stupidly" tried it a second time, and found that it wa... John Abbott
22:58 Bug #727 (New): Emacs UI: send-file (C-c C-f) should check if buffer and file are synchronized
The emacs command @C-c C-f@ send a @source@ command to CoCoA-5, so CoCoA-5 reads the file on disk which may not be th... John Abbott
22:39 Bug #726: TopLevel cannot "import" a package variable
I think a "global variable" is a reasonable design for this task.
There is a "philosophical" question: is a qualif...
John Abbott
22:34 Bug #726 (Closed): TopLevel cannot "import" a package variable
I would like to have a user controllable "verbosity level" in a package. How should this be done?
I had thought o...
John Abbott

02 Jun 2015

22:43 Bug #724 (In Progress): RationalSolve: wrongly complains about non zero-dim even in finite char
It is not quite as easy as I had hoped. Every so often zero polynomials pop up in awkward places (_e.g._ to be facto... John Abbott
17:06 Bug #724: RationalSolve: wrongly complains about non zero-dim even in finite char
I have disabled the zero-dimensionality check if the coeff ring is a finite field.
In one simple test that seems t...
John Abbott
15:55 Bug #724: RationalSolve: wrongly complains about non zero-dim even in finite char
Is it just enough to skip the check for zero-dimensionality in this case?
(if so, that's a really simple fix)
John Abbott
15:53 Bug #724 (Closed): RationalSolve: wrongly complains about non zero-dim even in finite char
I ran the example given in issue #723 which tries to compute all rational solutions over a finite field of a homogene... John Abbott
16:35 Feature #723: Referring to indets with multiple indices from a polyring
Yes and no. I thought the topic had come up recently, but did not find it on redmine.
Perhaps the manual page for @...
John Abbott
16:18 Feature #723: Referring to indets with multiple indices from a polyring
Is this what you want? (From the manual ;-)... Anna Maria Bigatti
15:45 Feature #723: Referring to indets with multiple indices from a polyring
The existing function @indets("s")@ almost does what I want except that the result is a list rather than an @INTMAP@.... John Abbott
15:39 Feature #723: Referring to indets with multiple indices from a polyring
Here is an example I want to run (NB it is very slow)... John Abbott
15:35 Feature #723 (New): Referring to indets with multiple indices from a polyring
I would like to be able to refer to multi-index indets in a poly ring using their multiple indices... where the ring ... John Abbott
13:19 Feature #719: Readline: consider creating a textual interpreter with readline
A commandline option to disable readline is probably a good idea. It is the most flexible.
You can then also add some...
Christof Soeger
13:11 Feature #719: Readline: consider creating a textual interpreter with readline
I have just read some documentation for @readline@ and also looked online. We're not the first people to have proble... John Abbott
12:45 Feature #719: Readline: consider creating a textual interpreter with readline
Clearly, I was too hasty with my hack to add @readline@ :-(
I know @READLINE@ appears twice at the start -- don't ...
John Abbott
12:05 Feature #719: Readline: consider creating a textual interpreter with readline
And it also works fine for me. Is it also possible to include a tab-completion? :)
Only problem is that the tests of...
Christof Soeger
11:27 Feature #719: Readline: consider creating a textual interpreter with readline
My first try was not successfull. Durign the configure I got... Christof Soeger

01 Jun 2015

17:50 Bug #712: External Libs: missing dependencies in Makefiles
Depending on the source files would maybe be to much. It can not know how to recompile the external library.
What I ...
Christof Soeger

30 May 2015

19:49 Feature #711: External Libs: print credits?
If we do implement some scheme for recognising use of external libraries, probably we should also do something simila... John Abbott
 

Also available in: Atom