Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

The second README example fails #53

Closed
ViralBShah opened this issue Mar 19, 2016 · 2 comments
Closed

The second README example fails #53

ViralBShah opened this issue Mar 19, 2016 · 2 comments

Comments

@ViralBShah
Copy link
Contributor

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
@ViralBShah
Copy link
Contributor Author

Is it possible to have CI to auto test some of these things? Cc @tkelman

@tkelman
Copy link
Contributor

tkelman commented Mar 22, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants