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

[BUG w/ tests] our-scaped package variable not visible during function call #3116

Closed
p6rt opened this issue Apr 27, 2013 · 5 comments
Closed

Comments

@p6rt
Copy link

p6rt commented Apr 27, 2013

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

Searchable as RT117775$

@p6rt
Copy link
Author

p6rt commented Apr 27, 2013

From @grondilu

package Foo {
  our $msg;
  our sub talk { say $msg }
}

$Foo​::msg = "hello";
Foo​::talk; # expecting "hello"

Output​:
* Niecza​: "Hello" (this seems OK)
* rakudo​: "(Any)" (this seems like a bug to me)

@p6rt
Copy link
Author

p6rt commented May 9, 2013

From @FROGGS

Added test​: Raku/roast@b1e5c0ede7

@p6rt
Copy link
Author

p6rt commented May 9, 2013

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

@p6rt
Copy link
Author

p6rt commented May 9, 2013

From @FROGGS

Fixed​:
rakudo/rakudo@bfd8508

@p6rt
Copy link
Author

p6rt commented May 9, 2013

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

@p6rt p6rt closed this as completed May 9, 2013
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