-
Notifications
You must be signed in to change notification settings - Fork 15
ASTInterpreter2.jl fails to build under Julia 1.0 #27
Comments
this issue is reproducible in macOS too. with julia version 1.0.0. I see a PR. hope it resolves the issue. |
It's also failing to build on Linux Mint 19 under JuliaPro-1.0.1. However the error message is a little different.
|
(v1.0) pkg> add DebuggerFramework#master
julia> using DebuggerFramework#master
# precompile
# then
(v1.0) pkg> add ASTInterpreter2#master
julia> using ASTInterpreter2#master |
Fixed by #37 |
Nothing has changed for me under Julia version 1.1.0. In Linux Mint 19.1 I still see the following error:
FYI if I try to add DebuggerFramework, then Adding the Nullables package doesn't fix this. |
|
OK thanks @KristofferC . It compiles now without error, though I have not tested functionality. I'm afraid I didn't fully understand the nuance of the #master syntax. When I see #, I think comment field. Presumably if this is the master branch of the code base it will eventually get grandfathered into a release? |
Here is the backtrace. I use Ubuntu 16.04
The text was updated successfully, but these errors were encountered: