-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Fixed: #3928 [Basic] Re-Work for First Class Python Support #4000
Fixed: #3928 [Basic] Re-Work for First Class Python Support #4000
Conversation
@lihaoyi why i was looking in other examples but there these are available and working how ? Please Explain about this... |
@lihaoyi Ready for Review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took a pass at reviewing this, @jodersky should probably take a pass as well
The issue with Line 68 in b1f6be0
Let's go back to using template inheritance and seeing how much of the example docs we can share; as we proceed through the rest of the Python example docs, I expect there will be large amounts of overlap between the docs and explanations, so we should get used to using the templated documentation to begin wtih |
I think this looks good enough for now. @himanshumahajan138 I'll merge this and close out the bounty using your existing banking details. Not perfect but we can continue to iterate on it post-merge Going forward, I'll defer to @jodersky on how he wants to structure the work, since he's the one focusing on the Python language toolchain in Mill in the medium-long term. @himanshumahajan138 make sure to coordinate to ensure you guys don't duplicate work, since it's no longer only you working on this area of the bounties |
Pull Request
Added First Class Python Support [Basic Example]
Fixes: #3928
Description
Rework for Python
1-simple
,2-custom-build-logic
and3-multi-module
Examplesfollow up for PR #3992
Related Issues
Checklist
1-Simple
2-custom-build-logic
3-multi-module
Status
Completed Addition & Require Review!!!