<ifreund>
NickH: No concrete plans, I don't think river will be ready for an 0.3.0 release before Zig 0.11.0 releases so I'll probably switch river master branch over to zig 0.11.0 shortly after the Zig release
<ifreund>
I could do an 0.2.5 point release that's compatible with Zig 0.11 if needed
MayNoi has joined #river
<MayNoi>
Hi! Does anyone have any good Eww module for River tags (presumably using ristate)?
<LemanR>
it's my favorite. I did a quick glance at the docs but didn't see it (went to doc/river riverctl & rivertile. I just ctrl + find the pages though so maybe I missed something.
jao has quit [Ping timeout: 240 seconds]
<LemanR>
taking closer look at rivertile, guess the solution would be there if anywhere.
<LemanR>
"-main-location [top|bottom|left|right] Set the initial location of the main area in the layout. (Default: left)" think there is a way to have the main area in the "middle"
<RZ_MJ[m]>
It is not possible with rivertile though.
MayNoi has quit [Quit: Client closed]
<LemanR>
RZ_MJ[m] Thanks i'll check this out.
<Nosrep>
wish waymonad was still alive. oh well
<LemanR>
:( wish there is a EWWM in our future.
<LemanR>
(EXWM...but wayland)
<LemanR>
looks like river-luatile is my kinda program......(a simple program :p )
elshize has quit [Ping timeout: 252 seconds]
LemanR has quit [Quit: Client closed]
angry_vincent has joined #river
angry_vincent has joined #river
Guest12 has joined #river
linkert has joined #river
Guest12 has quit [Quit: Client closed]
leopoldek has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #river
kotto has joined #river
Guest41 has joined #river
Guest41 has quit [Client Quit]
waleee has joined #river
jao has joined #river
Jazzah has quit [Server closed connection]
Jazzah has joined #river
Jazzah has quit [Changing host]
Jazzah has joined #river
linkert has quit [Quit: linkert]
alexherbo2 has quit [Remote host closed the connection]
LemanR32 has joined #river
linkert has joined #river
LemanR32 has quit [Quit: Client closed]
linkert has quit [Ping timeout: 240 seconds]
leopoldek has joined #river
leopoldek has quit [Ping timeout: 258 seconds]
linkert has joined #river
elshize has joined #river
leopoldek has joined #river
Mopigames has joined #river
aktina has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
Mopigames has quit [Quit: Client closed]
linkert has quit [Ping timeout: 240 seconds]
leopoldek has quit [Ping timeout: 240 seconds]
<NickH>
ifreund: I see. My concern is that 0.11.0 won't be able to bootstrap itself. This complicates packaging zig. I guess I'd need keep a "legacy" zig package at 0.10.1 to build zig 0.11.0.
<ifreund>
NickH: 0.11.0 will be able to bootstrap itself on all targets where 0.10.1 can
<NickH>
ifreund: that's excellent news.
<ifreund>
the only difference is that it uses a wasm blob so it's not strictly from source
<ifreund>
really I don't think having bootstrap chains like this make any practical difference over a small, target-agnostic binary blob maintained by upstream
<NickH>
Makes a massive practical difference for being able to find a Debian Developer willing to sposor it.
<ifreund>
well, to get from the newest zig commit with a C++ compiler to the current tip of master takes 19 hops it seems
<ifreund>
probably fairly easy to write a script that does that
<ifreund>
I expect that there will be a third party Zig compiler in C or something similarly bootstrappable at some point after an actual language spec exists
<ifreund>
maybe now is not yet the time to get zig into debian stable
<leon-p>
maybe someone wants to write a gcc frontend. gzz?
<leon-p>
would be interesting to compare that to the reference compiler w.r.t. optimisations