FluxML / IRTools.jl

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

`CodeInfo`'s field `inferred` will be removed in upcoming Julia version #121

Closed schillic closed 4 months ago

schillic commented 6 months ago

https://github.com/FluxML/IRTools.jl/blob/7fab05500a0fb76e5f25ba6e66afa74ce1f68209/src/reflection/utils.jl#L159

Error message:

type CodeInfo has no field inferred

I found this through PkgEval reporting that this package is broken in nightly = 1.12.0-DEV.73, which also breaks many other packages there.