Conversation
|
No changes needing a change description found. |
commit: |
|
You can try these changes here
|
|
When no The remaining problem I see, is the E.g. for source The 2 client would be generated under In addition, if the project uses Hence for Java, there is not as much a problem of CC @srnagar |
|
Hi @@tadelesh. Your PR has had no update for 30 days and it is marked as a stale PR. If it is not updated within 30 days, the PR will automatically be closed. If you want to refresh the PR, please remove the |
When Go and Rust deal with the
namespacein the emitter, they are asking how to determine a root namespace that could let language know where a package should start from. Current TCGC's namespace concept is just to represent TypeSpec namespace or user specific namespace. We do not have root namespace concept. So, we want to know if all languages have such requirement and does TCGC need arootNamespaceconfig for emitter, and providegetRootNamespaceswith calculating longest common prefix for all root clients' namespaces?