Skip to content
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

ComparableText is not equal to the same text #1030

Closed
ilyakharlamov opened this issue Jan 20, 2019 · 10 comments
Closed

ComparableText is not equal to the same text #1030

ilyakharlamov opened this issue Jan 20, 2019 · 10 comments

Comments

@ilyakharlamov
Copy link
Contributor

Text text = new TextOf("abc");
final Text a = new ComparableText(
    text
);
final Text b = new ComparableText(
    text
);
System.out.format("a.equals(b)==%s", a.equals(b));

What's wrong:
a.equals(b)==false

Expected result:
a.equals(b)==true

@0crat
Copy link
Collaborator

0crat commented Jan 20, 2019

@llorllale/z please, pay attention to this issue

@llorllale
Copy link
Contributor

@0crat in

@0crat 0crat added the scope label Jan 20, 2019
@0crat
Copy link
Collaborator

0crat commented Jan 20, 2019

@0crat in (here)

@llorllale Job #1030 is now in scope, role is DEV

@0crat
Copy link
Collaborator

0crat commented Jan 20, 2019

Bug was reported, see §29: +15 point(s) just awarded to @ilyakharlamov/z

@fabriciofx
Copy link
Contributor

@llorllale Is there any DEV to address this issue?

@llorllale
Copy link
Contributor

@fabriciofx ask @0crat :)

@0crat
Copy link
Collaborator

0crat commented Jan 24, 2019

Are you speaking to me or about me here; you must always start your message with my name if you want to address it to me, see §1

ilyakharlamov added a commit to ilyakharlamov/cactoos that referenced this issue Jan 24, 2019
ilyakharlamov added a commit to ilyakharlamov/cactoos that referenced this issue Jan 25, 2019
ilyakharlamov added a commit to ilyakharlamov/cactoos that referenced this issue Jan 26, 2019
@llorllale
Copy link
Contributor

@ilyakharlamov you fixed this in PR #1031

@0crat
Copy link
Collaborator

0crat commented Mar 2, 2019

Job gh:yegor256/cactoos#1030 is not assigned, can't get performer

@0crat 0crat removed the scope label Mar 2, 2019
@0crat
Copy link
Collaborator

0crat commented Mar 2, 2019

The job #1030 is now out of scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants