Skip to content

Using @service replaces top-level module #716

@omus

Description

@omus

I expected that this would create a submodule within the user defined SQS module and not replace/merge with it:

julia> module SQS
       using AWS: @service
       const FOO = true
       @service SQS
       end
WARNING: replacing module SQS.
Main.SQS

This may also be motivation for allowing @service to support user-defined aliases

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions