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

Allow dotted binary tilde #30351

Merged
merged 1 commit into from
Dec 12, 2018
Merged

Allow dotted binary tilde #30351

merged 1 commit into from
Dec 12, 2018

Conversation

ararslan
Copy link
Member

The expression x .~ y now parses. Currently it's a syntax error.

Fixes #30341.

@ararslan ararslan added parser Language parsing and surface syntax kind:feature Indicates new feature / enhancement requests labels Dec 11, 2018
@StefanKarpinski
Copy link
Sponsor Member

If merged in time, would be nice to get this into 1.1 since people actively want to use the syntax.

@JeffBezanson
Copy link
Sponsor Member

Not adding the dotted version of this looks like an oversight, so we can call this a quasi-bug fix of the "minor change" variety :)

test/parse.jl Outdated Show resolved Hide resolved
The expression `x .~ y` now parses. Currently it's a syntax error.
@StefanKarpinski StefanKarpinski merged commit 8965a81 into master Dec 12, 2018
@StefanKarpinski StefanKarpinski deleted the aa/dotted-tilde branch December 12, 2018 17:02
KristofferC pushed a commit that referenced this pull request Dec 12, 2018
The expression `x .~ y` now parses. Currently it's a syntax error.

(cherry picked from commit 8965a81)
@KristofferC KristofferC mentioned this pull request Dec 12, 2018
52 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature Indicates new feature / enhancement requests parser Language parsing and surface syntax
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants