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

reexport as submodule #24

Open
johnnychen94 opened this issue Jul 22, 2020 · 0 comments
Open

reexport as submodule #24

johnnychen94 opened this issue Jul 22, 2020 · 0 comments

Comments

@johnnychen94
Copy link

I'm not sure if this is doable:

module GiantPkg

    @reexport A using SubPkgA
end

that mimics

module GiantPkg

    module A
        using Reexport
        @reexport using SubPkgA
    end

end

SubPkgA is a standalone package that developed independently (e.g., ImageCore, ImageFiltering), and GiantPkg is an umbrella package (e.g., Images). This helps organize exported symbols in a hierarchical way.

cc: @timholy

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