JuliaArrays / PaddedViews.jl

Add virtual padding to the edges of an array
Other
49 stars 9 forks source link

introduce a non-exported filltype #26

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 4 years ago

This continues #24 by make filltype conversion extensible to other packages, e.g., it makes lifting filltype for Colorants possible in other packages.

This is a rework of #25 by breaking it into two PRs

johnnychen94 commented 4 years ago

I believe this is a safe refactor so I'm merging this now

The failed test on macOS is unrelated.