[fricas-devel] SKIP in src/input/Makefile.in

2024-04-21 Thread Ralf Hemmecke
I guess the SKIP variable was at some point useful for something. I can, however, not find where it is actually used now. Can we remove it? Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group

Re: [fricas-devel] SKIP in src/input/Makefile.in

2024-04-21 Thread Ralf Hemmecke
Honestly, I would be happy, if input/ contained just testfiles and this directory would be called tests/. THis should be OK for type (A) files. Type-(B) files should gradually be transformed to type-(A) files. It is not clear what you mean by "gradually transformed". Rewriting those files

Re: [fricas-devel] fyi, list of exceptions for Fricas, summer 2024 edition of independent CAS integration tests

2024-04-21 Thread 'Martin R' via FriCAS - computer algebra system
Thank you so much for trying! I admit that I'm slightly disappointed by this improvement, because it really was a very silly mistake. Anyway, for things like integrate((1-x)^1300*x, x, algorithm="fricas") with large output, on my computer, it takes * 3.5 seconds to transfer the string produced

Re: [fricas-devel] fyi, list of exceptions for Fricas, summer 2024 edition of independent CAS integration tests

2024-04-21 Thread Dima Pasechnik
On Sat, Apr 20, 2024 at 7:45 PM Dima Pasechnik wrote: > > > On Sat, Apr 20, 2024 at 7:31 PM 'Nasser M. Abbasi' via FriCAS - computer > algebra system wrote: > >> Hello Matrin, >> >> Sure, will try your version on a large integration test file and see if >> it is faster than the what I had with

[fricas-devel] [PATCH] make the filename of PS output in viewport to "image.ps"

2024-04-21 Thread Qian Yun
Currently, when using "write" to write out a viewport, we have "image.bm", "image.xpm", but also "fricas2D.ps", "fricas3D.ps". This patch makes PS output to have unified name "image.ps". This is more consistent and easier for follow up Makefile treatment. Note that in the view2D/view3D control

[fricas-devel] Get a patch from a GitHub PR (was fyi, list of exceptions for Fricas, summer 2024 edition of independent CAS integration tests)

2024-04-21 Thread Grégory Vanuxem
Le dim. 21 avr. 2024 à 13:07, Dima Pasechnik a écrit : [SNIP] Do you know how to apply patches? If so, you just need to apply the patch >> corresponding to the PR Martin mentioned. It's here: >> https://patch-diff.githubusercontent.com/raw/sagemath/sage/pull/37836.diff >> > Just to mention that

Re: [fricas-devel] SKIP in src/input/Makefile.in

2024-04-21 Thread Grégory Vanuxem
Hello here, I asked some years ago to also install .input files during the 'make install’ step, say, as of today I would say in somewhere like share/examples or share/doc/examples but I received a categorical refusal which meant that I did not really explain the reason for this request. In fact,

Re: [fricas-devel] SKIP in src/input/Makefile.in

2024-04-21 Thread Waldek Hebisch
On Sun, Apr 21, 2024 at 10:05:31AM +0200, Ralf Hemmecke wrote: > I guess the SKIP variable was at some point useful for something. > I can, however, not find where it is actually used now. > Can we remove it? Tim Daly probably can say more about original intent. For me it is documentation: it is

Re: [fricas-devel] SKIP in src/input/Makefile.in

2024-04-21 Thread Ralf Hemmecke
Tim Daly probably can say more about original intent. For me it is documentation: it is list of files that we have but do not use. Logically, removal of SKIP should involve removal of files listed there. I have not yet completely compared everything, but the content of this directory is

Re: [fricas-devel] [PATCH] fix "write" of "smooth" style image in postscript format

2024-04-21 Thread Waldek Hebisch
On Wed, Apr 17, 2024 at 09:03:38PM +0800, Qian Yun wrote: > vp := draw(x*y,x=0..1,y=0..1,style=="smooth") > write(vp, "t1", "postscript") > > Then check "t1.VIEW/fricas3D.ps", you'll see only axes there. > > After this patch, there will be black and white image. (this is > another bug.) That is

Re: [fricas-devel] [PATCH] make the filename of PS output in viewport to "image.ps"

2024-04-21 Thread Waldek Hebisch
On Sun, Apr 21, 2024 at 08:55:34PM +0800, Qian Yun wrote: > Currently, when using "write" to write out a viewport, we have > "image.bm", "image.xpm", but also "fricas2D.ps", "fricas3D.ps". > > This patch makes PS output to have unified name "image.ps". > This is more consistent and easier for

Re: [fricas-devel] Re: [PATCH] fix color in 3D "smooth" style in postscript output

2024-04-21 Thread Waldek Hebisch
On Sat, Apr 20, 2024 at 10:41:39AM +0800, Qian Yun wrote: > Also the calculation of rgb and print of "setrgbcolor" > should be made into a separate function, because the > 2D PS output will need this as well. Yes. The patches looks good. As I mentioned, since you keep finding new things it

Re: [fricas-devel] SKIP in src/input/Makefile.in

2024-04-21 Thread Waldek Hebisch
On Sun, Apr 21, 2024 at 04:31:01PM +0200, Ralf Hemmecke wrote: > > Tim Daly probably can say more about original intent. For me it is > > documentation: it is list of files that we have but do not use. > > Logically, removal of SKIP should involve removal of files listed there. > > I have not

Re: [fricas-devel] [PATCH] make the filename of PS output in viewport to "image.ps"

2024-04-21 Thread Ralf Hemmecke
Hi Qian, I've found some additional "fricas?D.*" places with a grep. See attached patch. Would they also make sense to merge with yours? On 4/21/24 14:55, Qian Yun wrote: Currently, when using "write" to write out a viewport, we have "image.bm", "image.xpm", but also "fricas2D.ps",

Re: [fricas-devel] SKIP in src/input/Makefile.in

2024-04-21 Thread Tim Daly
Axiom does regression testing during every build. src/input/*.input.pamphlet files are really just ".tex" files (replace ".pamphlet" with ".tex" and they can create pdfs) as they are intended to be user-visible documentation included in the Literate Programming books. Since these are part of the

Re: [fricas-devel] SKIP in src/input/Makefile.in

2024-04-21 Thread Tim Daly
Another intended use for these files is the Computer Algebra Test Suite (CATS) http://axiom-developer.org/axiom-website/CATS/index.html CATS used both published results (e.g. Schaums, Kamke, Rich, etc.) and Axiom's complete test suite to create a standardized algebra test library, one of the