Opened 12 years ago
Last modified 17 months ago
#318 new defect
progv with fewer values doesn't unbind variables
Reported by: | Stassats | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 1.9.3 |
Component: | other | Version: | 1.2.0-dev |
Keywords: | has-test | Cc: | stassats@…, evenson.not.org@… |
Parent Tickets: |
Description
(progn (defvar *x* 10) (progv '(*x*) () *x*)) => 10
but CLHS says: "If too few values are supplied, the remaining symbols are bound and then made to have no value."
http://www.lispworks.com/reference/HyperSpec/Body/s_progv.htm
Change History (18)
comment:1 Changed 12 years ago by
Cc: | evenson.not.org@… added |
---|---|
Keywords: | has-test added |
Milestone: | → 1.2.0 |
Version: | → 1.2.0-dev |
comment:2 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.3.0 → 2.0 |
---|
comment:5 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:10 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:15 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:16 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:17 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:18 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