Skip to content
Snippets Groups Projects
Commit 6ab3e29c authored by camm's avatar camm
Browse files

use-fast-links in ansi-tests;process-warning safety 1 to keep check-type...

use-fast-links in ansi-tests;process-warning safety 1 to keep check-type FIXME;sigs from call-hasht-table in compiler TODO centralize;remove sort expander macro and rely on generic maybe-inline with new sort function definition FIXME comp-key and comp-test, performace;fix labels/flet propagation;fix write-char and write-byte optional compilation FIXME;subtype of declared type in set-var-init-type;fix write-char inline;comment out unused compiler-def-hook for now FIXME find out the origin and purpose of this;fix copy-readtable;make empty gcl_recompile.lsp in boot
parent 9087e333
Branches
Tags
No related merge requests found
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
(rtest:disable-note :allow-nil-arrays) (rtest:disable-note :allow-nil-arrays)
(rtest:disable-note :nil-vectors-are-strings)) (rtest:disable-note :nil-vectors-are-strings))
#+gcl(si::use-fast-links nil)
(in-package :cl-test) (in-package :cl-test)
;;; These two tests will misbehave if the tests are being ;;; These two tests will misbehave if the tests are being
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
(rt:disable-note :assume-no-simple-streams) (rt:disable-note :assume-no-simple-streams)
(rt:disable-note :assume-no-gray-streams)) (rt:disable-note :assume-no-gray-streams))
#+gcl(si::use-fast-links nil)
(in-package :cl-test) (in-package :cl-test)
;;; These two tests will misbehave if the tests are being ;;; These two tests will misbehave if the tests are being
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment