-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Move pydp folder under src #291
Comments
Note: This would require playing with bazel configuration. Familiarity with bazel (or willingness to learn about bazel features) is a must. |
Can I work on this? I am not familiar with bazel, but I would like to learn and work on it. |
Sure, hit us on slack channel |
Alright, will do. |
hi @siddhesh1598, how is it coming along? |
Hey @chinmayshah99, so far so good. Started learning the bazel config and cloned the repo. Will soon make changes to it. |
Fixed on #332. |
What?
Python code now lives under ./pydp, leaving our source code distributed over 2 folders.
Why?
All source code should be under ./src folder. In order to have a clean repository, we might need to restructure folders inside ./src and refactor the way the bindings are made. However, it shouldn’t be too much of a drastic change (mostly folder renaming, with its corresponding bazel configuration changes).
The text was updated successfully, but these errors were encountered: