You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a core design philosophy, LM just has a global namespace. However it is also possible to create namespaces in the old C way of compiling libraries and importing / exporting symbol separately. This is also good practice for build management to reduce complexity of each compilation unit.
For this ticket, there should be a doby tool to manage compilation units that import / export different namespaces.
The text was updated successfully, but these errors were encountered:
As a core design philosophy, LM just has a global namespace. However it is also possible to create namespaces in the old C way of compiling libraries and importing / exporting symbol separately. This is also good practice for build management to reduce complexity of each compilation unit.
For this ticket, there should be a doby tool to manage compilation units that import / export different namespaces.
The text was updated successfully, but these errors were encountered: