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

Fwd: [libdigest-perl6] Issue with σ in expressions (#7) #3744

Closed
p6rt opened this issue Mar 19, 2015 · 5 comments
Closed

Fwd: [libdigest-perl6] Issue with σ in expressions (#7) #3744

p6rt opened this issue Mar 19, 2015 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Mar 19, 2015

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

Searchable as RT124120$

@p6rt
Copy link
Author

p6rt commented Mar 19, 2015

From noel.sharrock@gmail.com

Hi,
I have a compile error using panda to install Digest module on a windows 8
with latest (rakudo-star-2015.02.msi
<http://rakudo.org/downloads/star/rakudo-star-2015.02.msi>) install

It complains about the "�" symbol in the SHA.pm file line 94

my $�0;

That reproduces the error

C​:\Users\nsharrok\Documents>perl6.p6
===SORRY!=== Error while compiling C​:\Users\nsharrok\Documents\perl6.p6
Two terms in a row
at C​:\Users\nsharrok\Documents\perl6.p6​:1
------> my $����â0;
  expecting any of​:
  scoped declarator
  constraint
  postfix
  infix stopper
  infix or meta-infix
  statement end
  statement modifier
  statement modifier loop

---------- Forwarded message ----------
From​: Noel Sharrock <noel.sharrock@​gmail.com>
Date​: 20 March 2015 at 10​:17
Subject​: Re​: [libdigest-perl6] Issue with Ï� in expressions (#​7)
To​: grondilu/libdigest-perl6 <
reply+002221cea6511fde0115a72e6ceb86bbee6b608417a14bbc92cf0000000111221bd692a169ce03bed4b9@​reply.github.com

On 19 March 2015 at 16​:08, grondilu <notifications@​github.com> wrote​:

Can't reproduce this on Linux MoarVM. Not sure what to do about it : it's
not specific to the library but appears to be a rakudo bug. I suggest
trying to find a minimal code reproducing the error and post it at
rakudobug@​perl.org

�
Reply to this email directly or view it on GitHub
<https://github.com/grondilu/libdigest-perl6/issues/7#issuecomment-83323892>
.

@p6rt
Copy link
Author

p6rt commented Jul 11, 2015

From @coke

On Thu Mar 19 16​:25​:39 2015, noel.sharrock@​gmail.com wrote​:

Hi,
I have a compile error using panda to install Digest module on a
windows 8
with latest (rakudo-star-2015.02.msi
<http://rakudo.org/downloads/star/rakudo-star-2015.02.msi>) install

It complains about the "�" symbol in the SHA.pm file line 94

my $�0;

That reproduces the error

C​:\Users\nsharrok\Documents>perl6.p6
===SORRY!=== Error while compiling
C​:\Users\nsharrok\Documents\perl6.p6
Two terms in a row
at C​:\Users\nsharrok\Documents\perl6.p6​:1
------> my $����â0;
expecting any of​:
scoped declarator
constraint
postfix
infix stopper
infix or meta-infix
statement end
statement modifier
statement modifier loop

---------- Forwarded message ----------
From​: Noel Sharrock <noel.sharrock@​gmail.com>
Date​: 20 March 2015 at 10​:17
Subject​: Re​: [libdigest-perl6] Issue with Ï� in expressions (#​7)
To​: grondilu/libdigest-perl6 <
reply+002221cea6511fde0115a72e6ceb86bbee6b608417a14bbc92cf0000000111221bd692a169ce03bed4b9@​reply.github.com

On 19 March 2015 at 16​:08, grondilu <notifications@​github.com> wrote​:

Can't reproduce this on Linux MoarVM. Not sure what to do about it :
it's
not specific to the library but appears to be a rakudo bug. I suggest
trying to find a minimal code reproducing the error and post it at
rakudobug@​perl.org

�
Reply to this email directly or view it on GitHub
<grondilu/libdigest-raku#7 (comment)
83323892>
.

can't reproduce on camelia​:

03​:15 < [Coke]> m​: my $Ï�0;
03​:15 <+camelia> rakudo-moar 97ebe4​: ( no output )

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jul 11, 2015

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

@p6rt
Copy link
Author

p6rt commented Oct 27, 2015

From @coke

On Sat Jul 11 00​:17​:28 2015, coke wrote​:

On Thu Mar 19 16​:25​:39 2015, noel.sharrock@​gmail.com wrote​:

Hi,
I have a compile error using panda to install Digest module on a
windows 8
with latest (rakudo-star-2015.02.msi
<http://rakudo.org/downloads/star/rakudo-star-2015.02.msi>) install

It complains about the "�" symbol in the SHA.pm file line 94

my $�0;

That reproduces the error

C​:\Users\nsharrok\Documents>perl6.p6
===SORRY!=== Error while compiling
C​:\Users\nsharrok\Documents\perl6.p6
Two terms in a row
at C​:\Users\nsharrok\Documents\perl6.p6​:1
------> my $����â0;
expecting any of​:
scoped declarator
constraint
postfix
infix stopper
infix or meta-infix
statement end
statement modifier
statement modifier loop

---------- Forwarded message ----------
From​: Noel Sharrock <noel.sharrock@​gmail.com>
Date​: 20 March 2015 at 10​:17
Subject​: Re​: [libdigest-perl6] Issue with Ï� in expressions (#​7)
To​: grondilu/libdigest-perl6 <
reply+002221cea6511fde0115a72e6ceb86bbee6b608417a14bbc92cf0000000111221bd692a169ce03bed4b9@​reply.github.com

On 19 March 2015 at 16​:08, grondilu <notifications@​github.com> wrote​:

Can't reproduce this on Linux MoarVM. Not sure what to do about it
:
it's
not specific to the library but appears to be a rakudo bug. I
suggest
trying to find a minimal code reproducing the error and post it at
rakudobug@​perl.org

�
Reply to this email directly or view it on GitHub
<grondilu/libdigest-raku#7 (comment)
83323892>
.

can't reproduce on camelia​:

03​:15 < [Coke]> m​: my $Ï�0;
03​:15 <+camelia> rakudo-moar 97ebe4​: ( no output )

Just had someone on irc verify that it's working for them on windows 10; closing ticket.

--
Will "Coke" Coleda

@p6rt p6rt closed this as completed Oct 27, 2015
@p6rt
Copy link
Author

p6rt commented Oct 27, 2015

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