-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix issues with lizard executable logic #8
Conversation
mgrebenets
commented
Mar 19, 2018
- Lizard executable expects the following:
- lizard [options] [PATH or FILE] [PATH] ...
- But current code puts PATH (source_directory) before the options
- The check for 'which lizard' ignores 'params[:executable]' option
@liaogz82 can't figure out how to add reviewers, so pinging you instead 👍 |
647b25b
to
3b523dc
Compare
Give me some time to check the CI review. thanks |
wait... you are PRing from your own fork. The CircleCI is not running because of that. let me google for solutions to the CI problem. May take a bit longer. Please don't remove the fork for now |
Hm... interesting, I've been using forks before on other open-source repos. |
ok running |
Good point on CI part, I'll check if I can add any specs for this change. |
oh btw, the rake release will be done manually once the bug get solved. |
https://circleci.com/gh/liaogz82/fastlane-plugin-lizard/25 strange. it is passing here. |
3b523dc
to
37a3e43
Compare
Strange indeed, because I definitely broke the test that checks the order of input folder and I've just pushed updates with new rspecs and fixed rspec for position of source folder. |
Wow, that's fast, but this CI run was using new tests:
|
- Lizard executable expects the following: - lizard [options] [PATH or FILE] [PATH] ... - But current code puts PATH (source_directory) _before_ the options - The check for 'which lizard' ignores 'params[:executable]' option
37a3e43
to
7406042
Compare
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.
good job @mgrebenets and thanks for fixing up the issue.
Tonight at singapore time I will roll out v1.0.2. Let me know if you have an issue with the versioning
@liaogz82 Sounds good to me. |