You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
The first one gives me a debug prompt now. The second example still seems to not work.
julia> using Gallium
WARNING: module Lexer should explicitly import √ from Base
julia> @enter gcd(5, 20)
ERROR: UndefVarError: Builtin not defined
in enter_call_expr(::Void, ::Expr) at /Users/viral/.julia/v0.5/ASTInterpreter/src/ASTInterpreter.jl:853
in eval(::Module, ::Any) at ./boot.jl:243
The text was updated successfully, but these errors were encountered:
Probably not until it works on a non-source build of Julia. JuliaInterop/Cxx.jl#73 (comment) is where we left off with building custom binaries for Cxx, it needs Keno to rebase his LLDB branch so it isn't broken with gcc 5, or we need to update the buildbot configuration.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The first one gives me a debug prompt now. The second example still seems to not work.
The text was updated successfully, but these errors were encountered: