Project

General

Profile

Activity

From 22 Jul 2022 to 20 Aug 2022

18 Aug 2022

15:36 CoCoA-5 Bug #1093: GUI: bugs and slugs
Interrupt messages from CoCoALib functions are discarded/ignored.
There does not appear to be a "kill" option for ...
John Abbott
15:27 CoCoA-5 Slug #750: C5 GUI: very slow when printing many short lines
2022-08-18: JAA confirms that this slug is still present.
It suffices to test *@indent(1..1000)@*
@top@ reported ...
John Abbott
14:39 CoCoA-5 Design #1696: Which BOOST libs are actually needed?
I am using BOOST 1.80 compiled from source and with a standard installation (in @/usr/local/@ on Ubuntu).
John Abbott
12:21 CoCoA-5 Design #1696: Which BOOST libs are actually needed?
On my Ubuntu box, it seems that *just BOOST @filesystem@ is needed.*
I did a reconfigure (with debugging on), after ...
John Abbott
11:40 CoCoA-5 Design #1696 (In Progress): Which BOOST libs are actually needed?
I have just edited @autoconf.mk@ to remove the BOOST sub-libs @system@ and @threads@.
Everything compiled. All CoCo...
John Abbott
11:38 CoCoA-5 Design #1696 (Closed): Which BOOST libs are actually needed?
Currently we require the following BOOST sub-libs:
* @filesystem@
* @threads@
* @system@
A quick check suggeste...
John Abbott
14:37 CoCoA-5 Design #1697 (Closed): Specifying BOOST in configure
The code handling the BOOST libraries in @configure@ is an "unholy mess".
If the user specifies no BOOST option th...
John Abbott

16 Aug 2022

21:29 CoCoA-5 Bug #1695 (In Progress): boost-find-lib.sh
I have changed the list of dirs to search for the BOOST libs, and have asked Robert Goldman to verify that it works f... John Abbott
21:27 CoCoA-5 Bug #1695 (Closed): boost-find-lib.sh
Robert Goldman reported by email (2022-08-15) that the script @boost-find-lib.sh@
did not work with a standard insta...
John Abbott

09 Aug 2022

12:14 CoCoALib Feature #1694: New expv/exponents function?
Another way to solve Bruns's problem would be to allow @PushBack@ to accept PPs from a different monoid,
and then ma...
John Abbott
12:06 CoCoALib Feature #1694: New expv/exponents function?
I have been discussing with Bruns over email. He wanted to write something like... John Abbott
11:57 CoCoALib Feature #1694 (Closed): New expv/exponents function?
Consider whether to implement a simpler fn for computing the expv of a PP.
Currently one must do:...
John Abbott

08 Aug 2022

20:41 CoCoALib Feature #1210 (Closed): New Fn: make public "coefficients" (of poly wrt a given PP basis)
I have opted for the KISS solution -- we can make fancier versions in the future is there is need for them!
I have c...
John Abbott
20:16 CoCoALib Slug #1680 (Closed): FloorLog2 or SizeInBase?
After discussion with Anna we have decided that @SizeInBase@ is obsolete; so the original question here is no longer ... John Abbott
20:08 CoCoALib Feature #1684 (Closed): RandomNBitPrime - new fn
This was completed about 2 months ago. There is even doc!
Not sure how one could test it: perhaps range check and I...
John Abbott
20:04 CoCoALib Feature #1488: BuiltIn Interreduce-Function
Anna! Please document and close this issue!
John Abbott
20:01 CoCoALib Feature #1466 (Closed): Ops += *= etc for Matrices?
As in previous comment it seems best to accept the KISS solution, and dedicate our efforts elsewhere (more important).
John Abbott
19:56 CoCoALib Feature #718: Insert calls to CheckForInterrupt
Nico Mexis asked whether there could be a check for interrupts inside the factorizer.
This will much easier to achie...
John Abbott
19:48 CoCoALib Design #1693 (Resolved): SizeInBase: obsolete
Anna agreed.
I have moved the code to @obsolete.H@ and @obsolete.C@ (from BigIntOps@).
All tests pass.
John Abbott
19:47 CoCoALib Design #1693 (Closed): SizeInBase: obsolete
I think *@SizeInBase@* is not really useful (cannot think of any situation).
Also it can easily be implemented by ca...
John Abbott

05 Aug 2022

17:44 CoCoALib Feature #1692: Suggestion: Add "JumpTo" function to prime iterators
I implemented a prototype @PrimeSeq1ModN@ class for a student, and he needed something like a @JumpTo@ function.
So ...
John Abbott
17:39 CoCoALib Feature #1692 (In Progress): Suggestion: Add "JumpTo" function to prime iterators
Consider adding a *@JumpTo@* mem fn to iterators (for prime numbers)... John Abbott
17:27 CoCoALib Design #1678 (In Progress): Unsigned long for indexes (& sizes?)
The students in my course, who already had some experience in C++ and other similar languages,
definitely expected @...
John Abbott
12:22 CoCoALib Design #1691: Random and threadsafe?
Alternative: create a version "threadsae: which uses a mutex/lock... might be slow, but should be safe.
John Abbott
12:13 CoCoALib Design #1691 (New): Random and threadsafe?
Random fns should also accept a random source so they can be used in a multi-threaded program.
John Abbott

02 Aug 2022

21:38 CoCoALib Bug #1690 (Feedback): resultant gives wrong answer if an arg has deg 0
The code did not properly handle the "edge case" when one of the input polys was a factor of the other.
If the facto...
John Abbott

31 Jul 2022

06:22 CoCoALib Bug #1690 (Closed): resultant gives wrong answer if an arg has deg 0
The following incorrectly returns 0... John Abbott
 

Also available in: Atom