hannes changed the topic of #mirage to: bug cleaning day first friday each month from 14:00 UTC till late, meet here. MirageOS 3 is released, happy hacking!
_whitelogger has joined #mirage
argent_smith has joined #mirage
AltGr has joined #mirage
<haesbaert>
oih noes
<haesbaert>
no opam-publish in 4.05
<haesbaert>
*4.06
olle has joined #mirage
<hannes>
haesbaert: yes, the universe is unstable..
<haesbaert>
stupid universe
<haesbaert>
I've so much stuff to do before marrakech
<hannes>
tell me
<haesbaert>
my mdns stuff showed up in a blog post, I have to give some attention
<haesbaert>
then I need to fix awa-ssh API
<haesbaert>
then I have to fix the mess in charrua-core
<haesbaert>
and the 4.06 transition
<hannes>
is charrua a mess?
<haesbaert>
kinda, we wanted to rename
<haesbaert>
I have also to recheck the checksum stuff
<hannes>
oh, renames... yes...
<haesbaert>
I don't even know how to cut a release with jbuilder
<haesbaert>
or how the multiple opam packages work
<haesbaert>
I wanted to merge charrua-client in charrua-dhcp
<haesbaert>
and maybe leave the lwt portion out
<haesbaert>
also the api needs to be changed
<haesbaert>
there is a stupid len argument on pkg_of_buf
<hannes>
if there's a decent pkg/pkg.ml, topkg works. for multiple opam packages usually samoht has some hack in Makefile (see e.g. mirage-protocols)
<hannes>
charrua-client is part of charrua-core right now, no?
<haesbaert>
aye, but it's a different opam package
<hannes>
i mean as "part of" in the same git repository
<haesbaert>
aye
<haesbaert>
at least all is in the same repository now
<haesbaert>
I have to send a bomb to david btw
<haesbaert>
waiting a PR since march
<haesbaert>
just published rawlink 06 should fix the new ocaml at least
* reynir
notes to not let any of haesbaert's PRs hang for too long
<haesbaert>
gagagaga
<haesbaert>
:D
<haesbaert>
I kid obviously, I'm still learning how to build the bomb
<haesbaert>
the tar parser is only better than find
<kensan>
heh
olle has joined #mirage
* hannes
is sad: he can actually use tar without looking in the manpage... as well as openssl (and a huge amount of the s_client / s_server / x509 / pkcs12 subcommands)
<haesbaert>
tar -czvf and tar -xzvf, anything else requires deep research for me
<hannes>
j :)
<haesbaert>
ah yes, the bzip2 switch right
<reynir>
you can often use tar -xvf and it'll discover the compression by itself