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

▁ ▂ ▃ ▄ ▅ "▆ ▇ █␤, alas no" #3168

Closed
p6rt opened this issue Jun 17, 2013 · 7 comments
Closed

▁ ▂ ▃ ▄ ▅ "▆ ▇ █␤, alas no" #3168

p6rt opened this issue Jun 17, 2013 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Jun 17, 2013

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

Searchable as RT118519$

@p6rt
Copy link
Author

p6rt commented Jun 17, 2013

From @lizmat

23​:45​:53] <TimToady> nr​: say 'â��' ... 'â��'
[23​:46​:07] <+camelia> rakudo b2072f​: OUTPUT«(timeout)»
[23​:46​:07] <+camelia> ..niecza v24-77-g2b14288​: OUTPUT«â�� â�� â�� â�� â�� â�� â�� â��â�¤Â»
[23​:46​:17] <TimToady> rakudobug
[23​:46​:36] lizmat submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jun 18, 2013

From @pmichaud

23​:45​:53] <TimToady> nr​: say 'â��' ... 'â��'
[23​:46​:07] <+camelia> rakudo b2072f​: OUTPUT«(timeout)»

Now fixed in af50a6e​:

  > say 'â��' ... 'â��'
  â�� â�� â�� â�� â�� â�� â�� â��

Closable with tests.

Pm

@p6rt
Copy link
Author

p6rt commented Jun 18, 2013

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

@p6rt
Copy link
Author

p6rt commented Jun 18, 2013

From @labster

On Mon Jun 17 17​:17​:37 2013, pmichaud wrote​:

23​:45​:53] <TimToady> nr​: say 'â��' ... 'â��'
[23​:46​:07] <+camelia> rakudo b2072f​: OUTPUT«(timeout)»

Now fixed in af50a6e​:

> say '�' \.\.\. '�'
� � � � � � � �

Closable with tests.

Pm

I don't think this fixed the underlying problem here​:
labster​: r​: < . 0 >».ord.say
[7​:08pm] camelia​: rakudo b2072f​: OUTPUT«46 48â�¤Â»
[7​:08pm] labster​: r​: say eager ".".."0"
[7​:08pm] camelia​: rakudo b2072f​: OUTPUT«(timeout)»
[7​:14pm] labster​: r​: say "." ... "0"
[7​:15pm] camelia​: rakudo b2072f​: OUTPUT«(timeout)»

We shouldn't be timing out on a list with three characters in it. The
result here should be ('.', '/', '0"). See
https://github.com/perl6/specs/blob/master/S03-operators.pod#L2024 for
why this should be the case.

@p6rt
Copy link
Author

p6rt commented Sep 9, 2013

From @coke

All samples now working, tests added to S03-sequence/nonnumeric.t

--
Will "Coke" Coleda

1 similar comment
@p6rt
Copy link
Author

p6rt commented Sep 9, 2013

From @coke

All samples now working, tests added to S03-sequence/nonnumeric.t

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Sep 9, 2013

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

@p6rt p6rt closed this as completed Sep 9, 2013
@p6rt p6rt added the testneeded label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant