FluxML / IRTools.jl

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

replace_code_newstyle broken on v1.10 #108

Closed vtjnash closed 1 year ago

vtjnash commented 1 year ago

JuliaLang/julia#49113 now requires the nargs to be passed as the length of the slotnames array, and does not accept an extra argument here anymore: https://github.com/FluxML/IRTools.jl/blob/62d5f4295f58fd543464d300e81d3b4a50256cb6/src/reflection/utils.jl#L131-L134

maleadt commented 1 year ago

Fixed by https://github.com/FluxML/IRTools.jl/pull/109