FluxML / IRTools.jl

Mike's Little Intermediate Representation
MIT License
111 stars 35 forks source link

LoadError on Julia nightly #105

Closed pat-alt closed 1 year ago

pat-alt commented 1 year ago

Hi there,

I've been getting the following error on Julia nightly for the past few days (see here for full CI logs):

ERROR: LoadError: MethodError: no method matching Core.Compiler.IRCode(::Core.Compiler.InstructionStream, ::Core.Compiler.CFG, ::Vector{Core.LineInfoNode}, ::Vector{Any}, ::Vector{Expr}, ::Vector{Any})

Perhaps related to FluxML/Zygote.jl#287?

ToucheSir commented 1 year ago

This is the same error as https://github.com/JuliaDiff/Diffractor.jl/pull/107 and would require a similar fix in IRTools. Moving to there.

CarloLucibello commented 1 year ago

should be closed by #104

pat-alt commented 1 year ago

woah ... that was fast! Thanks