Skip to content

[mypyc] Allow dots in group names #7941

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

Merged
merged 1 commit into from
Nov 12, 2019
Merged

[mypyc] Allow dots in group names #7941

merged 1 commit into from
Nov 12, 2019

Conversation

msullivan
Copy link
Collaborator

Single-module groups will be given a dotted group name equal to the
module name by default.

A dot in a group name will put the group C extension at that
path. Generated C could will also be placed in a directory
corresponding to the full dotted name (still under the build
directory).

The direct motivation here is that bazel wants artifacts to be under
the appropriate directory, but it is cleaner in general I think.

Single-module groups will be given a dotted group name equal to the
module name by default.

A dot in a group name will put the group C extension at that
path. Generated C could will also be placed in a directory
corresponding to the full dotted name (still under the build
directory).

The direct motivation here is that bazel wants artifacts to be under
the appropriate directory, but it is cleaner in general I think.
@msullivan msullivan merged commit 9453f5f into master Nov 12, 2019
@msullivan msullivan deleted the group-name-dots branch November 12, 2019 22:46
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