havenwood changed the topic of #ruby to: Ruby 3.3.6 (3.4.0-preview2) https://www.ruby-lang.org | Log https://libera.irclog.whitequark.org/ruby
JulioPapel has quit [Remote host closed the connection]
JulioPapel has joined #ruby
<nakilon> havenwood, it worked, thank you! wget https://github.com/rubygems/rubygems/archive/refs/tags/v3.4.22.tar.gz -O - | tar zxf - , cd rubygems-3.4.22 && ruby setup.rb --no-ri && gem update bundler
cappy has joined #ruby
JulioPapel has quit [Remote host closed the connection]
JulioPapel has joined #ruby
JulioPapel has quit [Remote host closed the connection]
JulioPapel has joined #ruby
MyNetAz has quit [Remote host closed the connection]
dostoyevsky2 has quit [Quit: leaving]
dostoyevsky2 has joined #ruby
MyNetAz has joined #ruby
JulioPapel has quit [Ping timeout: 252 seconds]
konsolebox has joined #ruby
donofrio has joined #ruby
konsolebox has quit [Quit: .]
donofrio has quit [Remote host closed the connection]
donofrio has joined #ruby
cappy has quit [Quit: Leaving]
cappy has joined #ruby
jhass has joined #ruby
donofrio has quit [Ping timeout: 276 seconds]
konsolebox has joined #ruby
reset has quit [Quit: reset]
grenierm has joined #ruby
konsolebox has quit [Quit: .]
livoreno has quit [Quit: Connection closed for inactivity]
konsolebox has joined #ruby
hwpplayer1 has joined #ruby
konsolebox has quit [Ping timeout: 250 seconds]
cappy has quit [Quit: Leaving]
leah2 has quit [*.net *.split]
R2robot has quit [*.net *.split]
mjacob has quit [*.net *.split]
gvg has quit [*.net *.split]
helveticamono has quit [*.net *.split]
gemmaro has quit [*.net *.split]
Jordan has quit [*.net *.split]
jvalleroy has quit [*.net *.split]
Quiet-Oil9262 has quit [*.net *.split]
Hobbyboy has quit [*.net *.split]
jposer has quit [*.net *.split]
cnsvc has quit [*.net *.split]
benjaminwil has quit [*.net *.split]
integral has quit [*.net *.split]
Caius has quit [*.net *.split]
Hobbyboy has joined #ruby
R2robot has joined #ruby
leah2 has joined #ruby
mjacob has joined #ruby
gvg has joined #ruby
gemmaro has joined #ruby
helveticamono has joined #ruby
jvalleroy has joined #ruby
Jordan has joined #ruby
Quiet-Oil9262 has joined #ruby
jposer has joined #ruby
cnsvc has joined #ruby
integral has joined #ruby
benjaminwil has joined #ruby
Caius has joined #ruby
MyNetAz has quit [Write error: Connection reset by peer]
gvg has quit [Max SendQ exceeded]
gvg has joined #ruby
hwpplayer1 has quit [Remote host closed the connection]
cappy has joined #ruby
MyNetAz has joined #ruby
Linux_Kerio has joined #ruby
johnjaye has quit [Ping timeout: 244 seconds]
Guest65 has joined #ruby
Guest65 has quit [Quit: Client closed]
konsolebox has joined #ruby
grenierm has quit [Quit: Client closed]
konsolebox has quit [Quit: .]
donofrio has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
cappy has quit [Quit: Leaving]
user71 has joined #ruby
Goodbye_Vincent1 has joined #ruby
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 246 seconds]
rvalue- is now known as rvalue
Linux_Kerio has quit [Ping timeout: 252 seconds]
jardsonto has joined #ruby
Byteflux has quit [Ping timeout: 252 seconds]
Byteflux has joined #ruby
johnjaye has joined #ruby
MyNetAz has quit [Ping timeout: 252 seconds]
MyNetAz has joined #ruby
konsolebox has joined #ruby
livoreno has joined #ruby
MyNetAz has quit [Ping timeout: 252 seconds]
JulioPapel has joined #ruby
havenwood changed the topic of #ruby to: Ruby 3.3.6 (3.4.0-rc1) https://www.ruby-lang.org | Log https://libera.irclog.whitequark.org/ruby
<o0x1eef> It is nice to see the 3.X series run for a while longer. The jump from 2 to 3 felt like it happened at the blink of an eye but maybe that's just my perception
donofrio has quit [Ping timeout: 252 seconds]
donofrio has joined #ruby
A_Dragon has joined #ruby
cornett has quit [Ping timeout: 252 seconds]
cornett has joined #ruby
MsInput has quit [Quit: WeeChat 4.4.4]
Arsen has quit [Ping timeout: 252 seconds]
konsolebox has quit [Ping timeout: 248 seconds]
Arsen has joined #ruby
Festive has quit [Ping timeout: 608 seconds]
<havenwood> o0x1eef: 2.7 means 7 years and we're now a 3.4 so 4 years.
<havenwood> o0x1eef: Needs to make it to 3.8 to be longer. :)
donofrio has quit [Ping timeout: 252 seconds]
<o0x1eef> Hehe
donofrio has joined #ruby
MyNetAz has joined #ruby
Sampersand has joined #ruby
Sampersand has quit [Quit: Client closed]
<ih8u2> us Enumerable#tally guaranteed to return tallies in the same order in which they'
<ih8u2> re defined
<ih8u2> ?
<ih8u2> minus duplicates, obviously
polishdub has quit [Remote host closed the connection]
polishdub has joined #ruby
graywolf has joined #ruby
<weaksauce> ih8u2 since it uses a hash i'd assume it would be based on the fact that hashes are ordered by implementation detail but not guaranteed
<havenwood> weaksauce: I think you may be thinking Sets. Hashes are guaranteed ordered by the spec.
<havenwood> Matz wanted to reserve the right for Sets to be implemented as unordered, even though they're currently backed by Hashes.
<weaksauce> havenwood yeah maybe my memory is foggy on the details
chen has quit [Quit: No Ping reply in 180 seconds.]
<havenwood> ih8u2: If you don't provide an argument, the order is guaranteed since the operations are sequential and Hashes are ordered.
<havenwood> ih8u2: On the other hand, you can provide #tally an argument for the accumulator and you can make it shuffle order.
<havenwood> enum.tally(unordered_hash)
chen has joined #ruby
<havenwood> So I'd say the default is guaranteed ordered but you're free to provide an unordered accumulator, which folk don't tend to do.
<havenwood> The order of iteration and order of operations is documented for tally. That paired with an ordered collection makes it ordered.
Vonter has quit [Quit: WeeChat 4.4.3]
Linux_Kerio has joined #ruby
___nick___ has joined #ruby
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
___nick___ has joined #ruby
graywolf has quit [Quit: WeeChat 4.4.4]
A_Dragon is now known as Festive
graywolf has joined #ruby
__jmcantrell__ has joined #ruby
___nick___ has quit [Ping timeout: 248 seconds]
___nick___ has joined #ruby
__jmcantrell__ has quit [Client Quit]
marahin has quit [Quit: ZNC 1.6.3+deb1ubuntu0.2 - http://znc.in]
marahin has joined #ruby
marahin has quit [Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in]
marahin has joined #ruby
graywolf has quit [Quit: WeeChat 4.4.4]
___nick___ has quit [Ping timeout: 272 seconds]
__jmcantrell__ has joined #ruby
jmcantrell is now known as Guest7434
Guest7434 has quit [Killed (copper.libera.chat (Nickname regained by services))]
__jmcantrell__ is now known as jmcantrell
jmcantrell_ has joined #ruby
marahin has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
marahin has joined #ruby
jmcantrell has quit [Ping timeout: 244 seconds]
jmcantrell_ is now known as jmcantrell
marahin has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
marahin has joined #ruby
livoreno has quit [Quit: Connection closed for inactivity]
marahin has quit [Quit: ZNC 1.8.2+deb2ubuntu0.1 - https://znc.in]
marahin has joined #ruby
user71 has quit [Quit: Leaving]
Linux_Kerio has quit [Ping timeout: 276 seconds]
mange has joined #ruby
szkl has quit [Quit: Connection closed for inactivity]
jardsonto has quit [Read error: Connection reset by peer]
jardsonto has joined #ruby
donofrio has quit [Ping timeout: 252 seconds]
donofrio has joined #ruby
__jmcantrell__ has joined #ruby
jmcantrell is now known as Guest7249
Guest7249 has quit [Killed (lead.libera.chat (Nickname regained by services))]
__jmcantrell__ is now known as jmcantrell
jmcantrell_ has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
donofrio has quit [Ping timeout: 244 seconds]
helveticamono has quit [Ping timeout: 260 seconds]
helveticamono has joined #ruby
jmcantrell has quit [Quit: WeeChat 4.4.4]
jmcantrell_ is now known as jmcantrell
__jmcantrell__ has joined #ruby
jmcantrell is now known as Guest9471
Guest9471 has quit [Killed (osmium.libera.chat (Nickname regained by services))]
__jmcantrell__ is now known as jmcantrell
jmcantrell_ has joined #ruby
jmcantrell has quit [Quit: WeeChat 4.4.4]
jmcantrell_ is now known as jmcantrell
__jmcantrell__ has joined #ruby
jmcantrell is now known as Guest7045
Guest7045 has quit [Killed (osmium.libera.chat (Nickname regained by services))]
__jmcantrell__ is now known as jmcantrell
jmcantrell_ has joined #ruby
JulioPapel has quit [Remote host closed the connection]
JulioPapel has joined #ruby
cappy has joined #ruby
jmcantrell has quit [Ping timeout: 248 seconds]
jmcantrell_ is now known as jmcantrell
MsInput has joined #ruby
JulioPapel has quit [Ping timeout: 248 seconds]