Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I iterate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • iterate
  • iterate
  • Issues
  • #6
Closed
Open
Issue created Dec 14, 2020 by Phoebe Goldman@gefjonDeveloper

Entry for Allegro's excl:compiler-let in *special-form-alist*

Please add the following line to [iterate.lisp] in the definition of *special-form-alist*:

#+allegro (excl:compiler-let . walk-cddr)

it should probably go just after line 315, which is:

#+ccl (ccl:compiler-let . walk-cddr)

This will fix a bug where Iterate fails to expand certain built-in macros and special forms in Allegro CL, namely those which expand to compiler-let forms.

I'd submit a PR instead of an issue, except that the common-lisp.net GitLab won't let me create a fork from which to PR...

Assignee
Assign to
Time tracking