havenwood changed the topic of #ruby to: Ruby 3.3.0, 3.2.3, 3.1.4 https://www.ruby-lang.org | Rules https://ruby-community.com | Logs https://libera.irclog.whitequark.org/ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
<adam12> Added iseq caching (thanks havenwood!), customized entrypoint, and direct output to file.
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 268 seconds]
grenierm has quit [Ping timeout: 250 seconds]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 268 seconds]
Linux_Kerio has quit [Ping timeout: 264 seconds]
Linux_Kerio has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 268 seconds]
Linux_Kerio has quit [Ping timeout: 256 seconds]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
Vonter has quit [Ping timeout: 256 seconds]
szkl has quit [Quit: Connection closed for inactivity]
karolis has quit [Ping timeout: 255 seconds]
Vonter has joined #ruby
Vonter has quit [Quit: WeeChat 4.2.1]
grenierm has joined #ruby
Vonter has joined #ruby
Linux_Kerio has joined #ruby
osc4rpt has quit [Ping timeout: 252 seconds]
szkl has joined #ruby
osc4rpt has joined #ruby
konsolebox has joined #ruby
konsolebox_ has joined #ruby
konsolebox has quit [Ping timeout: 255 seconds]
xdminsy has joined #ruby
rvalue has quit [Ping timeout: 268 seconds]
rvalue has joined #ruby
_ht has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero1 has joined #ruby
MoskitoHero has quit [Ping timeout: 272 seconds]
MoskitoHero1 has quit [Ping timeout: 272 seconds]
MoskitoHero has joined #ruby
grenierm has quit [Ping timeout: 250 seconds]
xdminsy has quit [Remote host closed the connection]
xdminsy has joined #ruby
gaussianblue has joined #ruby
grenierm has joined #ruby
pascal_blaze has joined #ruby
karolis has joined #ruby
pascal_blaze has quit [Read error: Connection reset by peer]
pascal_blaze has joined #ruby
gaussianblue has quit [Quit: leaving]
MoskitoHero has quit [Ping timeout: 256 seconds]
wyclif has joined #ruby
gsg has joined #ruby
pascal_blaze has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MoskitoHero has joined #ruby
Linux_Kerio has quit [Ping timeout: 268 seconds]
Linux_Kerio has joined #ruby
Linux_Kerio has quit [Client Quit]
Linux_Kerio has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
MoskitoHero has joined #ruby
hightower2 has joined #ruby
hightower2 has quit [Remote host closed the connection]
hightower2 has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
victori has quit [Quit: ZNC 1.9.0 - https://znc.in]
victori has joined #ruby
MoskitoHero has joined #ruby
graywolf has joined #ruby
<rapha> oh, rbz looks lovely!
<rapha> feeling quite intimidated by vifm tho
MoskitoHero has quit [Ping timeout: 256 seconds]
sagax has joined #ruby
<sagax> hi all
<sagax> how to install `-devel` packages with `rvm` ?
<sagax> for ruby-x.x.x version
<adam12> sagax: Shouldn't be necessary since -devel packages are a Linux distro construct.
<adam12> If you use rvm, you get all the development pieces automatically (or should, iirc)
<sagax> hm,
<sagax> thanks
<adam12> sagax: What's issue?
<sagax> I'm juist trying to compile vim with ruby support from rvm
<sagax> just*
MoskitoHero has joined #ruby
<adam12> sagax: What have you tried?
<sagax> the first i try added path to $HOME/.rvm/blablabla/ruby-bla-version/lib64 to /etc/ld.conf.d/blablabla
<sagax> the second i will be try install ruby with rvm with key --disable-binary
<adam12> Hmm.
<adam12> I'm not sure how this works with rvm, but presumably, you're compiling vim with `./configure && make && make install`?
<sagax> # headers file, not see headers files for ruby when
<sagax> not, not simple ./configure && make && make install
<adam12> How then?
<sagax> https://termbin.com/7pxh but this channel not about vim
MoskitoHero has quit [Ping timeout: 256 seconds]
<adam12> sagax: I'd check `./configure --help` and see if there's a way you can set path to libruby.a.
<adam12> I don't remember how vim links to ruby.
<sagax> RbConfig write about headers
<sagax> checking Ruby version... OK
<sagax> checking Ruby rbconfig... RbConfig
<sagax> checking Ruby header files... not found
<sagax> strange
<adam12> Oh. It's using `RbConfig? Hmm.
<sagax> yes, get config from RbConfig
<adam12> sagax: What's output of this? `ruby -e 'p RbConfig::CONFIG["rubyhdrdir"]'`
<adam12> And does the path exist on disk?
<adam12> Does the path include a ruby.h file inside it
<sagax> what about messaging RbConfig
<adam12> `/home/sagax/.rvm/rubies/ruby-3.3.0/include/ruby-3.3.0/` - does that path exist and have files in it?
<sagax> find ~/.rvm/rubies/ruby-3.3.0/ -iname "*ruby.h*"
<sagax> /home/sagax/.rvm/rubies/ruby-3.3.0/include/ruby-3.3.0/ruby/internal/intern/ruby.h
<sagax> /home/sagax/.rvm/rubies/ruby-3.3.0/include/ruby-3.3.0/ruby/ruby.h
<sagax> /home/sagax/.rvm/rubies/ruby-3.3.0/include/ruby-3.3.0/ruby.h
<sagax> yes
<adam12> Yeah. Weird.
<adam12> I'm not sure what issue is then :| sounds like a vim issue, for sure.
<sagax> maybe, maybe, will try message to issues of vim
MoskitoHero has joined #ruby
<sagax> i think, that ./configure ignore key --with-ruby-command
MoskitoHero has quit [Ping timeout: 256 seconds]
user71 has joined #ruby
<sagax> all done, i found error, thanks
<adam12> sagax: Nice. What was it?
<sagax> --with-python3-config-dir not insert `\` in end string, sad :(
<sagax> https://termbin.com/7pxh string of this
<adam12> sagax: You're right! LOL
<adam12> sagax: That's funny. I didn't even notice.
<sagax> ^_^
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 268 seconds]
MoskitoHero has joined #ruby
grenierm has quit [Ping timeout: 250 seconds]
wyclif has quit [Quit: leaving]
MoskitoHero has quit [Ping timeout: 240 seconds]
sphex has quit [Remote host closed the connection]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 255 seconds]
graywolf has quit [Quit: WeeChat 4.2.1]
xlymian has joined #ruby
passbe has quit [Quit: bye...]
passbe has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 240 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 255 seconds]
MoskitoHero has joined #ruby
xlymian has quit [Ping timeout: 260 seconds]
Guest40 has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
sam113101 has quit [Quit: WeeChat 4.1.2]
Guest40 has quit [Quit: Client closed]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 240 seconds]
xdminsy has quit [Ping timeout: 260 seconds]
MoskitoHero has joined #ruby
kaivai has quit [Remote host closed the connection]
kaivai has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
r3m has quit [Quit: WeeChat 4.3.0-dev]
r3m has joined #ruby
nmollerup has quit [Quit: Leaving]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 240 seconds]
Guest52 has joined #ruby
<Guest52> Hey anybody here?
Guest52 has quit [Client Quit]
sphex has joined #ruby
<weaksauce> yes we are like ships sailing in the night
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
MoskitoHero has joined #ruby
kaivai has quit [Remote host closed the connection]
kaivai has joined #ruby
MoskitoHero has quit [Ping timeout: 240 seconds]
konsolebox_ has quit [Ping timeout: 246 seconds]
kaivai has quit [Remote host closed the connection]
kaivai has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 260 seconds]
karolis has quit [Ping timeout: 255 seconds]
kaivai has quit [Remote host closed the connection]
MoskitoHero has joined #ruby
kaivai has joined #ruby
MoskitoHero has quit [Ping timeout: 255 seconds]
MoskitoHero has joined #ruby
hightower3 has joined #ruby
MoskitoHero has quit [Ping timeout: 256 seconds]
hightower2 has quit [Ping timeout: 252 seconds]
aesthetikx has quit [Ping timeout: 260 seconds]
Al2O3 has quit [Quit: Good mourning, good after nun, g'nite, and goober evenings.]
graywolf has joined #ruby
havenwood has quit [Quit: The Lounge - https://thelounge.chat]
CrazyEddy has quit [Quit: Reconnecting]
havenwood has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 272 seconds]
osc4rpt has quit [Ping timeout: 256 seconds]
osc4rpt has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Remote host closed the connection]
user71 has quit [Quit: Leaving]
sam113101 has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 240 seconds]
<adam12> lol
<adam12> o/
<weaksauce> \o
Aminda has quit [Ping timeout: 260 seconds]
Aminda has joined #ruby
Al2O3 has joined #ruby
Al2O3 has quit [Changing host]
Al2O3 has joined #ruby
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 260 seconds]
<adam12> Packaged up a small cli-ui example with rbz and it looked to be reasonably portable. Going to have to find a better way of vendoring gems
<adam12> but excited for what this offers up. Save me from writing Go when I want some portable script.
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
Linux_Kerio has quit [Ping timeout: 268 seconds]
graywolf has quit [Quit: WeeChat 4.2.1]
karolis has joined #ruby
MoskitoHero has joined #ruby
pascal_blaze has joined #ruby
MoskitoHero has quit [Ping timeout: 272 seconds]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 264 seconds]
znqv has joined #ruby
znqv has quit [Client Quit]
MoskitoHero has joined #ruby
MoskitoHero has quit [Ping timeout: 255 seconds]