Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
iterate
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • iterate
  • iterate
  • Issues
  • #6

Closed
Open
Opened Dec 14, 2020 by Phoebe Goldman@gefjon

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
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: iterate/iterate#6