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

IO.WHAT.say returns no output #2284

Closed
p6rt opened this issue Dec 3, 2010 · 6 comments
Closed

IO.WHAT.say returns no output #2284

p6rt opened this issue Dec 3, 2010 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Dec 3, 2010

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

Searchable as RT80186$

@p6rt
Copy link
Author

p6rt commented Dec 3, 2010

From @bbkr

[19​:02] <bbkr> rakudo​: "/etc/services".IO.WHAT.say # bug?
[19​:02] <p6eval> rakudo : ( no output )
[19​:03] <masak> bbkr​: looks like the usual "error during &say call gets lost
somewhere" bug.

@p6rt
Copy link
Author

p6rt commented Oct 1, 2011

From @coke

On Fri Dec 03 10​:06​:00 2010, pawel.pabian@​implix.com wrote​:

[19​:02] <bbkr> rakudo​: "/etc/services".IO.WHAT.say # bug?
[19​:02] <p6eval> rakudo : ( no output )
[19​:03] <masak> bbkr​: looks like the usual "error during &say call
gets lost
somewhere" bug.

Now complains​:

20​:23 < [Coke]> rakudo​: "/etc/services".IO.WHAT.say # bug?
20​:23 <+p6eval> rakudo ebd4d8​: OUTPUT«Cannot access attributes in a type
  objectâ�¤ in method print at src/gen/CORE.setting​:5038â�¤ in
  method say at src/gen/CORE.setting​:5046â�¤ in block <anon> at
  /tmp/AHHucfspN8​:1â�¤ in <anon> at /tmp/AHHucfspN8​:1â�¤â�¤Â»

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 1, 2011

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

@p6rt
Copy link
Author

p6rt commented Jan 13, 2012

From @jnthn

On Fri Sep 30 17​:24​:25 2011, coke wrote​:

On Fri Dec 03 10​:06​:00 2010, pawel.pabian@​implix.com wrote​:

[19​:02] <bbkr> rakudo​: "/etc/services".IO.WHAT.say # bug?
[19​:02] <p6eval> rakudo : ( no output )
[19​:03] <masak> bbkr​: looks like the usual "error during &say call
gets lost
somewhere" bug.

Now complains​:

20​:23 < [Coke]> rakudo​: "/etc/services".IO.WHAT.say # bug?
20​:23 <+p6eval> rakudo ebd4d8​: OUTPUT«Cannot access attributes in a type
objectâ�¤ in method print at src/gen/CORE.setting​:5038â�¤ in
method say at src/gen/CORE.setting​:5046â�¤ in block
<anon> at
/tmp/AHHucfspN8​:1â�¤ in <anon> at /tmp/AHHucfspN8​:1â�¤â�¤Â»

Now fixed​:

"/etc/services".IO.WHAT.say
IO()

Tagging testneeded.

Thanks,

/jnthn

@p6rt
Copy link
Author

p6rt commented Mar 3, 2012

From @moritz

Now tested in S16-io/say-and-ref.t

@p6rt
Copy link
Author

p6rt commented Mar 3, 2012

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

@p6rt p6rt closed this as completed Mar 3, 2012
@p6rt p6rt added the testneeded label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant