-
Notifications
You must be signed in to change notification settings - Fork 21
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
Matcher ScalarHasValue has to override describeMismatchSafely for better output #7
Comments
@llorllale/z please, pay attention to this issue |
@0crat in |
@llorllale Job #7 is now in scope, role is |
Bug was reported, see §29: +15 point(s) just awarded to @proshin-roman/z |
@llorllale should other matchers be improved as well? |
@victornoel sure. You can also leave puzzles for continuing work past budget |
@victornoel The impediment for #7 was registered successfully by @victornoel/z |
@proshin-roman the puzzle #20 is still not solved. |
@proshin-roman the MR #14 has been merged, this issue can now be closed :) |
@elenavolokhova/z please review this job completed by @victornoel/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #7 is now out of scope |
@0crat quality good |
Order was finished, quality is "good": +35 point(s) just awarded to @victornoel/z |
Quality review completed: +8 point(s) just awarded to @elenavolokhova/z |
@proshin-roman the only puzzle #20 is solved here. |
@proshin-roman the puzzle #20 is still not solved. |
@proshin-roman the puzzle #230 is still not solved; solved: #20. |
This ticket is moved from yegor256/cactoos#816
Currently,
ScalarHasValue
doesn't override methoddescribeMismatchSafely
that leads to the next problem:so it prints an actual version incorrectly: default toString method is called for the Scalar.
Expected:
What should be fixed
ScalarHasValue
has to override methoddescribeMismatchSafely
and convert Scalar to String properly.The text was updated successfully, but these errors were encountered: