-
Imported from SourceForge on 2024-07-09 11:17:55
Created by **[eduardoochs](https://sourceforge.net/u/eduardoochs/)** on 2023-12-01 06:21:22
Original: https://sourceforge.net/p/maxima/bugs/4219
---
…
rtoy updated
4 months ago
-
[CL-Kraken](https://github.com/jonatack/cl-kraken/) uses Rove for testing SBCL, CCL, CLISP, ABCL and ECL since early this year (2019).
Commit 8859b0a seems to have caused a bug when used with ECL …
-
Has there been any attempt to determine and patch the aforementioned freezing with window movement in Microsoft Windows? I realize that Windows is a closed source system that costs money to purchase. …
-
Function interpolation in BIR is closely related to several bugs, such as #1402, #1401, #1365, #1330 maybe, #1326 maybe, #1266 maybe, #1264, #1260, probably more. It's inherently a complex mutation of…
Bike updated
6 months ago
-
Hi, compiled wxmaxima from source and run the unit test with make test, all tests passed but one
```
The following tests FAILED:
180 - testbench_simple.wxmx (SEGFAULT)
```
The error log is …
beew updated
8 months ago
-
Imported from SourceForge on 2024-07-08 11:05:27
Created by **[efferre](https://sourceforge.net/u/efferre/)** on 2024-05-10 16:55:45
Original: https://sourceforge.net/p/maxima/bugs/4303
---
I am usi…
rtoy updated
4 months ago
-
Imported from SourceForge on 2024-07-08 10:24:19
Created by **[robert_dodier](https://sourceforge.net/u/robert_dodier/)** on 2020-11-15 05:54:31
Original: https://sourceforge.net/p/maxima/bugs/3677
-…
rtoy updated
4 months ago
-
I tried loading a C file into SBCL 1.1.14-2 (debian, amd64), but got this error:
```
(vacietis:load-c-file "...")
read error during compile-file:
use-package # causes
name-conflicts in # between…
-
CL-USER> (trivia:match "x" (#.(coerce "x" 'base-string) t))
NIL
CL-USER> (trivia:match (coerce "x" 'base-string) (#.(coerce "x" 'base-string) t))
T
CL-USER> (trivia:match (coerce "x" 'base-string)…
-
1. In the manual - Tutorial - A First Attempt, typing the `define-application-frame` form in SBCL results in an error - "The options :LAYOUTS and :PANE are mutually exclusive."
2. Removing the (:layou…