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

Weird error with $var and interpolation #32951

Closed
thofma opened this issue Aug 18, 2019 · 4 comments · Fixed by #32948
Closed

Weird error with $var and interpolation #32951

thofma opened this issue Aug 18, 2019 · 4 comments · Fixed by #32948
Labels
bug Indicates an unexpected problem or unintended behavior
Milestone

Comments

@thofma
Copy link
Contributor

thofma commented Aug 18, 2019

julia> function build_variable(var::Expr)
         throw(error("Expected $var to be a variable name"))
       end
ERROR: syntax: missing comma or ) in argument list
Stacktrace:
 [1] top-level scope at none:0

julia> versioninfo()
Julia Version 1.3.0-rc1.0
Commit 768b25f6a8 (2019-08-18 00:04 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, ivybridge)
@thofma thofma changed the title Weird error with $var and interpolatio Weird error with $var and interpolation Aug 18, 2019
@fredrikekre
Copy link
Member

#32408 (comment) and #32948

@thofma
Copy link
Contributor Author

thofma commented Aug 18, 2019

So will this be fixed in the final 1.3 release? By fixed I mean working as in 1.0 and 1.1.

@KristofferC
Copy link
Member

Yes it will be fixed.

@KristofferC KristofferC added this to the 1.3 milestone Aug 18, 2019
@KristofferC KristofferC added the bug Indicates an unexpected problem or unintended behavior label Aug 18, 2019
@c42f
Copy link
Member

c42f commented Aug 19, 2019

Absolutely going to be fixed. By reverting #32408 if necessary, though I think we can save it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants