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

$*OUT.t fails #3597

Closed
p6rt opened this issue Dec 2, 2014 · 5 comments
Closed

$*OUT.t fails #3597

p6rt opened this issue Dec 2, 2014 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Dec 2, 2014

Migrated from rt.perl.org#123347 (status was 'resolved')

Searchable as RT123347$

@p6rt
Copy link
Author

p6rt commented Dec 2, 2014

From @smls

It works on Parrot, but on Moar it dies​:

<smls> m​: say $*OUT.t
<camelia> rakudo-moar 91d899​: OUTPUT«Cannot find method 'isatty'​: no method cache and no .^find_method␤ in method t at src/gen/m-CORE.setting​:15808␤ in block <unit> at /tmp/RrRl45JJjr​:1␤␤»
<moritz> p​: say $*OUT.t
<camelia> rakudo-parrot 91d899​: OUTPUT«False␤»

@p6rt
Copy link
Author

p6rt commented Dec 3, 2014

From @coke

On Tue Dec 02 07​:03​:30 2014, smls75@​gmail.com wrote​:

It works on Parrot, but on Moar it dies​:

<smls> m​: say $*OUT.t
<camelia> rakudo-moar 91d899​: OUTPUT«Cannot find method 'isatty'​: no
method cache and no .^find_method␤ in method t at src/gen/m-
CORE.setting​:15808␤ in block <unit> at /tmp/RrRl45JJjr​:1␤␤»
<moritz> p​: say $*OUT.t
<camelia> rakudo-parrot 91d899​: OUTPUT«False␤»

Also fails on jvm​:

./perl6 -e 'say $*OUT.t'
No such method 'isatty' for invocant of type 'BOOTIO'
  in method t at gen/jvm/CORE.setting​:15711
  in block <unit> at -e​:1

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Dec 3, 2014

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 19, 2015

From @jnthn

On Wed Dec 03 06​:50​:20 2014, coke wrote​:

On Tue Dec 02 07​:03​:30 2014, smls75@​gmail.com wrote​:

It works on Parrot, but on Moar it dies​:

<smls> m​: say $*OUT.t
<camelia> rakudo-moar 91d899​: OUTPUT«Cannot find method 'isatty'​: no
method cache and no .^find_method␤ in method t at src/gen/m-
CORE.setting​:15808␤ in block <unit> at /tmp/RrRl45JJjr​:1␤␤»
<moritz> p​: say $*OUT.t
<camelia> rakudo-parrot 91d899​: OUTPUT«False␤»

Also fails on jvm​:

./perl6 -e 'say $*OUT.t'
No such method 'isatty' for invocant of type 'BOOTIO'
in method t at gen/jvm/CORE.setting​:15711
in block <unit> at -e​:1

Fixed by pmurias++, with tests in S16-filehandles/io.t.

/jnthn

@p6rt p6rt closed this as completed Nov 19, 2015
@p6rt
Copy link
Author

p6rt commented Nov 19, 2015

@jnthn - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant