-
-
Notifications
You must be signed in to change notification settings - Fork 363
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 [Module Examples] Add First Class Python Support #4058
Conversation
@lihaoyi Sir please guide me, Why this error is coming where i have used show command in cli test case???
These Test Cases are running perfect in local but i am not getting why this error is happening in CI please help... I got Biggest Annoying thing.... when i added the code under |
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.
In general this looks like it's on the right track.
If you can add explanations to the examples I can give it another look
@jodersky I'll leave this review to you, feel free to merge this when you think it's in good state and I'll pay out the bounty |
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.
This is starting to look good for a merge. I left a couple of comments, but once those are cleared we can merge it.
example/pythonlib/module/4-compilation-execution-flags/build.mill
Outdated
Show resolved
Hide resolved
@jodersky Let's Finalize this if satisfied |
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.
Let's merge this
Thanks! |
@himanshumahajan138, one minor comment: for the following PRs, could you please not say "fixed #3928" in the title, but instead "part of #3928". If you include the words "fixed" or "closes", then github will automatically close the linked issue, which we don't want in this case |
OK Sir 😊 i will take care for future PR's... |
Thanks @himanshumahajan138, I'll transfer this portion of the bounty using your existing bank details |
Pull Request
Added First Class Python Support [Module Examples]
Part of: #3928
Description
Module Examples for Python
1-common-config
,2-custom-tasks
,3-override-tasks
,4-compilation-execution-flags
,5-resources
,6-pex-config
ExamplesRelated Issues
Checklist
Status
Added & Require Review!!!