From 40e87b7c7a1df3ec6da48c9f97180bafe4bf0671 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 20 Apr 2009 08:09:08 +0200 Subject: [PATCH] comment re: cl-plplot's current bomb. Signed-off-by: AJ Rossini --- TODO.lisp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.lisp b/TODO.lisp index d4f680c..36abb7b 100644 --- a/TODO.lisp +++ b/TODO.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-04-17 18:25:00 tony> +;;; Time-stamp: <2009-04-20 08:08:46 tony> ;;; Creation: <2008-09-08 08:06:30 tony> ;;; File: TODO.lisp ;;; Author: AJ Rossini @@ -18,7 +18,7 @@ (in-package :cl-user) ;;(asdf:oos 'asdf:load-op 'lisp-matrix) -;;(asdf:oos 'asdf:compile-op 'lispstat) +;;(asdf:oos 'asdf:compile-op 'lispstat :force t) ;;(asdf:oos 'asdf:load-op 'lispstat) (in-package :lisp-stat-unittests) @@ -148,6 +148,9 @@ ;; (defparameter *gdev* "xwin") (cl-plplot::plsdev *gdev*) + ;; there is currently a loose pointer floating around that causes + ;; errors the 3rd time that we create a plot (and crashes SBCL the + ;; 4th time). Order independent. (contour-plot-ex) (fn-contour-plot-ex) (shade-plot-ex) -- 2.11.4.GIT