Re: Rakudo Star v2020.01

2020-03-04 Thread Parrot Raiser
> I have no plans currently to go through the existing infrastructure and
> rename things. I'm not intimately familiar with the code in Rakudo
> Star, and prefer to not touch what isn't broken.

That sounds like a sensible decision. After thinking about the job, I
realise that it's going to take careful untangling, locating every
reference to files before renaming them.

On 3/3/20, Patrick Spek  wrote:
> On Tue, 3 Mar 2020 16:41:47 -0500
> Parrot Raiser <1parr...@gmail.com> wrote:
>
>> I've managed to download 2020.01, and run it with an explicit path,
>> but the directory structure that my script used to follow, is broken
>> in some way.  (I'll investigate further, to see if I can spot the
>> change, but a required directory tree might help me find it, if you
>> could provide one.)
>>
>> A fair number of references to "perl6" remain in the directories. How
>> many references have to be untangled before it is consistently
>> "rakudo"?
>
> I have no plans currently to go through the existing infrastructure and
> rename things. I'm not intimately familiar with the code in Rakudo
> Star, and prefer to not touch what isn't broken. If references are
> found and can be easily fixed, I'll gladly look into it, though. Of
> course, patches to help out are much appreciated as well!
>
> Also, please note that the language is called Raku, the compiler is
> Rakudo.
>
> --
> With kind regards,
>
> Patrick Spek
>
>
> www:  https://www.tyil.nl/
> mail: p.s...@tyil.nl
> pgp:  1660 F6A2 DFA7 5347 322A  4DC0 7A6A C285 E2D9 8827
>
> social: https://soc.fglt.nl/tyil
> git:https://gitlab.com/tyil/
>


Re: Rakudo Star v2020.01

2020-03-03 Thread Vadim Belman

Neither you need to rename anything Patrick unless it's something purely Rakudo 
Star related. Whatever is in Rakudo directory will be renamed when time comes.

Also, perl6 binaries (or rather links to rakudo binaries) are there for 
backward compatibility. They will be deprecated with the release of v6.e of 
Raku language and removed in v6.f.

Best regards,
Vadim Belman

> On Mar 3, 2020, at 6:16 PM, Patrick Spek via perl6-users 
>  wrote:
> 
> On Tue, 3 Mar 2020 16:41:47 -0500
> Parrot Raiser <1parr...@gmail.com > wrote:
> 
>> I've managed to download 2020.01, and run it with an explicit path,
>> but the directory structure that my script used to follow, is broken
>> in some way.  (I'll investigate further, to see if I can spot the
>> change, but a required directory tree might help me find it, if you
>> could provide one.)
>> 
>> A fair number of references to "perl6" remain in the directories. How
>> many references have to be untangled before it is consistently
>> "rakudo"?
> 
> I have no plans currently to go through the existing infrastructure and
> rename things. I'm not intimately familiar with the code in Rakudo
> Star, and prefer to not touch what isn't broken. If references are
> found and can be easily fixed, I'll gladly look into it, though. Of
> course, patches to help out are much appreciated as well!
> 
> Also, please note that the language is called Raku, the compiler is
> Rakudo.
> 
> --
> With kind regards,
> 
> Patrick Spek
> 
> 
> www:  https://www.tyil.nl/ 
> mail: p.s...@tyil.nl 
> pgp:  1660 F6A2 DFA7 5347 322A  4DC0 7A6A C285 E2D9 8827
> 
> social: https://soc.fglt.nl/tyil 
> git:https://gitlab.com/tyil/ 


signature.asc
Description: Message signed with OpenPGP


Re: Rakudo Star v2020.01

2020-03-03 Thread Patrick Spek via perl6-users
On Tue, 3 Mar 2020 16:41:47 -0500
Parrot Raiser <1parr...@gmail.com> wrote:

> I've managed to download 2020.01, and run it with an explicit path,
> but the directory structure that my script used to follow, is broken
> in some way.  (I'll investigate further, to see if I can spot the
> change, but a required directory tree might help me find it, if you
> could provide one.)
> 
> A fair number of references to "perl6" remain in the directories. How
> many references have to be untangled before it is consistently
> "rakudo"?

I have no plans currently to go through the existing infrastructure and
rename things. I'm not intimately familiar with the code in Rakudo
Star, and prefer to not touch what isn't broken. If references are
found and can be easily fixed, I'll gladly look into it, though. Of
course, patches to help out are much appreciated as well!

Also, please note that the language is called Raku, the compiler is
Rakudo.

-- 
With kind regards,

Patrick Spek


www:  https://www.tyil.nl/
mail: p.s...@tyil.nl
pgp:  1660 F6A2 DFA7 5347 322A  4DC0 7A6A C285 E2D9 8827

social: https://soc.fglt.nl/tyil
git:https://gitlab.com/tyil/


pgpOu8raJCR88.pgp
Description: OpenPGP digital signature


Re: Rakudo Star v2020.01

2020-03-03 Thread Parrot Raiser
I've managed to download 2020.01, and run it with an explicit path,
but the directory structure that my script used to follow, is broken
in some way.  (I'll investigate further, to see if I can spot the
change, but a required directory tree might help me find it, if you
could provide one.)

A fair number of references to "perl6" remain in the directories. How
many references have to be untangled before it is consistently
"rakudo"?

On 2/19/20, JJ Merelo  wrote:
> Great work, and thanks, Patrick.
>
> El mié., 19 feb. 2020 a las 20:46, Patrick Spek via perl6-users (<
> perl6-us...@perl.org>) escribió:
>
>> Hi everyone!
>>
>> Just now I've sent an announcement to perl6-compil...@perl.org, to
>> notify people that I've made a first non-rc release of Rakudo Star. For
>> those of you that use Rakudo Star, this may be a good time to try out
>> the latest version! The files are available from https://dist.tyil.nl:
>>
>> - https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz
>> - https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz.asc
>> -
>> https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz.checksums.txt
>>
>> I've not had many people to test things, but the rakudo spectest
>> succeeds on all my machines, and I've been using it on my own machines
>> for a couple weeks now, so I have no reason not to believe this release
>> will work.
>>
>> Do note, however, that I only use, and therefore test, on GNU+Linux.
>> This release does *not* contain a .msi (for Windows users) or a .dmg
>> (for Mac users). If anyone would like to help out by building those
>> files, please do not hesitate to reach out!
>>
>> If you have any questions on how to install this (on GNU+Linux or
>> otherwise), please reply to the mailing list and I (or other people,
>> especially for Windows and Mac users) will do my (or our) best to help
>> you out.
>>
>> Any feedback on how to best communicate these releases is also very
>> much appreciated.
>>
>> Lastly, I do not have access to the sources of https://rakudo.org/ (as
>> far as I'm aware), and can therefore not update that website to mirror
>> the release files, nor update its documentation. If anyone knows who to
>> contact for this, please let me know.
>>
>> --
>> With kind regards,
>>
>> Patrick Spek
>>
>>
>> www:  https://www.tyil.nl/
>> mail: p.s...@tyil.nl
>> pgp:  1660 F6A2 DFA7 5347 322A  4DC0 7A6A C285 E2D9 8827
>>
>> social: https://soc.fglt.nl/tyil
>> git:https://gitlab.com/tyil/
>>
>
>
> --
> JJ
>


Re: Rakudo Star v2020.01

2020-02-19 Thread JJ Merelo
Great work, and thanks, Patrick.

El mié., 19 feb. 2020 a las 20:46, Patrick Spek via perl6-users (<
perl6-us...@perl.org>) escribió:

> Hi everyone!
>
> Just now I've sent an announcement to perl6-compil...@perl.org, to
> notify people that I've made a first non-rc release of Rakudo Star. For
> those of you that use Rakudo Star, this may be a good time to try out
> the latest version! The files are available from https://dist.tyil.nl:
>
> - https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz
> - https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz.asc
> -
> https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz.checksums.txt
>
> I've not had many people to test things, but the rakudo spectest
> succeeds on all my machines, and I've been using it on my own machines
> for a couple weeks now, so I have no reason not to believe this release
> will work.
>
> Do note, however, that I only use, and therefore test, on GNU+Linux.
> This release does *not* contain a .msi (for Windows users) or a .dmg
> (for Mac users). If anyone would like to help out by building those
> files, please do not hesitate to reach out!
>
> If you have any questions on how to install this (on GNU+Linux or
> otherwise), please reply to the mailing list and I (or other people,
> especially for Windows and Mac users) will do my (or our) best to help
> you out.
>
> Any feedback on how to best communicate these releases is also very
> much appreciated.
>
> Lastly, I do not have access to the sources of https://rakudo.org/ (as
> far as I'm aware), and can therefore not update that website to mirror
> the release files, nor update its documentation. If anyone knows who to
> contact for this, please let me know.
>
> --
> With kind regards,
>
> Patrick Spek
>
>
> www:  https://www.tyil.nl/
> mail: p.s...@tyil.nl
> pgp:  1660 F6A2 DFA7 5347 322A  4DC0 7A6A C285 E2D9 8827
>
> social: https://soc.fglt.nl/tyil
> git:https://gitlab.com/tyil/
>


-- 
JJ


Rakudo Star v2020.01

2020-02-19 Thread Patrick Spek via perl6-users
Hi everyone!

Just now I've sent an announcement to perl6-compil...@perl.org, to
notify people that I've made a first non-rc release of Rakudo Star. For
those of you that use Rakudo Star, this may be a good time to try out
the latest version! The files are available from https://dist.tyil.nl:

- https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz
- https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz.asc
- https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz.checksums.txt

I've not had many people to test things, but the rakudo spectest
succeeds on all my machines, and I've been using it on my own machines
for a couple weeks now, so I have no reason not to believe this release
will work.

Do note, however, that I only use, and therefore test, on GNU+Linux.
This release does *not* contain a .msi (for Windows users) or a .dmg
(for Mac users). If anyone would like to help out by building those
files, please do not hesitate to reach out!

If you have any questions on how to install this (on GNU+Linux or
otherwise), please reply to the mailing list and I (or other people,
especially for Windows and Mac users) will do my (or our) best to help
you out.

Any feedback on how to best communicate these releases is also very
much appreciated.

Lastly, I do not have access to the sources of https://rakudo.org/ (as
far as I'm aware), and can therefore not update that website to mirror
the release files, nor update its documentation. If anyone knows who to
contact for this, please let me know.

-- 
With kind regards,

Patrick Spek


www:  https://www.tyil.nl/
mail: p.s...@tyil.nl
pgp:  1660 F6A2 DFA7 5347 322A  4DC0 7A6A C285 E2D9 8827

social: https://soc.fglt.nl/tyil
git:https://gitlab.com/tyil/


pgpmsAAanik24.pgp
Description: OpenPGP digital signature


Announce: Rakudo Star v2020.01

2020-02-19 Thread Patrick Spek via perl6-compiler
I hereby announce my first non-rc release of Rakudo Star, version
2020.01. It can be downloaded from
https://dist.tyil.nl/raku/rakudo-star. The files of interest are,
specifically,

- https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz
- https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz.asc
- https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.01.tar.gz.checksums.txt

P.S.: I have not announced anything here before, so I'm not quite sure
how much information I should supply. If I need to add more information
for any next releases, please hit me up on IRC.

-- 
With kind regards,

Patrick Spek


www:  https://www.tyil.nl/
mail: p.s...@tyil.nl
pgp:  1660 F6A2 DFA7 5347 322A  4DC0 7A6A C285 E2D9 8827

social: https://soc.fglt.nl/tyil
git:https://gitlab.com/tyil/


pgp_ARX6LCCUk.pgp
Description: OpenPGP digital signature