gods icon indicating copy to clipboard operation
gods copied to clipboard

Remove unnecessary comparable type constraints from data structures

Open sleepymole opened this issue 11 months ago • 3 comments

Close https://github.com/emirpasic/gods/issues/243.

Some data structures support custom comparators. In these cases, the generic type constraint does not need to be comparable. This PR removes the unnecessary comparable type constraints from these data structures.

sleepymole avatar Mar 08 '24 05:03 sleepymole

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Mar 08 '24 05:03 sonarqubecloud[bot]

I also need this if I want to migrate to the v2. When can we expect a review?

Seb-C avatar Jun 01 '24 08:06 Seb-C

@emirpasic Could you please review and consider merging it soon?

doraemonkeys avatar Aug 17 '24 03:08 doraemonkeys