-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
add PR number to and touch up NEWS.md entry for #18754 #21842
Conversation
|
||
* All Intrinsics are now Builtin functions instead and have proper error checking | ||
and fall-back static compilation support. | ||
* All `Intrinsics` are now `Builtin` functions instead and have proper error checking |
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.
I don't think these have code meanings, should maybe just be not capitalized
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.
Removed quoting and capitalization. Thanks!
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.
oh they exist in Core, but are very sparsely documented in the devdocs
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.
Quoting and capitalization restored. How now? :)
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.
pretty sure the module name is plural
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.
Fixed. Thanks!
NEWS.md
Outdated
@@ -584,3 +585,4 @@ Deprecated or removed | |||
[#20543]: https://github.com/JuliaLang/julia/issues/20543 | |||
[#20609]: https://github.com/JuliaLang/julia/issues/20609 | |||
[#20889]: https://github.com/JuliaLang/julia/issues/20889 | |||
[#21359]: https://github.com/JuliaLang/julia/issues/21359 |
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.
this part of the diff shouldn't be backported
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.
Good catch! I stripped this line from the diff here and elsewhere. I will strip this line from any future commits as well. Thanks!
Ref. #21475. Best!