Since updating to julia version 1.10.4 I’m receiving random errors like this
ERROR: LoadError: ParseError:
Error @ /path/test.jl:58:1a=[1,2,3,4]
Invalid signature in function definition
Stacktrace:
[1] top-level scope
@ ~/path/test.jl:58
in expression starting at /path/test.jl:58
this also applies when defining other variables/functions from inbuilt functions but does not happen all the time, e.g. when using the same code in another .jl file, has anyone ever experienced this?
Julius Werthschütz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.