Re: the sorted_set problem

2021-10-14 Thread Antonio Terceiro
On Thu, Oct 14, 2021 at 07:52:07AM +0200, Cédric Boutillier wrote: > 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 li

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