rakudo / star

Rakudo Star (Raku distribution)
https://rakudo.org/
Artistic License 2.0
265 stars 41 forks source link

Typo in https://github.com/rakudo/star/blob/master/etc/modules.txt #196

Closed hsmyers closed 9 months ago

hsmyers commented 9 months ago

Bug Description typo in modules.txt as of last change

A clear and concise description of what the bug is.

  1. To ensure "reproducible builds" all modules and also all their dependencies need to be listet

needs to be changed to:

  1. To ensure "reproducible builds," all modules and all their dependencies need to be listed

Reproduction path

git clone https://github.com/rakudo/star
...

Output of sysinfo

rstar sysinfo

Full Output of Fetch Logs

Not applicable when using a Rakudo Star tarball from rakudo.org.

RSTAR_DEBUG=1 rstar fetch

Full Output of Install Logs

RSTAR_DEBUG=1 rstar install
AntonOks commented 9 months ago

Thanks. Fixed in da83661 No "issue" needed next time, Please just send a pull request :)