Gavin King
Gavin King
I'm changing my mind on this. As pointed out by others, there is a difference between a "stream", and an "iterable", in that a stream is in some sense stateful...
> Sounds like consensus is forming around leaving the names as they are? Yes.
Perhaps we could use some sort of annotation on the module `import` to indicate that we want this functionality to be enabled.
> No, it's per-package, with list of exceptions, and a way to specify things like how variadic maps to `ViewGroup.addView` or `Container.add`. It's either a set of flags, or a...
> We can hard-code defaults for Android and Swing, but not for every other similar module. Agreed.
Reassigning to 1.3.2, since @FroMage says it won't make it into 1.3.1.
> I think what might be more useful for addressing the problem (or a significant part of the pain point) in this issue would be a standard language-level feature that...
Confirmed. Thanks for reporting.
I've confirmed the bug. However, please note that there is a very trivial workaround. Just remove `&Category`, since it's not doing any real work here, or replace it with `&Category`....
@kingjon3377 Yes that might work, and it's a good idea. We would still have to introduce this new multidimensional-array class somewhere (or perhaps just two classes, one for 2D arrays,...