-
Notifications
You must be signed in to change notification settings - Fork 38
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
Adds optional pipeline to add features to issues #39
Conversation
The issues raised by flake8 and black aren't related to this PR. Since, it is persisting, I thought I would fix them for easier work flow for everyone. Hence made a PR: #40 |
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.
Thanks! After reviewing the logic I think it make more sense to only affect the imported issues not all the one currently stored
@r0rshark pushed the pipeline up the order as discussed. Now it's short and crisp :) (changes screenshot remains the same) |
Adds optional pipeline to add features to all issues using the sapp analyze command. All features provided using the --add-feature flag/option shall be added to all existing issues associated with the run. If no features are provided, the pipeline just passes the input as the output (fall-through). Signed-off-by: Abishek V Ashok <abishekvashok@gmail.com>
@gbleaney thanks for the comments. Fixed all pyre bugs with your suggestions (I had to use |
@r0rshark has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Adds optional pipeline to add features to all issues using the sapp
analyze command. All features provided using the --add-feature
flag/option shall be added to all existing issues associated with the
run. If no features are provided, the pipeline just passes the input as
the output (fall-through).
Signed-off-by: Abishek V Ashok abishekvashok@gmail.com
Fixes: MLH-Fellowship/pyre-check#47