-
-
Notifications
You must be signed in to change notification settings - Fork 39
syntax: invalid operator ".!" #60
Comments
Probably need a newer commit than rc0+0. Works on latest master for me. |
that means that rc0+0 wasn't built after the feature freeze? |
Maybe it was a bug fix :p |
Clarification seems not to be worth a single word... :/ |
works for me on rc0+0 as well julia> using JuliaParser
julia> versioninfo()
Julia Version 0.5.0-rc0+0
Commit 0030eec (2016-07-26 20:22 UTC) |
@rapus95 I am getting this package ready to work on v0.5, but getting it to work on all pre-release versions is not an explicit goal. If you still see this error as we work to v0.5, please say something. |
@jakebolewski ok thanks, it seems to be a strange bug since it works at some places and doesn't at some other places :/ @KristofferC are you on win10 64bit? |
@rapus95 the only place where that symbol is defined is Line 47 in 51ec761
so I don't know why you are getting that error. It seems worrying that behavior here is different on Windows / Unix for the same release candidate if that is indeed what you are seeing. The only way I could see that happening is that the rc for the windows builds is not built off the same commit as the tagged rc. |
That is what the current code has: Line 47 in 51ec761
|
forget all i said until now... checkout to master obviously solved it -.- But there still remains one question. What is .! for? the parser somehow doesn't seem to be able to parse it since the expression has to be written as a String. So how would i be able to use the operator without manually constructing the expression? |
Discussion at JuliaLang/julia#17393 (comment) |
Always best to give |
Version 0.5.0-rc0+0 (2016-07-26 20:22 UTC)
x86_64-w64-mingw32
julia> using JuliaParser
ERROR: LoadError: LoadError: syntax: invalid operator ".!"
in include_from_node1(::String) at .\loading.jl:426 (repeats 2 times)
in eval(::Module, ::Any) at .\boot.jl:234
in require(::Symbol) at .\loading.jl:357
while loading C:\Users\necka.julia\v0.5\JuliaParser\src\lexer.jl, in expression starting on line 46
while loading C:\Users\necka.julia\v0.5\JuliaParser\src\JuliaParser.jl, in expression starting on line 9
The text was updated successfully, but these errors were encountered: