Zoffix Znet

Results 178 comments of Zoffix Znet

``` [OpenSSL] in sub sk_num ``` I had the same error. > I managed to get around this by git clone https://github.com/sergot/openssl.git and performing zef install . from there That...

I don't have any permissions on this repo (nor want them), but I imagine things would move faster if you prepare a PR that can be merged with a click...

> I think this is a problem of native array .perl It's a problem with anything that touches it: ``` m: my str @a; @a[3] = "x"; put @a[1] rakudo-moar...

> That feels better. Perhaps that should HLLize to Str ? Wouldn't that be weird that we'd have a native type that HLLizes to Str, yet you can't put Str...

@lizmat I wrote [the tests](https://github.com/perl6/roast/commit/469ebbc75b8adda58c927badc34f808ab1f1fb14) to cover this, but looks like the issue still exists.

> rely on the diff of the PR to hide the malicious intent. FWIW, different scripts isn't the only way something like this can be done: * https://perl6.party/post/Anguish--Invisible-Programming-Language-and-Invisible-Data-Theft#partii:invisibledatatheft * [RT#128159...

> I wonder if I can close this issue. The bug still exists. Don't close.

@tbrowder would you have any examples of how such a category layout would look like? In the screenshot above, I see `keys`, `values`, and `kv` as one group, `pairs` is...