Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespacing fixes / simplifications #268

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Namespacing fixes / simplifications #268

merged 1 commit into from
Jul 19, 2023

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Jul 19, 2023

The protocol and proto apps were not being namespaced because I missed appending a trailing '.' to the root module names, this meant both were being excluded.

Circling back, I don't know why I was excluding any of the deps apps from namespacing, as it seems to work fine with it.

It was also possisble to apply namespacing to modules that were already namespaced, so I added a check to ensure that doesn't happen. This was happening for plugins in external projects, as the plugin is a dep, but the code is written to the .lexical directory.

The protocol and proto apps were not being namespaced because I missed
appending a trailing '.' to the root module names, this meant both
were being excluded.

Circling back, I don't know why I was excluding any of the deps apps
from namespacing, as it seems to work fine with it.

It was also possisble to apply namespacing to modules that were already
namespaced, so I added a check to ensure that doesn't happen. This was
happening for plugins in external projects, as the plugin is a dep, but
the code is written to the .lexical directory.
@scohen scohen changed the title Namespaced proto and protocol apps Namespacing fixes / simplifications Jul 19, 2023
@scohen scohen merged commit 65d7432 into main Jul 19, 2023
@scohen scohen deleted the namespacing-fixes branch July 19, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant