We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
..
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
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
The text was updated successfully, but these errors were encountered:
Should now be fixed on master.
Sorry, something went wrong.
specifically by #19732
Thanks.
No branches or pull requests
Previously, the
..
syntax was available. Now I get the following:The text was updated successfully, but these errors were encountered: