Re: the sorted_set problem

2021-10-13 Thread Cédric Boutillier
Le Wed, Oct 13, 2021 at 09:51:39PM -0300, Antonio Terceiro a écrit : > On Wed, Oct 13, 2021 at 10:10:12PM +0200, Cédric Boutillier wrote: > > Hi, > > > > I am packaging sorted_set, as it was extracted from the standard library > > as an independent gem for ruby3.0. I stumbled on the following issu

Re: the sorted_set problem

2021-10-13 Thread Antonio Terceiro
On Wed, Oct 13, 2021 at 10:10:12PM +0200, Cédric Boutillier wrote: > Hi, > > I am packaging sorted_set, as it was extracted from the standard library > as an independent gem for ruby3.0. I stumbled on the following issue: > > - sorted_set depends on set >= 1.0 > - set is available as an independe

the sorted_set problem

2021-10-13 Thread Cédric Boutillier
Hi, I am packaging sorted_set, as it was extracted from the standard library as an independent gem for ruby3.0. I stumbled on the following issue: - sorted_set depends on set >= 1.0 - set is available as an independent gem but is also bundled with ruby stdlib: - as a bundled gem with ruby3.0