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

Incomplete Unicode Support Causing Errors #219

Open
chelseas opened this issue Dec 8, 2020 · 0 comments
Open

Incomplete Unicode Support Causing Errors #219

chelseas opened this issue Dec 8, 2020 · 0 comments

Comments

@chelseas
Copy link

chelseas commented Dec 8, 2020

What is happening here?

julia> Basic(:(v_2 ≤ v_3))
ERROR: Base.Meta.ParseError("v_2 ≤ v_3")
Stacktrace:
 [1] throw_if_error at /Users/Chelsea/.julia/packages/SymEngine/lLmHe/src/exceptions.jl:5 [inlined]
 [2] convert(::Type{Basic}, ::String) at /Users/Chelsea/.julia/packages/SymEngine/lLmHe/src/types.jl:51
 [3] Basic at /Users/Chelsea/.julia/packages/SymEngine/lLmHe/src/types.jl:93 [inlined]
 [4] convert at /Users/Chelsea/.julia/packages/SymEngine/lLmHe/src/types.jl:57 [inlined]
 [5] Basic(::Expr) at /Users/Chelsea/.julia/packages/SymEngine/lLmHe/src/types.jl:93
 [6] top-level scope at REPL[45]:1
 [7] eval(::Module, ::Any) at ./boot.jl:331
 [8] eval_user_input(::Any, ::REPL.REPLBackend) at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.4/REPL/src/REPL.jl:86
 [9] run_backend(::REPL.REPLBackend) at /Users/Chelsea/.julia/packages/Revise/tV8FE/src/Revise.jl:1165
 [10] top-level scope at REPL[9]:0

julia> Basic(:(v_2 <= v_3))
v_2 <= v_3

Running Julia1.4 on a mac running Catalina 10.15.5

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

1 participant