Closed kris-brown closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.90%. Comparing base (
a3f9f7c
) to head (91a1d78
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Addresses https://github.com/AlgebraicJulia/ACSets.jl/issues/128 by removing unnecessary calls to
collect
.It turns out the function was unnecessary - https://github.com/AlgebraicJulia/ACSets.jl/pull/36 introduced the
collect_column
which is sufficient for making sure thatX[:f]
returns a mutable vector copy rather than access to the direct underlying column.(I'll be testing that this doesn't break downstream packages in the near future)