Opened 9 years ago
Closed 9 years ago
#431 closed defect (fixed)
Cryptic error while compiling
| Reported by: | aruttenberg | Owned by: | Mark Evenson |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | compiler | Version: | 1.5.0-dev |
| Keywords: | slime | Cc: | |
| Parent Tickets: |
Description
In slime, compiling region with, e.g., (defun foo () (return-from bar nil)) gives a message about there being a program error with no further information
Github: https://github.com/armedbear/abcl/issues/22
Pull request: https://github.com/armedbear/abcl/pull/23
Change History (2)
comment:1 Changed 9 years ago by
| Component: | (A)MOP → compiler |
|---|---|
| Keywords: | slime added |
| Milestone: | → 1.4.1 |
| Owner: | set to Mark Evenson |
| Status: | new → accepted |
| Version: | → 1.5.0-dev |
comment:2 Changed 9 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Closed with
<https://github.com/armedbear/abcl/commit/a44ccb34b023416298333e56afb861a4eaf75e04>
<http://abcl.org/trac/changeset/14951>