nige123 / jmp.nigelhamilton.com

jmp - search files and jump to matching lines in a text editor
Other
13 stars 4 forks source link

dies if "q" is typed to quit #10

Closed nkh closed 4 years ago

nkh commented 5 years ago

34 ~/Downloads jmp ls Unhandled exception in code scheduled on thread 7 A react block: in code at /home/nadim/nadim/devel/repositories/rakudo/install/share/perl6/site/sources/F8D16F94A23B6A83F4D0687159D31DC9C099B12C (Terminal::Print::DecodedInput) line 150

Died because of the exception: No such method 'done' for invocant of type 'Supply'. Did you mean any of these? clone do does none

  in block  at /home/nadim/nadim/devel/repositories/rakudo/install/share/perl6/site/sources/F8D16F94A23B6A83F4D0687159D31DC9C099B12C (Terminal::Print::DecodedInput) line 241
  in block  at /home/nadim/nadim/devel/repositories/rakudo/install/share/perl6/site/sources/217FBEBE8FFB31DAC17F3EDD394D8A8DFBB342C0 (JMP::UI) line 39
  in block  at /home/nadim/nadim/devel/repositories/rakudo/install/share/perl6/site/sources/F8D16F94A23B6A83F4D0687159D31DC9C099B12C (Terminal::Print::DecodedInput) line 189
  in block  at /home/nadim/nadim/devel/repositories/rakudo/install/share/perl6/site/sources/F8D16F94A23B6A83F4D0687159D31DC9C099B12C (Terminal::Print::DecodedInput) line 187
  in block  at /home/nadim/nadim/devel/repositories/rakudo/install/share/perl6/site/sources/779A552D6640C06952A77740DD3CBBA75F3A6277 (Terminal::Print::RawInput) line 35
nige123 commented 5 years ago

HI Nadim,

Thanks for the bug report - I think this error won't happen with the latest version of Perl 6.

Cheers

NIge

nkh commented 5 years ago

Hi, I compile rakudo 2 hours ago. It doesn't matter if the key is 'q' or 'x' as display in the "bar", the error occurs anyway.

nige123 commented 5 years ago

Could you please run this and let me know the output?

shell> perl6 -v

nkh commented 5 years ago

I build my own, a few days old.

This is Rakudo version 2018.11-82-ge7b61aff7 built on MoarVM version 2018.11-39-g987269ea9 implementing Perl 6.d.

nige123 commented 4 years ago

I was unable to replicate this bug.