Skip to content

No error signaled when binding constants with PROGV #1701

@paulapatience

Description

@paulapatience

clasp-2.7.0-249-g0434f374d (latest as of a few days ago) happily runs the following:

(progv (list nil) '()) ; => NIL
(progv (list nil) '(t)) ; => NIL
(progv (list t) '()) ; => NIL
(progv (list t) '(t)) ; => NIL

SBCL, CCL and ECL signal an error, and Clasp probably should too. (ABCL behaves like Clasp, incidentally.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions