brunosaboia_ has quit [Quit: This computer has gone to sleep]
___nick___ has joined #ruby
comet23 has joined #ruby
<comet23>
Is ruby 3 any good?
oxfuxxx has quit [Ping timeout: 250 seconds]
bluedust_ has joined #ruby
bluedust has quit [Ping timeout: 268 seconds]
<leftylink>
hmm, I've been using Ruby 3.0.x for months now and nothing bad has happened to me, so I consider that good. I don't want any weird surprises, and the fact that there haven't been any is good
relyks has joined #ruby
<relyks>
does anyone here use visual studio code as their ruby ide?
lim has joined #ruby
fef has joined #ruby
lim has quit [Remote host closed the connection]
bluedust_ has quit [Remote host closed the connection]
_ht has quit [Ping timeout: 260 seconds]
_ht has joined #ruby
Rounin has joined #ruby
comet23 has quit [Quit: Connection closed for inactivity]
<havenwood>
relyks: Yes, many do with solargraph or even better with types from steep or typeprof.
ralu has quit [Ping timeout: 252 seconds]
<relyks>
havenwood: do you know if it's possible to make the debugger break on unhandled exceptions in vs code? i've tried googling but can't find anything about it
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
John_Ivan has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Read error: Connection reset by peer]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
relyks has quit [Quit: Leaving.]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
gr33n7007h has quit [Ping timeout: 240 seconds]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
gr33n7007h has joined #ruby
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
bluedust has joined #ruby
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
ralu has joined #ruby
ralu has quit [Remote host closed the connection]
nmollerup has quit [Remote host closed the connection]
nmollerup has joined #ruby
_ht has quit [Ping timeout: 260 seconds]
_ht has joined #ruby
fef has quit [Quit: Leaving]
joast has quit [Quit: Leaving.]
tsujp has joined #ruby
bluedust has quit [Remote host closed the connection]
va5c0 has joined #ruby
va5c0 has quit [Client Quit]
va5c0 has joined #ruby
comet23 has joined #ruby
comet23 has quit [Changing host]
comet23 has joined #ruby
lim has joined #ruby
hexology has joined #ruby
va5c0 has quit [Quit: WeeChat 3.3]
analogsalad has quit [Quit: bye]
perrierjouet has quit [Quit: WeeChat 3.4]
lim has quit [Ping timeout: 256 seconds]
cahoots has quit [Ping timeout: 252 seconds]
eda36 has joined #ruby
eda36 has quit [Client Quit]
lim has joined #ruby
lim has quit [Remote host closed the connection]
<havenwood>
rely, sounds like what pry-rescue gem did back in the day. I know typeprof is planning to handle VS Code broken syntax but doesn't yet.
<havenwood>
Ideally it'd integrate with the new ruby/debug debugger in Ruby 3.1.
<havenwood>
Stay tuned.
cahoots_ has joined #ruby
ollysmith has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
perrierjouet has joined #ruby
ollysmith has joined #ruby
cahoots_ has quit [Ping timeout: 268 seconds]
perrierjouet has quit [Quit: WeeChat 3.4]
brunosaboia_ has joined #ruby
brunosaboia_ has quit [Client Quit]
cek has joined #ruby
<rapha>
comet23: in addition to what leftylink says, i love the speed improvements, the new concurrency features which you also get for free, and Hash#except is also useful sometimes.