Skip to content

Conversation

@jathd
Copy link

@jathd jathd commented May 6, 2016

Some generated symbol names are not uppercase because they are produced
by forms like

(intern (format nil "MAKE-~A" symbol) package)

This produces symbols whose names look like "MAKE-symbol" when
*print-case* is set to :downcase. Replace all these forms by calls
to alexandria:format-symbol, which handles case correctly.

Fixes #27.

Some generated symbol names are not uppercase because they are produced
by forms like

    (intern (format nil "MAKE-~A" symbol) package)

This produces symbols whose names look like "MAKE-symbol" when
`*print-case*` is set to `:downcase`. Replace all these forms by calls
to `alexandria:format-symbol`, which handles case correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant