Skip to content

Compilation failure on ccl #15

Description

@bhyde

As discussed here i get compilation failures when upon (ql:load "cl-bson), which requires let-over-lambda. The failure occurs here:

(defun pandoriclet-get (letargs)
  `(case sym
     ,@(mapcar #`((,(car a1)) ,(car a1))
               letargs)
     (t (error
          "Unknown pandoric get: ~a"
          sym))))

The # isn't #', and then there are commas are inside of a backquote. Which suggests something failed to setup a reader macro for #.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions