00:13
mange has joined #ruby
00:18
pastelowl has quit [Quit: WeeChat 4.6.3]
00:21
pastelowl has joined #ruby
00:38
ua_ has quit [Ping timeout: 252 seconds]
00:46
markong has quit [Ping timeout: 260 seconds]
00:51
ua_ has joined #ruby
01:18
<
The_Camel >
adam12, alrighty
02:03
fercell has joined #ruby
02:16
o0x1eef has quit [Quit: Brb]
02:16
o0x1eef has joined #ruby
02:27
Vonter has joined #ruby
02:32
Linux_Kerio has joined #ruby
02:33
Linux_Kerio has quit [Read error: Connection reset by peer]
02:50
cappy has joined #ruby
04:13
<
leftylink >
>> "#{%}#{%}#{%}#{%}#}}}}}}}}"
04:30
<
mikko >
how does that work
04:32
<
mange >
Magic, I assume.
04:35
<
mange >
It might help to consider what %}hi} does.
04:36
<
mikko >
interesting, i kinda would've expected that to want %}hi{
04:37
<
mikko >
since %{hi{ needs to be %{hi} too
04:37
<
o0x1eef >
Indeed. This is a string by itself. Similar to "hi"
04:37
<
o0x1eef >
} opens and closes the string.
04:37
<
o0x1eef >
That's how I'm reading it so far.
05:00
dviola has joined #ruby
05:02
Furai has quit [Quit: WeeChat 4.6.3]
05:09
Furai has joined #ruby
05:09
The_Camel has quit [Ping timeout: 252 seconds]
05:49
grenierm has joined #ruby
05:54
jmcantrell has quit [Ping timeout: 260 seconds]
05:57
pages has quit [Ping timeout: 252 seconds]
06:00
dionysus69 has joined #ruby
06:03
schne1der has joined #ruby
06:14
pages has joined #ruby
06:44
ih8u2 has joined #ruby
06:45
ih8u has quit [Ping timeout: 260 seconds]
06:45
ih8u2 is now known as ih8u
06:57
BSaboia has joined #ruby
07:12
cappy has quit [Quit: Leaving]
07:41
jtperreault has quit [Ping timeout: 260 seconds]
07:41
jtperreault has joined #ruby
07:50
Fusl has quit [Ping timeout: 260 seconds]
07:53
Fusl has joined #ruby
09:10
surrounder has quit [Remote host closed the connection]
09:10
surrounder has joined #ruby
09:31
grenierm has quit [Ping timeout: 272 seconds]
09:35
Evil-Bob has quit [Quit: Ping timeout (120 seconds)]
09:35
Evil-Bob has joined #ruby
10:21
TomyWork has joined #ruby
10:34
msv has quit [Remote host closed the connection]
10:37
msv has joined #ruby
10:41
niv has quit [Read error: Connection reset by peer]
10:41
cybniv has joined #ruby
10:49
cybniv has quit [Read error: Connection reset by peer]
10:55
niv has joined #ruby
11:20
niv has joined #ruby
11:35
markong has joined #ruby
12:41
mange has quit [Quit: Zzz...]
13:00
marahin has quit [Server closed connection]
13:01
marahin has joined #ruby
13:15
andy-turner has joined #ruby
13:22
hansolo has quit [Ping timeout: 252 seconds]
13:22
hansolo has joined #ruby
13:37
inline has quit [Ping timeout: 260 seconds]
13:41
<
leah2 >
how good is rjit in 3.4.4?
13:49
<
leah2 >
rendering my blog is slower :D
13:59
user71 has joined #ruby
14:19
markong has quit [Ping timeout: 260 seconds]
14:28
sweatiest has joined #ruby
14:31
<
havenwood >
leah2: RJIT is removed from Ruby in 3.5 but can still be used as a gem. It's a toy.
14:32
<
havenwood >
leah2: Ruby 3.5 will ship ZJIT but based on current progress I suspect it may not be ready until 3.6 and YJIT will remain the default. ZJIT is intended to be a production JIT that replaces YJIT, unlike RJIT which is more of a proof of concept and toy.
14:33
<
leah2 >
oh right, i thought rjit was zjit
14:33
<
leah2 >
confusing! :D
14:33
<
leah2 >
i'm only updating for 3.4 currently
14:37
<
havenwood >
leah2: Then YJIT is the way to go!
14:37
<
havenwood >
I suspect YJIT will still be the way in 3.5, unless ZJIT really speeds up development.
14:38
<
havenwood >
Seems on track for 3.6. I don't think they've decided yet whether to keep YJIT roughly as it is or pare it down to be a secondary but simpler JIT with ZJIT as the default.
14:38
sweatiest has joined #ruby
14:38
<
havenwood >
ZJIT is intended to replace YJIT in any case.
14:40
<
leah2 >
hm, zjit needs rust too
14:40
markong has joined #ruby
15:15
<
havenwood >
leah2: Yes, and Ruby 3.5's MMTK needs Rust as well.
15:15
<
havenwood >
(New optional modular GC.)
15:29
<
havenwood >
Still all optional stuff, though I consider the JIT rather essential at this point.
15:36
cappy has joined #ruby
15:37
<
leah2 >
i just write scripts so :D
15:46
dionysus69 has quit [Ping timeout: 252 seconds]
15:51
denvermullets has joined #ruby
15:54
The_Camel has joined #ruby
16:00
adam12 has quit [Quit: Ping timeout (120 seconds)]
16:01
markong has joined #ruby
16:01
adam12 has joined #ruby
16:01
markong has quit [Client Quit]
16:02
markong has joined #ruby
16:03
kmad has quit [Ping timeout: 252 seconds]
16:03
kmad has joined #ruby
16:09
<
leah2 >
test suite on i686 reliably crashes in mysterious ways ><
16:28
cappy has quit [Quit: Leaving]
16:36
et09_ has joined #ruby
16:36
<
et09_ >
anyone got a good nvim/coc/solargraph setup? trying to get it set up and a bit lost
16:38
<
et09_ >
now uninstalled and trying rails.vim ...
16:43
denvermullets has quit [Ping timeout: 252 seconds]
16:55
polishdub has quit [Ping timeout: 276 seconds]
16:56
<
et09_ >
not sure that's the right one. i'm really just looking for something like "prettier" for js/ts, namely for autoformatting
16:56
polishdub has joined #ruby
16:56
<
et09_ >
got other stuff for linting/correctness, altho i guess autocomplete would be nice
16:57
jmcantrell has joined #ruby
16:59
<
et09_ >
ah...rufo + neoformat seems to work nicely...
17:00
sir_oj has joined #ruby
17:03
denvermullets has joined #ruby
17:06
et09 has joined #ruby
17:06
et09_ has left #ruby [#ruby]
18:05
sarna has quit [Ping timeout: 244 seconds]
18:09
Linux_Kerio has joined #ruby
18:09
jmcantrell has quit [Ping timeout: 248 seconds]
18:10
Linux_Kerio has quit [Read error: Connection reset by peer]
18:17
markong has quit [Ping timeout: 276 seconds]
18:34
The_Camel has quit [Remote host closed the connection]
18:34
The_Camel has joined #ruby
18:47
sarna has joined #ruby
18:50
oznek has joined #ruby
18:52
oznek has quit [Client Quit]
19:08
jmcantrell has joined #ruby
19:22
llua has quit [Ping timeout: 252 seconds]
19:46
jmcantrell has quit [Ping timeout: 252 seconds]
19:55
jmcantrell has joined #ruby
20:00
llua has joined #ruby
20:10
___nick___ has joined #ruby
20:10
schne1der has quit [Quit: schne1der]
20:10
___nick___ has quit [Client Quit]
20:11
denvermullets has quit [Ping timeout: 260 seconds]
20:13
___nick___ has joined #ruby
20:13
denvermullets has joined #ruby
20:31
andy-turner has quit [Quit: Leaving]
20:32
yop32 has joined #ruby
20:32
<
yop32 >
hi everyone
20:45
user71 has quit [Quit: Leaving]
21:03
johnjaye has quit [Read error: Connection reset by peer]
21:03
andy-turner_ has joined #ruby
21:07
andy-turner_ has quit [Client Quit]
21:09
TomyWork has quit [Ping timeout: 252 seconds]
21:50
__nick__ has joined #ruby
21:50
___nick___ has quit [Ping timeout: 276 seconds]
22:00
ruby[bot] has quit [Remote host closed the connection]
22:00
ruby[bot] has joined #ruby
22:14
Exa has quit [Quit: see ya!]
22:15
Exa has joined #ruby
22:18
__nick__ has quit [Ping timeout: 252 seconds]
22:27
markong has joined #ruby
22:53
sir_oj has quit [Read error: Connection reset by peer]
23:04
denvermullets has quit [Remote host closed the connection]
23:19
mange has joined #ruby
23:35
balo has quit [Server closed connection]
23:36
balo has joined #ruby
23:43
brw has quit [Remote host closed the connection]
23:44
brw has joined #ruby