ruby / set

This library provides the Set class, which deals with a collection of unordered values with no duplicates.
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Prepare for a 1.0.0 release #8

Closed knu closed 3 years ago

knu commented 3 years ago

I'm going to release 1.0.0 soon so it can be bundled with Ruby 3.0.

knu commented 3 years ago

I’m thinking of releasing a sorted_set gem after working on this!

marcandre commented 3 years ago

I’m thinking of releasing a sorted_set gem after working on this!

Good. Do you want help?

It could be nice to use autoload to display a better error message in case someone uses SortedSet. Would you like a PR for this?

knu commented 3 years ago

Good. Do you want help?

Thanks! I'll create a first draft and ask you for a review.

It could be nice to use autoload to display a better error message in case someone uses SortedSet. Would you like a PR for this?

That sounds great. It's worth a try!

knu commented 3 years ago

I just released a sorted_set gem: https://rubygems.org/gems/sorted_set