JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
433 stars 24 forks source link

Precompilation warning #538

Closed bkamins closed 1 year ago

bkamins commented 1 year ago

This is a minor issue:

WARNING: method definition for adapt_structure at ~/.julia/packages/Transducers/DSfBv/src/partitionby.jl:50 declares type variable inbounds but does not use it.
WARNING: method definition for _foldl_array at ~/.julia/packages/Transducers/DSfBv/src/processes.jl:222 declares type variable T but does not use it.
MasonProtter commented 1 year ago

Fixed by https://github.com/JuliaFolds/Transducers.jl/pull/533