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

initial stray space not accepted in :(...) #4634

Closed
p6rt opened this issue Oct 17, 2015 · 5 comments
Closed

initial stray space not accepted in :(...) #4634

p6rt opened this issue Oct 17, 2015 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Oct 17, 2015

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

Searchable as RT126385$

@p6rt
Copy link
Author

p6rt commented Oct 17, 2015

From @cognominal

say :​:('&say').WHAT
(Sub)
:​:('&say')
sub say (| is raw) { #`(Sub|140575934873152) ... }
:​:( '&say')
Cannot find method 'CALL-ME'
:​:('&say' )
sub say (| is raw) { #`(Sub|140575934873152) ... }

@p6rt
Copy link
Author

p6rt commented Oct 17, 2015

From @cognominal

On Sat Oct 17 16​:32​:50 2015, cognominal wrote​:

say :​:('&say').WHAT
(Sub)
:​:('&say')
sub say (| is raw) { #`(Sub|140575934873152) ... }
:​:( '&say')
Cannot find method 'CALL-ME'
:​:('&say' )
sub say (| is raw) { #`(Sub|140575934873152) ... }

They parse very differently

perl6 --target=parse

:​:('&say')
- statementlist​: :​:('&say')

  - statement​: 1 matches
  - EXPR​: :​:('&say')
  - longname​: :​:('&say')
  - name​: :​:('&say')
  - morename​: 1 matches
  - EXPR​: '&say'
  - value​: '&say'
  - quote​: '&say'
  - nibble​: &say

:​:( '&say')
- statementlist​: :​:( '&say')

  - statement​: 1 matches
  - EXPR​: ( '&say')
  - 0​: :​:
  - longname​: :​:
  - name​: :​:
  - morename​: 1 matches
  - postcircumfix​: ( '&say')
  - arglist​: '&say'
  - EXPR​: '&say'
  - value​: '&say'
  - quote​: '&say'
  - nibble​: &say
  - O​: <object>
  - OPER​: ( '&say')
  - arglist​: '&say'
  - EXPR​: '&say'
  - value​: '&say'
  - quote​: '&say'
  - nibble​: &say
  - O​: <object>

@p6rt
Copy link
Author

p6rt commented Oct 19, 2015

From @FROGGS

Patch​: rakudo/rakudo@4b1df7b018
Tests​: Raku/roast@0478776107

Closing ticket.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 19, 2015

From @FROGGS

Patch​: rakudo/rakudo@4b1df7b018
Tests​: Raku/roast@0478776107

Closing ticket.

@p6rt
Copy link
Author

p6rt commented Oct 19, 2015

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

@p6rt p6rt closed this as completed Oct 19, 2015
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