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

S metaop not implemented #6487

Open
p6rt opened this issue Sep 1, 2017 · 1 comment
Open

S metaop not implemented #6487

p6rt opened this issue Sep 1, 2017 · 1 comment
Labels
NYI Features not yet implemented regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented Sep 1, 2017

Migrated from rt.perl.org#132010 (status was 'new')

Searchable as RT132010$

@p6rt
Copy link
Author

p6rt commented Sep 1, 2017

From @skids

Please combine RT #​124544 #​124545 #​124546 and #​124547 into this bug.
They are autogenerated per-test bugs for an unimplemented feature.

The S metaoperator has been unimplemented since pre-nom days.

Also some of the tests in S03-operators/also.t are dubious, since
a block object inside an expression is not called.

$ perl6 -e '(1 & { 42.say }).say'
all(1, -> ;; $_? is raw { #`(Block|93970534783312) ... })

The S metaoperator does still have syntax hooks, but does not even
work as a noop... any passing tests in this file pass by accident​:

$ perl6 -e '(1 S& 2).perl.say; (?(all())).say'
all()
True

@p6rt p6rt added NYI Features not yet implemented regression Issue did not exist previously labels Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NYI Features not yet implemented regression Issue did not exist previously
Projects
None yet
Development

No branches or pull requests

1 participant