-
Notifications
You must be signed in to change notification settings - Fork 5
Shared string builtins #108
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
base: main
Are you sure you want to change the base?
Conversation
Describe overloading the existing string builtins to be importable with shared versions of the existing signatures.
Liedtke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good!
jakobkummerow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a nit.
|
What about magic string constants in imported globals? Do we need |
Co-authored-by: jakobkummerow <jkummerow@chromium.org>
|
@jakobkummerow, good point. I added a paragraph now about imported strings. There's no need for a separate namespace for shared strings. |
Describe overloading the existing string builtins to be importable with shared versions of the existing signatures.