Opened 12 years ago
Closed 7 years ago
#316 closed defect (fixed)
Errors when compiling NTH with type mismatches
Reported by: | stassats | Owned by: | somebody |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5.0 |
Component: | interpreter | Version: | 1.2.0-dev |
Keywords: | Cc: | stassats@… | |
Parent Tickets: |
Description
(defun foo (list) (nth (lambda ()) list))
Compiled function can't be loaded: org.armedbear.lisp.abcl_1 from org.armedbear.lisp.Pathname@7077602d
(defun foo (list) (nth "" list))
The assertion NIL failed.
(defun foo (list) (nth () list))
The value :INT is not of type (MEMBER NIL :BOOLEAN).
Change History (10)
comment:1 Changed 12 years ago by
Cc: | stassats@… added |
---|
comment:2 Changed 12 years ago by
Component: | compiler → interpreter |
---|---|
Milestone: | → 1.2.0 |
Owner: | changed from ehuelsmann to Evenson Not Org |
Priority: | minor → major |
Status: | new → assigned |
Version: | → 1.2.0-dev |
comment:3 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:4 Changed 11 years ago by
Priority: | major → blocker |
---|
comment:5 Changed 11 years ago by
Owner: | changed from Evenson Not Org to somebody |
---|
comment:6 Changed 11 years ago by
Milestone: | 1.3.0 → 2.0 |
---|
comment:8 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:10 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with r15034 via merge from <https://github.com/armedbear/abcl/commit/d0cb69bb3a2497af8281fa591bae4ba50b539924> (Olof).
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed