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

$*PERL<version> should be version of Perl, not version of Rakudo in Rakudo #2263

Closed
p6rt opened this issue Nov 17, 2010 · 10 comments
Closed
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 17, 2010

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

Searchable as RT79294$

@p6rt
Copy link
Author

p6rt commented Nov 17, 2010

From @masak

<TheHarlot> rakudo​: say $*PERL
<p6eval> rakudo 015d77​: OUTPUT«name rakudo␤version 2010.10-22-g015d77b␤␤»
<TimToady> $*PERL should be the Perl version, not the rakudo version
<TimToady> the rakudo version should be in VM
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Feb 24, 2014

From @coke

On Tue Nov 16 16​:15​:29 2010, masak wrote​:

<TheHarlot> rakudo​: say $*PERL
<p6eval> rakudo 015d77​: OUTPUT«name rakudo␤version 2010.10-22-
g015d77b␤␤»
<TimToady> $*PERL should be the Perl version, not the rakudo version
<TimToady> the rakudo version should be in VM
* masak submits rakudobug

Since this was opened, what was version is now in ver, and version is unset​:

03​:02 < [Coke]> r​: say $*PERL<version>
03​:02 <+camelia> rakudo-parrot e8cea1, rakudo-jvm e8cea1, rakudo-moar e8cea1​:
  OUTPUT«(Any)␤»

What version should we declare to make this ticket closable?

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Feb 24, 2014

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

@p6rt
Copy link
Author

p6rt commented Feb 24, 2014

From @moritz

On 02/24/2014 09​:04 AM, Will Coleda via RT wrote​:

On Tue Nov 16 16​:15​:29 2010, masak wrote​:

<TheHarlot> rakudo​: say $*PERL
<p6eval> rakudo 015d77​: OUTPUT«name rakudo␤version 2010.10-22-
g015d77b␤␤»
<TimToady> $*PERL should be the Perl version, not the rakudo version
<TimToady> the rakudo version should be in VM
* masak submits rakudobug

Since this was opened, what was version is now in ver, and version is unset​:

03​:02 < [Coke]> r​: say $*PERL<version>
03​:02 <+camelia> rakudo-parrot e8cea1, rakudo-jvm e8cea1, rakudo-moar e8cea1​:
OUTPUT«(Any)␤»

What version should we declare to make this ticket closable?

Maybe something like '6.2014.02' or '6.preview' or so.

Cheers,
Moritz

@p6rt
Copy link
Author

p6rt commented Feb 26, 2014

From @masak

Coke (>>), Moritz (>)​:

What version should we declare to make this ticket closable?

Maybe something like '6.2014.02' or '6.preview' or so.

Maybe something out of S02's discussion about version literals?

// Carl

@p6rt
Copy link
Author

p6rt commented Oct 22, 2015

From @usev6

$*PERL<version> is not allowed nowadays but with .version we get a reasonable answer​:

$ perl6 -e 'say $*PERL.version'
v6.b

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 22, 2015

From @usev6

$*PERL<version> is not allowed nowadays but with .version we get a reasonable answer​:

$ perl6 -e 'say $*PERL.version'
v6.b

@p6rt
Copy link
Author

p6rt commented Apr 7, 2016

From @diakopter

resolved

12​:25 <diakopter> m​: say $*PERL
12​:25 <camelia> rakudo-moar 61d231​: OUTPUT«Perl 6 (6.c)␤»

1 similar comment
@p6rt
Copy link
Author

p6rt commented Apr 7, 2016

From @diakopter

resolved

12​:25 <diakopter> m​: say $*PERL
12​:25 <camelia> rakudo-moar 61d231​: OUTPUT«Perl 6 (6.c)␤»

@p6rt p6rt closed this as completed Apr 7, 2016
@p6rt
Copy link
Author

p6rt commented Apr 7, 2016

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

@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant