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

Addition of Unicode counterparts of some common operators. #41787

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

BenjaminGalliot
Copy link
Contributor

See #41462.

base/exports.jl Outdated Show resolved Hide resolved
@ViralBShah
Copy link
Member

@stevengj Do you think we can merge this?

base/exports.jl Outdated Show resolved Hide resolved
base/exports.jl Outdated Show resolved Hide resolved
@BenjaminGalliot
Copy link
Contributor Author

BenjaminGalliot commented May 27, 2022

@stevengj @ViralBShah Anything else I should check or you can see?

base/operators.jl Outdated Show resolved Hide resolved
base/operators.jl Outdated Show resolved Hide resolved
The returned function is of type `Base.Fix2{typeof(≮)}`, which can be
used to implement specialized methods.

!!! compat "Julia 1.2"
Copy link
Member

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

Copy link
Contributor Author

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?

Copy link
Contributor Author

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.

@BenjaminGalliot
Copy link
Contributor Author

@stevengj @ViralBShah Did I do something wrong with a merging commit, or do we need something else?

@brenhinkeller brenhinkeller added unicode Related to unicode characters and encodings feature Indicates new feature / enhancement requests labels Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates new feature / enhancement requests unicode Related to unicode characters and encodings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants