-
Notifications
You must be signed in to change notification settings - Fork 203
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
IOExceptions with bootstrap #495
Comments
@piotrkot hm... interesting. thanks for reporting! |
@piotrkot this task will get someone's attention soon |
@piotrkot since there is no milestone yet I set it to "1.0" |
@rajithd check this "no obligations principle".. This task is on your name for at least 15 days. If you can't close it within the next 48 hours I will have to assign someone else to it. This article should help if you're stuck -30 added to your rating, current score is: -60 |
…putStream, ignoring empty request
@essobedo the task is yours please proceed |
@piotrkot As workaround you can use Bug.class.getResource instead of Bug.class.getResourceAsStream. |
@essobedo Yes, I know it could work without the stream. IMHO the constructor with inputstream is a mistake. |
@piotrkot I agree with you it is a mistake, have a look to my PR to see how I fix it without removing the constructors with InputStream. |
@davvd the PR has been merged, the ticket and the PR are ready to be reviewed by the QA. Thank you in advance. |
@davvd @yegor256 are you kidding me? The PR has been merged already, I did my job already, it was stuck because you did not ask the QA to review. Losing 60 points with still a quota of 2 instead of 5, it is totally unfair, please give me back my points and add me 30 points for the work done |
@essobedo first you have to close the ticket. only after that the QA will jump in. at the moment the problem is still not solved. too early for QA |
@essobedo keep in mind that merging a PR doesn't mean solving a problem. you may have 4 PRs for one ticket and still the problem won't be solved. |
@yegor256 what am I supposed to do then if I wait days for other people to do the part of the job? Like here answers, validations and/or QA? I'm sorry but it is really unfair, I worked hard on this one and you know it, I don't believe that I deserve it. Any time I had an answer, I always proposed a new PR couple hours later even Sundays. If you think that I'm not good enough to work with you, just tell me but please don't punish me when I don't deserve it. |
@essobedo good intentions are not enough (basically, we don't care much about intentions). Discipline - this is what is more important. All rules are listed here: http://at.teamed.io/policy Read them once again. I'll put this ticket back to you, because you're new to our process. But keep this in mind for the future: we care only about your objective results. A closed ticket is a result. Everything else is just noise. |
@yegor256 thank you. Another question why do I still have a quota of 2 instead of 5 as described in the policy? |
@yegor256 here I'm supposed to ask for "more time" then right? |
@davvd more time |
@essobedo we can't revert bonus back. the ticket is NOT ready to be reviewed by QA. it will be ready, when it's closed. please, read this entire article: http://www.yegor256.com/2014/11/24/principles-of-bug-tracking.html |
@piotrkot you are right, thank you very much |
@davvd The ticket is closed so it is ready for the QA |
@ypshenychka please, review this ticket for compliance with our QA rules |
@davvd Quality is good. |
@ypshenychka thanks a lot :) |
@essobedo paied 10 mins to @ypshenychka for QA review (payment ID is |
@davvd many thanks |
Here is a sample project with 2 IOExceptions being reproduced.
https://github.com/piotrkot/takesbug
The text was updated successfully, but these errors were encountered: