Phillip Cloud

Results 993 comments of Phillip Cloud

Yep, working through it now!

@NickCrews All of those are useful and all but the last one are feasible. > all installed python packages Is there a standard way to get that information regardless of...

Why can't we keep ```python t.select([t.foo], t.bar) ``` ? It doesn't seem meaningfully different from allowing ```python t.select([t.foo], bar=t.bar) ```

I think so. It's really things like `t.select([[...]], [[...]])` that should be disallowed.

Let's keep the full changeset here, and make sure to have both a `BREAKING CHANGE` bit as well as documentation on the behavior in the relevant APIs (`select` and `mutate`).

Seems like it _might_ keep `bind` more flexible and easier to maintain if we dereference elsewhere.

We should probably kill `destructure()` now that proper alternatives (`lift`) are available.

I'm going to rip out `destructure` in a separate PR.

@NickCrews Can you review this again? This is a remaining blocker for the 9.0 release which we'd like to get out early next week.