Hydroper edited a comment on issue #100: Literal string to identify package 
public namespace
URL: https://github.com/apache/royale-compiler/issues/100#issuecomment-579290040
 
 
   Currently, aliasing package with namespace definition is requiring a 
wildcard import.
   
   This could be improved by the following steps:
   1. Let _p_ be any package whose full name equals the literal string.
   2. If _p_ is undefined:
     a. Verify the namespace definition as an explicit URI namespace.
     b. Return.
   3. Behave as if a directive `import p.*` were inserted before the namespace 
definition. (But do not push the `public` namespace to the open namespace list.)
   4. Define `internal::[namespaceName]` as the `public` namespace of _p_.
   
   @joshtynjala Could you try this with `namespace ns = 'p'`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to