some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bit4bit has quit [Ping timeout: 250 seconds]
some14u has joined #ruby
TCZ has quit [Quit: Tcl has many different data types, not just strings.]
some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
favadi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
some14u has joined #ruby
some14u has quit [Client Quit]
some14u has joined #ruby
_ht has joined #ruby
dionysus69 has quit [Ping timeout: 250 seconds]
maroloccio has quit [Quit: WeeChat 3.0]
bit4bit has joined #ruby
u0_a147 has joined #ruby
dionysus69 has joined #ruby
u0_a147 has quit [Client Quit]
u0_a147 has joined #ruby
u0_a147 has quit [Client Quit]
some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<rapha>
buddy and his wife got a kid who's like half a year old now and turned out to be a crybaby ... they're both so completely exhausted by now we're starting to sort-of worry
orbyt has joined #ruby
u0_a147 has joined #ruby
gproto23_ has quit [Ping timeout: 240 seconds]
u0_a147 has quit [Client Quit]
<rapha>
not sure tho if crybaby is an actual technical term in english tho
<rapha>
ah, apparently yes
<nebiros>
somebody knows if ruby-debug-ide works with ruby 3.1?, it fails compilation at docker
some14u has joined #ruby
jpn_ has quit [Ping timeout: 246 seconds]
taupiqueur_ has joined #ruby
taupiqueur has quit [Ping timeout: 250 seconds]
taupiqueur_ has quit [Quit: taupiqueur_]
markong has quit [Ping timeout: 272 seconds]
Thanzex has joined #ruby
Thanzex has quit [Remote host closed the connection]
Thanzex has joined #ruby
Thanzex has quit [Remote host closed the connection]
Thanzex has joined #ruby
Thanzex has quit [Remote host closed the connection]
Thanzex has joined #ruby
oxfuxxx has joined #ruby
Thanzex has quit [Remote host closed the connection]
Thanzex has joined #ruby
Thanzex has quit [Remote host closed the connection]
hanzo has quit [Quit: Connection closed for inactivity]
TomyWork has quit [Remote host closed the connection]
jpn has joined #ruby
howdoi has joined #ruby
orbyt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<adam12>
nebiros: Installs fine for me. Maybe paste the output in a Gist or something?
<adam12>
rapha: It happens. My one kid slept through the night without fail. My other wants to party at 4am consistently.
sylario has joined #ruby
<nebiros>
adam12: let me share it
reset has quit [Ping timeout: 250 seconds]
bit4bit has quit [Ping timeout: 240 seconds]
jpn has quit [Ping timeout: 256 seconds]
idiocrash_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jpn has joined #ruby
jpn has quit [Ping timeout: 256 seconds]
victori has quit [Read error: Connection reset by peer]
victori has joined #ruby
victori has quit [Read error: Connection reset by peer]
duderonomy has joined #ruby
dionysus69 has quit [Quit: dionysus69]
dionysus69 has joined #ruby
unyu has quit [Quit: brb]
unyu has joined #ruby
victori has joined #ruby
dionysus70 has joined #ruby
o|||||o has quit [Ping timeout: 248 seconds]
jpn has joined #ruby
dionysus69 has quit [Ping timeout: 246 seconds]
dionysus70 is now known as dionysus69
dionysus69 has quit [Quit: dionysus69]
dionysus69 has joined #ruby
jpn has quit [Ping timeout: 256 seconds]
some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<adam12>
Actually, my brain is fried and this is complicated. I think it's both. debase isn't compiling, but the ruby_core_source gem is installling.
<adam12>
But debase isn't compiling _possibly_ because it fell back to 3.1.0, and the ABI might have changed.
some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt has joined #ruby
some14u has joined #ruby
<adam12>
I think it's just busted. Even providing 3.1.2 headers directly causes it to fallback to the gem that is missing the headers. Then I think it runs into an ABI issue...
<nebiros>
probably, I tried with 3.1.0 image, another issue
<nebiros>
#0 155.1 [/usr/local/bundle/specifications/globalid-1.0.0.gemspec] isn't a
<ox1eef>
i am using binding.irb or binding.pry for debugging.
some14u has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<rapha>
adam12: i went beyond the dictionary now, and even though the term crybaby had been in it, now, after proceeding to wikipedia, i believe now that the proper word for it in English is infantile colic or baby colic, as in, a baby that will cry for more than three hours a day, more than three days a week, more than three weeks.
mirage_ has joined #ruby
<havenwood>
and the new option, binding.break
mirage_ has quit [Client Quit]
<ox1eef>
does that start irb with debugger commands?
hanzo has joined #ruby
<ox1eef>
i think that type of debugging was possible back in the day, too - with a combination of pry & pry-stack_explorer. i dont think it supports vscode though.
victori has joined #ruby
jpn has joined #ruby
<ox1eef>
tried: ruby -rdebug -e binding.break - looks like it has implemented its own REPL. id prefer to be dropped into irb or pry.
jpn has quit [Ping timeout: 272 seconds]
jpn has joined #ruby
bit4bit has quit [Quit: Leaving]
<havenwood>
ox1eef: yeah, it's interesting - ships with an `rdgb` executable too so you can: rdgb foo.rb
<havenwood>
ox1eef: and `debugger` or `binding.b` are `binding.break` aliases.
<havenwood>
ox1eef: I do like like the `i` view compared to `ls`.
<havenwood>
ox1eef: it does feel like pry-byebug or pry-stack_explorer stuff
<havenwood>
Wouldn't be Ruby without a new main debugger every year or two.
<havenwood>
Maybe this one will catch on?
<havenwood>
It's in stdlib at least.
<havenwood>
ox1eef: look how long we've made commands to run Ruby?: rdbg -c -- bundle exec ruby foo.rb
* havenwood
mutters an incantation
asio has quit [Ping timeout: 272 seconds]
sylario has quit [Quit: Connection closed for inactivity]
<ox1eef>
yeah, i liked how ^D works by asking you are you sure you want to quit. it does feel polished, but it lacks the familiarity pry or irb has when it comes to commands like show-source, etc.