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

feat: add namespaced identifiers #51

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

MichaHoffmann
Copy link
Collaborator

fixes #50

We add "::" to the allowed continuation tokens for an identifier. Thats too general since only functions are namespaced but for the scope of this project it doesnt matter too much. This has the benefit of not breaking downstream projects.

.gitignore Outdated Show resolved Hide resolved
amaanq
amaanq previously approved these changes Jun 23, 2024
Signed-off-by: Michael Hoffmann <[email protected]>
@TomTucka
Copy link

Thanks for picking this up so fast @MichaHoffmann!

@MichaHoffmann MichaHoffmann merged commit 9e3ec98 into main Jun 24, 2024
12 checks passed
@MichaHoffmann MichaHoffmann deleted the mhoffmann/support-namespaced-identifiers branch June 24, 2024 01:58
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.

Support provider defined functions
4 participants