Skip to content

Unable to use .. syntax #19761

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

Closed
dpsanders opened this issue Dec 29, 2016 · 3 comments
Closed

Unable to use .. syntax #19761

dpsanders opened this issue Dec 29, 2016 · 3 comments

Comments

@dpsanders
Copy link
Contributor

Previously, the .. syntax was available. Now I get the following:

| | |_| | | | (_| |  |  Version 0.6.0-dev.1671 (2016-12-23 05:10 UTC)
_/ |\__'_|_|_|\__'_|  |  Commit 44d7677* (6 days old master)
|__/                   |  x86_64-apple-darwin16.0.0


julia> ..(a, b) = a + b

WARNING: deprecated syntax "function ..(...)".
Use "function Base.broadcast(::typeof(.), ...)" instead.
ERROR: UndefVarError: . not defined
@JeffBezanson
Copy link
Member

Should now be fixed on master.

@tkelman
Copy link
Contributor

tkelman commented Dec 29, 2016

specifically by #19732

@dpsanders
Copy link
Contributor Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants