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

Make Rakudo read from META6 modules with :ver<>, :auth<> and :api<> #76

Open
FCO opened this issue Jul 26, 2019 · 2 comments
Open

Make Rakudo read from META6 modules with :ver<>, :auth<> and :api<> #76

FCO opened this issue Jul 26, 2019 · 2 comments
Labels
fallback If no other label fits

Comments

@FCO
Copy link
Contributor

FCO commented Jul 26, 2019

No description provided.

@AlexDaniel
Copy link
Member

Maybe you should describe the problem a little bit. The title proposes a solution.

@FCO
Copy link
Contributor Author

FCO commented Jul 26, 2019

Sorry, I'm trying to explain a little better but my english doesn't alow me...

fernando@MBP-de-Fernando test-meta6 % find . -name \*.pm6
./cde/Bla.pm6
./abc/Bla.pm6
fernando@MBP-de-Fernando test-meta6 % cat META6.json 
{
  "auth" : "Fernando Correa de Oliveira",
  "authors" : [
    "Fernando Correa de Oliveira"
  ],
  "depends" : [ "Red" ],
  "description" : "A perl6 ORM",
  "license" : "Artistic-2.0",
  "name" : "Red::Schema test",
  "perl" : "6.d",
  "provides" : {
    "Bla:ver<5.0.0>": "abc/Bla.pm6",
    "Bla:ver<6.0.0>": "cde/Bla.pm6"
  },
  "version" : "1.0.0"
}
fernando@MBP-de-Fernando test-meta6 % perl6 -I. -e 'use Bla:ver<5.0.0>; say Bla.^ver'
===SORRY!===
Could not find Bla:ver<5.0.0> at line 1 in:
    file#/Users/fernando/test-meta6
    inst#/Users/fernando/.perl6
    inst#/Users/fernando/.rakudobrew/versions/moar-2019.07/install/share/perl6/site
    inst#/Users/fernando/.rakudobrew/versions/moar-2019.07/install/share/perl6/vendor
    inst#/Users/fernando/.rakudobrew/versions/moar-2019.07/install/share/perl6/core
    ap#
    nqp#
    perl5#

https://colabti.org/irclogger/irclogger_log/perl6?date=2019-07-25#l343

@AlexDaniel AlexDaniel added the fallback If no other label fits label Jul 26, 2019
@AlexDaniel AlexDaniel self-assigned this Jul 26, 2019
@AlexDaniel AlexDaniel assigned jnthn and unassigned AlexDaniel May 14, 2020
@lizmat lizmat unassigned jnthn Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fallback If no other label fits
Projects
None yet
Development

No branches or pull requests

3 participants