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

Multis are not exported by default #1819

Closed
p6rt opened this issue Jun 9, 2010 · 5 comments
Closed

Multis are not exported by default #1819

p6rt opened this issue Jun 9, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jun 9, 2010

Migrated from rt.perl.org#75638 (status was 'rejected')

Searchable as RT75638$

@p6rt
Copy link
Author

p6rt commented Jun 9, 2010

From @moritz

IIRC the spec says that multis should be exported by default, in Rakudo
they are not (making the JSON emitter in JSON​::Tiny and thus a book
example a bit awkward)

@p6rt
Copy link
Author

p6rt commented Jul 29, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Feb 24, 2014

From @coke

On Wed Jun 09 10​:41​:32 2010, moritz wrote​:

IIRC the spec says that multis should be exported by default, in Rakudo
they are not (making the JSON emitter in JSON​::Tiny and thus a book
example a bit awkward)

From S11​:

Any C<proto> declaration that is not declared C<my> is exported by default.
Any C<multi> that depends on an exported C<proto> is also automatically
exported. Any autogenerated C<proto> is assumed to be exported by default.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Sep 23, 2015

From @jnthn

On Sun Feb 23 23​:40​:21 2014, coke wrote​:

On Wed Jun 09 10​:41​:32 2010, moritz wrote​:

IIRC the spec says that multis should be exported by default, in Rakudo
they are not (making the JSON emitter in JSON​::Tiny and thus a book
example a bit awkward)

From S11​:

Any C<proto> declaration that is not declared C<my> is exported by default.
Any C<multi> that depends on an exported C<proto> is also automatically
exported. Any autogenerated C<proto> is assumed to be exported by default.

We decided to remove this from the design docs​:

Raku/old-design-docs@bab6c34

And so this ticket is moot.

@p6rt
Copy link
Author

p6rt commented Sep 23, 2015

@jnthn - Status changed from 'open' to 'rejected'

@p6rt p6rt closed this as completed Sep 23, 2015
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