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
I expected that this would create a submodule within the user defined
SQSmodule and not replace/merge with it:This may also be motivation for allowing
@serviceto support user-defined aliases