No. I just tested on an up to date Parrot GNU/Linux, Debian based, SBCL 2.4.1 from Parrot, same machine, this issue occurs also. FriCAS just cloned. My sequence of commands was:
start fricas close hyperdoc compile foo.spad with the FooCategory from issue #176 start hyperdoc with )hd browse for operation 'bar', execute the bar example 'pi()' by clicking on it. In the just opened xterm I see the two messages. If the 'pi()' example is already defined at startup and no use of )hd the warning messages are displayed in the main terminal instead of the xterm freshly started. I am stuck. - Greg Le mer. 3 juil. 2024 à 03:14, Grégory Vanuxem <[email protected]> a écrit : > > Ok, I will check on a pure GNU/Linux. It’s on WSL2, so with Windows (here > 11), but with the latest vanilla FriCAS. No other FriCAS installed. Below you > can see the banner of the official version. My working copy is different for > example. Maybe WSL2 or Windows specificities. Good thing to know > nevertheless. Thanks! > > Top of the ChangeLog: > 2024-07-01 Waldek Hebisch <[email protected]> > > * src/algebra/fspace.spad: Re-apply change from 05-26 > src/algebra/Makefile.in, src/algebra/constant.spad, > src/algebra/exposed.lsp, src/algebra/expr.spad, > src/interp/i-funsel.boot: Adjust > > > The test from the issue (#176): > > > > Le mer. 3 juil. 2024 à 02:40, Waldek Hebisch <[email protected]> a écrit : >> >> On Tue, Jul 02, 2024 at 02:45:30AM +0200, Grégory Vanuxem wrote: >> > Not related to the dollar sign for information. Same things happen with: >> > ++ \example{l:=[1,pi(),17]} >> > >> > I used this completely unrelated \example{}, file src/algebra/string.spad: >> > ================================================================ >> > )abbrev category STRICAT StringCategory >> > -- Note that StringCategory is built into the old compiler >> > -- redundant SetCategory added to help Aldor compiler >> > ++ Description: >> > ++ A category for string-like objects >> > >> > StringCategory() : Category == Join(StringAggregate(), SetCategory, >> > OpenMath) with >> > string : Integer -> % >> > ++ string(i) returns the decimal representation of i as a string. >> > ++ \example{l:=[1,pi(),17]} >> > ======================================================= >> > I should have noticed the _two_ messages. I will fill an issue later today. >> >> I can not reproduce this. Compiling STRICAT above and using Browse >> gives me expected result. >> >> -- >> Waldek Hebisch >> >> -- >> You received this message because you are subscribed to the Google Groups >> "FriCAS - computer algebra system" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/fricas-devel/ZoSd98v3Ren1C2tO%40fricas.org. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/CAHnU2dZakpiLd54Lxn51tXmQ8gy8XeMRJM%2BXvZFgcKKVg0hseA%40mail.gmail.com.
