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

Implement the lack of need to declare vars in lax mode in Rakudo #784

Closed
p6rt opened this issue Mar 15, 2009 · 5 comments
Closed

Implement the lack of need to declare vars in lax mode in Rakudo #784

p6rt opened this issue Mar 15, 2009 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 15, 2009

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

Searchable as RT63896$

@p6rt
Copy link
Author

p6rt commented Mar 15, 2009

From @masak

<diakopter> rakudo​: v6; $b = 1;
<p6eval> rakudo 5b1ff9​: OUTPUT«Scope not found for PAST​::Var '$b' in [...]
<diakopter> masak​: there's one for you to submit
<diakopter> (unless it's already in the list somewhere I guess)
<diakopter> auto-declare
<masak> oh, it couldn't hurt.
* masak submits
<pmurias> the lax mode is one of the least important Perl 6 features
so it's not very high priority
<diakopter> "use lax; mode should autodeclare"
<pmurias> undeclared variables are treated as package ones in lax mode
<masak> I'll submit it, and we'll advertise for a second bug wrangler,
one whose aim it is to reduce redundancy on RT. :)

@p6rt
Copy link
Author

p6rt commented Jul 28, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 7, 2013

From @FROGGS

There is a proposal which needs finetuning according to jnthn++ at​:
https://gist.github.com/FROGGS/6f8989611659551dae1f

@p6rt
Copy link
Author

p6rt commented Oct 2, 2014

From @FROGGS

Implementation​: rakudo/rakudo@5daa5de
Tests​: Raku/roast@0004afd

@p6rt
Copy link
Author

p6rt commented Oct 2, 2014

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

@p6rt p6rt closed this as completed Oct 2, 2014
@p6rt p6rt added the Todo label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant