[Update bug list to include reader bug pix@kepibu.org**20090720065845] { hunk ./notes.org 100 -ASDF systems sometimes try to recursively load themselves a couple hundred -times. (Though I've seen that even without loading portaCL, so may not be -entirely my bug...) + * ASDF systems sometimes try to recursively load themselves a couple + hundred times. (Though I've seen that even without loading portaCL, so + may not be entirely my bug...) + * Constructs similar to the ones below will result in an incorrect + package-error: + (list #+(or) #+package:notexported a b c) + (list #+(or) #+notapackage:foo a b c) + NOTE: this bug is shared by the standard readers of at least SBCL, + Clisp, and Lispworks; but not by Allegro. }