You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agg was a good idea at the time, but 7 years later I don't think the bespoke complexity is paying off. We should move all user facing APIs to Seq and make Agg an alias for backwards source compatibility
This is a bincompat breaking change and will need to go into 0.13.0
The text was updated successfully, but these errors were encountered:
Agg ensured (silently) that there were no duplicate entries. When removing it, we should also revise other places like T.sources/Task.Sources or ivyDeps whether they should de-duplicate their inputs to avoid extra work.
Agg
was a good idea at the time, but 7 years later I don't think the bespoke complexity is paying off. We should move all user facing APIs toSeq
and makeAgg
an alias for backwards source compatibilityThis is a bincompat breaking change and will need to go into 0.13.0
The text was updated successfully, but these errors were encountered: