Turns out #32 was not enough, the warnings were about the Union() syntax
that changed to Union{}, and this was not included in #32.
So I created this PR, which solved these problems for me:
https://github.com/amitmurthy/LibExpat.jl/pull/37
On Sunday, September 20, 2015 at 10:20:58 AM UTC+2, Martijn Visser wrote:
>
> I had the same thing. I believe it would be solved by merging
> https://github.com/amitmurthy/LibExpat.jl/pull/32
>
> -Martijn
>
> On Sunday, September 20, 2015 at 10:15:35 AM UTC+2, Chris Stook wrote:
>>
>> After updating to rc2, Pkg.build("IJulia") resulted in an infinite cycle
>> of errors. After watching the errors for a a few minutes I hit ctrl-C a
>> few times to stop. I then tried to build WinRPM. This also resulted is a
>> cycle of errors. Next I quit julia, deleted the v0.4 directory, restarted
>> julia and Pkg.add("IJulia"). This also resulted in a cycle of errors.
>>
>> Now jupiter will not run for Julia 0.3.11 or 0.4.0-rc2. It does still
>> work with Python 3.
>>
>> I'm going to go back to rc1 and see if the problem goes away.
>>
>> -Chris
>>
>>