Opened 12 years ago
Last modified 17 months ago
#315 new defect
Hash tables as literal objects in compiled files
Reported by: | Thomas Bakketun | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | major | Milestone: | 1.9.3 |
Component: | compiler | Version: | 1.1.1-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
Section 3.2.4 of the Common Lisp defines the concept of literal objects in compiled files <http://clhs.lisp.se/Body/03_bd.htm>. Hash tables is one of many types of objects that are allowed as literal objects, see section 3.2.4.2.2 <http://clhs.lisp.se/Body/03_bdbb.htm>.
This doesn't work in abcl (version 1.1.1).
Create a file "hashtable-bug.lisp":
(defmacro test () `(print ,(make-hash-table))) (test)
Then try to compile and load this file:
(load (compile-file "hashtable-bug.lisp"))
abcl signals the error "Illegal # macro character: #\<"
Change History (17)
comment:1 Changed 11 years ago by
Milestone: | → 1.3.0 |
---|
comment:2 Changed 11 years ago by
Milestone: | 1.3.0 → 2.0 |
---|
comment:4 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:9 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:14 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:15 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:16 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:17 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed