2 Aug 2007 22:24
Re: Very strange problem loading cmp.fsl
The error below has been hopefully solved. It was made of two problems: 1) When *read-suppress* was not nil, the package of a symbol might not be ignored. 2) When loading a binary file, ECL creates a list of packages that appear in interned constants and waits for the program to create them. This list should be emptied after loading that file, but it was not always so. Both problems combined in the bug report that Dan sent. Sorry for the big delay -- it was not easy to find out the real problem. Juanjo 2007/1/27, Dan Corkill <corkill@...>: > This bug has been around for a while (so it's not related to the recent > sets of CVS changes), but until recently I didn't have time to whittle > it down to a simple case. It is a very strange bug, as it is triggered > by conditional input lines that should be ignored by ECL! > > Here goes: > > $ ecl -norc > ECL (Embeddable Common-Lisp) 0.9i > Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya > Copyright (C) 1993 Giuseppe Attardi > Copyright (C) 2000 Juan J. Garcia-Ripoll > ECL is free software, and you are welcome to redistribute it > under certain conditions; see file 'Copyright' for details.(Continue reading)
RSS Feed