Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird “Cannot find method 'gist'” problem #6601

Open
p6rt opened this issue Oct 13, 2017 · 1 comment
Open

Weird “Cannot find method 'gist'” problem #6601

p6rt opened this issue Oct 13, 2017 · 1 comment
Labels
regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented Oct 13, 2017

Migrated from rt.perl.org#132282 (status was 'new')

Searchable as RT132282$

@p6rt
Copy link
Author

p6rt commented Oct 13, 2017

From @AlexDaniel

Code​:
-> (Str() $a, Str() :$b) { say [$a, $b] }('abc'.match(/(.) $<b>=. ./))

¦«2015.12»​:
[a b]

¦«2016.06»​:
[a b]

¦«2016.12»​:
[a b]

¦«2017.06»​:
Cannot find method 'gist'​: no method cache and no .^find_method
  in block <unit> at /home/bisectable/git/whateverable/data/regressionable/15277191/snippet line 1
«exit code = 1»

¦«HEAD»​:
Cannot find method 'gist'​: no method cache and no .^find_method
  in block <unit> at /home/bisectable/git/whateverable/data/regressionable/15277191/snippet line 1
«exit code = 1»

Possible IRC discussion​: https://irclog.perlgeek.de/perl6-dev/2017-10-09#i_15277191

This was caused by â��uncurseâ�� branch merge​: https://gist.github.com/e908b4fcec227d6a66abd509c150c414

I'm just the messenger, I don't know what's going on in that code and if it should work at all. But the error message does not feel right at all.

@p6rt p6rt added the regression Issue did not exist previously label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Issue did not exist previously
Projects
None yet
Development

No branches or pull requests

1 participant