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

my with parens should allow SSA binding at least one of these ways #4743

Closed
p6rt opened this issue Nov 12, 2015 · 4 comments
Closed

my with parens should allow SSA binding at least one of these ways #4743

p6rt opened this issue Nov 12, 2015 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Nov 12, 2015

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

Searchable as RT126626$

@p6rt
Copy link
Author

p6rt commented Nov 12, 2015

From @TimToady

p6 'my ($a, \b) = 1, 2; say $a; say b;'
1
(Any)
p6 'my ($a, \b) := 1, 2; say $a; say b;'
1
(Any)
p6 'my ($a, \b) :​:= 1, 2; say $a; say b;'
1
(Any)
p6 'my ($a, \b) :​:= \(1,2); say $a; say b;'
1
(Any)

@p6rt
Copy link
Author

p6rt commented Dec 16, 2015

From @jnthn

On Thu Nov 12 11​:41​:16 2015, larry wrote​:

p6 'my ($a, \b) = 1, 2; say $a; say b;'
1
(Any)
p6 'my ($a, \b) := 1, 2; say $a; say b;'
1
(Any)

These two now work. Tests in S04-declarations/my.t.

@p6rt
Copy link
Author

p6rt commented Dec 16, 2015

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

@p6rt p6rt closed this as completed Dec 16, 2015
@p6rt
Copy link
Author

p6rt commented Dec 16, 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