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

[EXPERIMENT] postfix dereference syntax #13339

Closed
p5pRT opened this issue Oct 9, 2013 · 4 comments
Closed

[EXPERIMENT] postfix dereference syntax #13339

p5pRT opened this issue Oct 9, 2013 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Oct 9, 2013

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

Searchable as RT120162$

@p5pRT
Copy link
Author

p5pRT commented Oct 9, 2013

From @rjbs

Commit 4fa0b80 to perl5.git merged in the postderef branch, allowing Perl
5.20.0 to experimentally support​:

  $x->[y]{z}->$*->w->@​*

...instead of...

  @​{ ${ $x->[y]{z} }->w }

Acceptance criteria for this feature in a future perl release are, at a
minimum​:

  * no horrible known bugs
  * no major known inequalities between the two forms

--
rjbs

@p5pRT
Copy link
Author

p5pRT commented May 17, 2016

From @cpansprout

On Wed Oct 09 06​:31​:27 2013, rjbs wrote​:

Commit 4fa0b80 to perl5.git merged in the postderef branch, allowing Perl
5.20.0 to experimentally support​:

$x->[y]{z}->$*->w->@​*

...instead of...

@​{ ${ $x->[y]{z} }->w }

Acceptance criteria for this feature in a future perl release are, at a
minimum​:

* no horrible known bugs
* no major known inequalities between the two forms

There was a *minor* known inequality, now fixed in c349280.

In any case, this ticket can be resolved.

--

Father Chrysostomos

@p5pRT
Copy link
Author

p5pRT commented May 17, 2016

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

@p5pRT p5pRT closed this as completed May 17, 2016
@p5pRT
Copy link
Author

p5pRT commented May 17, 2016

@cpansprout - 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