-
Notifications
You must be signed in to change notification settings - Fork 156
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
Expose label polymorphism via an opt-in feature #4928
Labels
Comments
5 tasks
5 tasks
This issue has had no recent activity and will be closed soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To let type signatures take advantage of label polymorphism without breaking backwards compatibility we will add an opt-in compilation option that tells the compiler to use the label polymorphic function signatures.
How should the option be enabled
.mylabel
) is used in the script? ( Add a syntax to describe label values #4927 )"use strict"
in the script itself?Since the feature changes the pre-compiled standard library we must either compile it twice, or ensure that we retain both signatures in one pre-compilation and information on how to select which (the former is easier, but less efficient).
(Based on the comment #4776 (comment) )
DOD
The text was updated successfully, but these errors were encountered: