Re: [fricas-devel] FriCAS status

2018-03-01 Thread oldk1331
On Thu, Mar 1, 2018 at 11:47 PM, Waldek Hebisch wrote: > oldk1331 wrote: >> >> Hi Waldek, you haven't commented on the following patches. >> Also, please merge the documentation fix patches as long as >> you see fit. >> >> > fix display of 'box': >> > >> >

Re: [fricas-devel] FriCAS status

2018-03-01 Thread Waldek Hebisch
oldk1331 wrote: > > Hi Waldek, you haven't commented on the following patches. > Also, please merge the documentation fix patches as long as > you see fit. > > > fix display of 'box': > > > > https://github.com/oldk1331/fricas/commit/2c02ad4ea19d7869327ed708a5e8ff93fd6bfc29.patch This is a

[fricas-devel] Fwd: [fricas/fricas] debian packaging (#2)

2018-03-01 Thread Ralf Hemmecke
Since github is not yet the official FriCAS repository, maybe not every has receive that message. Ralf Forwarded Message Subject:[fricas/fricas] debian packaging (#2) Date: Thu, 01 Mar 2018 10:44:31 + (UTC) From: Alex Reply-To:

[fricas-devel] Re: sbcl-1.4.5 causes problems

2018-03-01 Thread oldk1331
It seems that sbcl 1.4.5 no longer exports SB-IMPL::VECTOR-LENGTH-IN-WORDS, causes 'sbcl_make_sized_vector' (in src/lisp/primitives.lisp) to return a uninitialized vector, see: (1) -> new(5, 0)$U32VEC (1) [0, 0, 0, 0, 40455807] Relevant parts: (defmacro sbcl_make_sized_vector(nb n)