Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A agnostic-lizard
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Michael Raskin
  • agnostic-lizard
  • Issues
  • #4

Closed
Open
Created Apr 19, 2022 by Goheeca@goheeca

Unwanted lock-in of READTABLE-CASE when using install-wrap-every-form-reader

The install-wrap-every-form-reader locks you in using the readtable-case, after you install your callback, the subsequent change of readtable-case in *readtable* will be ignored when reading non-atomic forms.

You could reinstall-wrap-every-form-reader after the readtable-case change, but that's not intuitive and it hinders interoperability with named-readtables where the convention is to call your enable-syntax and you expect it to be not touching unnecessary things.

My suggestion is to modify wrap-every-form-reader to not use a readtable argument and to modify install-wrap-every-form-reader to not use copy-readtable.

Assignee
Assign to
Time tracking