-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Addition of Unicode counterparts of some common operators. #41787
base: master
Are you sure you want to change the base?
Conversation
a4e065d
to
696d938
Compare
@stevengj Do you think we can merge this? |
@stevengj @ViralBShah Anything else I should check or you can see? |
base/operators.jl
Outdated
The returned function is of type `Base.Fix2{typeof(≮)}`, which can be | ||
used to implement specialized methods. | ||
|
||
!!! compat "Julia 1.2" |
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.
Seems like the wrong version
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.
@stevengj, Oh, I see, I thought this note was related to Fix2
, but how do I know what version of Julia will integrate these modifications? What version should I specify?
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 specified 1.8, and added some docstrings for inequality operators added.
@stevengj @ViralBShah Did I do something wrong with a merging commit, or do we need something else? |
See #41462.