<discocaml_>
<Bozhidar> That's that CCBot? Is this some IRC bridge? At least to me it always looks super weird that some conversations are coming out of nowhere.
<discocaml_>
<Bozhidar> (it's also not very clear how to interact with people on the IRC channel)
motherfsck has joined #ocaml
bgs has quit [Remote host closed the connection]
<Armael>
from my perspective you're the one talking through an IRC bot ;-)
<Armael>
the bridge bots could definitely be better integrated, but I think they are better than no bridge at all
<discocaml_>
<Bluddy> I wish a typed pass for PPX was practical, but there's a good reason nobody does it.
discuss9128 has quit [Quit: Client closed]
jao has quit [Ping timeout: 260 seconds]
<discocaml_>
<Bozhidar> Fari enough. 🙂
<discocaml_>
<Bozhidar> Actually they both cover pretty much the same things, but tuareg is the better option. There are some plans to eventually sunset caml-mode altogether.
random-jellyfish has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
<discocaml_>
<NULL> (The messages you reply to aren't passed through the bridge, you should prefix with `Armael:` and `technomancy:` instead)
mro has quit [Remote host closed the connection]
mro has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
mro has quit [Remote host closed the connection]
mro has joined #ocaml
<discocaml_>
<froyo> the previous bridge changed its name depending on who sent the message from IRC, I liked that so I wrote a small js plugin to discord to restore the functionality:
<discocaml_>
<Kate> the two reasons this hasn't been merged is that it's a significant change from previous build system for this package (breaks previous assumptions when used with ocamlfind) and llvm 15 wasn't available on any distributions until recently
mro has quit [Remote host closed the connection]
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
<discocaml_>
<Bluddy> dune (include_subdirs qualified) is in!
waleee has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
bobo_ has joined #ocaml
spip has quit [Ping timeout: 252 seconds]
mro has quit [Remote host closed the connection]
Serpent7776 has quit [Ping timeout: 246 seconds]
bgs has joined #ocaml
<companion_cube>
Does it namespace according to directories?
brettgilio has quit [Read error: Connection reset by peer]
szkl has joined #ocaml
mro has joined #ocaml
azimut has quit [Write error: Connection reset by peer]
Tuplanolla has joined #ocaml
azimut has joined #ocaml
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
Serpent7776 has joined #ocaml
<discocaml_>
<Drup> @kit_ty_kate great ! thanks a lot
<discocaml_>
<Drup> @kit_ty_kate btw, llvm.moe is extremely outdated, I think it would be best to remove it (and maybe change it to a link to the online doc on opam doc, or something)
<discocaml_>
<peval> will the GC survive if i modify the size field of a block to get "lazy compaction" when it runs?
<discocaml_>
<Kate> I'll keep it for now. The API didn't change much since LLVM 7.0 imo, and the documentation in ocaml.org is not built for llvm
mro has quit [Quit: Leaving...]
Stumpfenstiel has joined #ocaml
<discocaml_>
<lukstafi> I decided that the most fun way forward for me for now is `ppx_minidebug` that's a single-file poor approximation of `ppx_debug`. It will trace only bindings and functions which are type-annotated with single-identifier types. It will log to a file using `sexp_of_<t>`. I'll advance to `ppx_debug` when this starts feeling impoverished.
<discocaml_>
<lukstafi> I decided that the most fun way forward for me for now is `ppx_minidebug` that's a single-file poor approximation of `ppx_debug`. It will trace only bindings and functions which are type-annotated with single-identifier types. It will directly log to a file using `sexp_of_<t>`. I'll advance to `ppx_debug` when this starts feeling impoverished.
oriba has joined #ocaml
zbroyar has joined #ocaml
<discocaml_>
<lukstafi> (Using `sexp`, it might be easy to implement an interactive debugging mode where one can substitute a different value for a traced value and let the computation proceed, but I'm not planning on that.)
<discocaml_>
<lukstafi> (Using `sexp`, it might be easy to implement an interactive debugging mode where one can substitute a different value for a traced value and let the computation proceed, but I'm not planning on that. Maybe someday.)
olle has quit [Ping timeout: 246 seconds]
trev has quit [Remote host closed the connection]
jao has left #ocaml [#ocaml]
darchitect has joined #ocaml
<darchitect>
hey guys
<darchitect>
does anyone know why when I try to do 'dune --help' I get a blank screen with no information whatsoever on a macos
<darchitect>
?
<discocaml_>
<NULL> Does `man` work for you ?
<darchitect>
yeah
<darchitect>
it does :/
<discocaml_>
<NULL> That's weird, I thought it just launched it but apparently there's more to it if it breaks for you
bgs has quit [Remote host closed the connection]
darchitect has quit [Ping timeout: 246 seconds]
Serpent7776 has quit [Ping timeout: 255 seconds]
Stumpfenstiel has quit [Ping timeout: 252 seconds]
dh` has joined #ocaml
<dh`>
all you really need to know about STREAMS is Dennis Ritchie's famous quote: "I designed streams, they build sewers"