Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support logger identifiers with spaces? #277

Closed
greghendershott opened this issue Sep 7, 2017 · 1 comment
Closed

Support logger identifiers with spaces? #277

greghendershott opened this issue Sep 7, 2017 · 1 comment

Comments

@greghendershott
Copy link
Owner

In theory someone could do this:

#lang racket/base
(define-logger |name with spaces|)
(|log-name with spaces-debug| "hi")

But in racket-logger-mode when you press l for racket-logger-topic-level, it doesn't let you type name with spaces as a topic name.

But neither does racket support racket - W "debug@name with spaces" -- or, say, racket - W "debug@|name with spaces|".

So ... ?

@greghendershott
Copy link
Owner Author

Closing as unlikely to be wanted or done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant