Elizabeth Mattijsen

Results 905 comments of Elizabeth Mattijsen

> a format eating N bytes from a stream A format eating the bytes from a stream that it needs, and again, exposing that as a Supply :-)

Fixed `[%] Buf` with https://github.com/rakudo/rakudo/commit/0730199b32

Also: https://github.com/rakudo/rakudo/issues/5160

Appears fixed in RakuAST, test added with https://github.com/rakudo/rakudo/commit/0ebeee030e so closing

IRClogs updated link: https://irclogs.raku.org/perl6/2018-06-25.html#21:18

Note that an `IterationBuffer` is basically a `VMArray`. Specifically created by @jnthn so that it would *not* get HLLized when being passed as an argument. The `QuantHash`es needed something similar...

This was done intentionally, to make it easier for users to report which version they were using when they file an issue.

Could you make a PR that would enlighten what your proposed solution is?

There are no plans on trying to fix "is cached". Most likely, it will be deprecated from the core. The ecosystem provides several solutions: https://raku.land/?q=cache

Golfed to: my int @nums = array[int].new(:shape) AKA, the shape doesn't matter, but it *must* be specified. The `.=` doesn't matter either. The code is incorrect in that it should...