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

"\w!\w" should treat the bang as part of the atom #574

Open
jbodah opened this issue Jul 9, 2024 · 0 comments
Open

"\w!\w" should treat the bang as part of the atom #574

jbodah opened this issue Jul 9, 2024 · 0 comments

Comments

@jbodah
Copy link
Collaborator

jbodah commented Jul 9, 2024

iex(4)> hello!world
error: undefined function hello!/1 (there is no such import)
└─ iex:4

** (CompileError) cannot compile code (errors have been logged)

Practical example:

registry = start_supervised!(KV.Registry)

Currently maps to 'elixirOperator'

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