companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.2.0 released: https://ocaml.org/releases/5.2.0 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
waleee has quit [Ping timeout: 240 seconds]
<germ> Yocaml ! o/
<germ> (^ Gett-it ? ;) Am I the 1st to do it ?)
gzar has quit [Quit: WeeChat 4.3.2]
myrkraverk has quit [Ping timeout: 264 seconds]
myrkraverk has joined #ocaml
<discocaml_> <darrenldl> https://github.com/xhtmlboi/yocaml
<discocaml_> <darrenldl> someone was 3 years ahead : v
<discocaml_> <hockletock> at least you're not named xhtmlboi
Inline has quit [Remote host closed the connection]
Inline has joined #ocaml
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 252 seconds]
jabuxas has quit [Ping timeout: 246 seconds]
hannes_ has joined #ocaml
torretto has quit [Ping timeout: 260 seconds]
hannes has quit [Ping timeout: 272 seconds]
torretto has joined #ocaml
terrorjack has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack has joined #ocaml
mbuf has joined #ocaml
dev2 has joined #ocaml
dev2 has quit [Quit: WeeChat 4.3.2]
YuGiOhJCJ has joined #ocaml
Serpent7776 has joined #ocaml
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
hannes_ is now known as hannes
toastal has joined #ocaml
Tuplanolla has joined #ocaml
dawids has joined #ocaml
toastal has left #ocaml [Error from remote client]
Anarchos has joined #ocaml
bartholin has joined #ocaml
nickiminjaj has quit [Quit: ZNC 1.8.2 - https://znc.in]
nickiminjaj has joined #ocaml
nickiminjaj has quit [Client Quit]
toastal has joined #ocaml
Inline has quit [Remote host closed the connection]
Inline has joined #ocaml
Inline has quit [Quit: Leaving]
Anarchos has quit [Quit: Client closed]
toastal has quit [Ping timeout: 268 seconds]
Inline has joined #ocaml
toastal has joined #ocaml
dawids has quit [Quit: Leaving]
rom1504 has quit [Ping timeout: 260 seconds]
Anarchos has joined #ocaml
<discocaml_> <shiny_dev> I am a lead web3 frontend and blockchain engineer, i am looking for an opportunity to work with you.
<Anarchos> shiny_dev ???
<discocaml_> <._null._> Discord flags it as potential spam
<discocaml_> <darrenldl> what's the cross compilation story nowadays?
trillion_exabyte has quit [Ping timeout: 264 seconds]
trillion_exabyte has joined #ocaml
<discocaml_> <darrenldl> is https://github.com/dinosaure/esperanto the go to?
Anarchos has quit [Quit: Client closed]
gzar has joined #ocaml
jabuxas has joined #ocaml
toastal has quit [Quit: Gateway shutdown]
waleee has joined #ocaml
<discocaml_> <darrenldl> @dinosaure re: https://github.com/dinosaure/esperanto/issues/31 what's still missing for esperanto to work for ocaml 5?
myrkraverk__ has joined #ocaml
myrkraverk_ has quit [Read error: Connection reset by peer]
jabuxas has quit [Ping timeout: 268 seconds]
hannes has quit [Quit: leaving]
toastal has joined #ocaml
Inline has quit [Quit: Leaving]
myrkraverk_ has joined #ocaml
myrkraverk__ has quit [Read error: Connection reset by peer]
chiselfuse has quit [Read error: Connection reset by peer]
torretto has quit [Remote host closed the connection]
torretto has joined #ocaml
chiselfuse has joined #ocaml
bartholin has quit [Quit: Leaving]
Inline has joined #ocaml
Inline has quit [Quit: Leaving]
Anarchos has joined #ocaml
Inline has joined #ocaml
myrkraverk__ has joined #ocaml
myrkraverk_ has quit [Ping timeout: 268 seconds]
myrkraverk_ has joined #ocaml
myrkraverk__ has quit [Read error: Connection reset by peer]
<discocaml_> <anmonteiro> Check the #nix channel and the recent convo
<Anarchos> i can't find where does the 'Sys.argv(1)' come from in testsuite/tests/backtrace/backtrace.ml
Inline has quit [Quit: Leaving]
Inline has joined #ocaml
Inline has quit [Remote host closed the connection]
Inline has joined #ocaml
Inline has quit [Quit: Leaving]
Inline has joined #ocaml
mbuf has quit [Quit: Leaving]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
jabuxas has joined #ocaml
<discocaml_> <limp.biskit> @anmonteiro would there be any interest in merging this into httpun: https://github.com/inhabitedtype/httpaf/pull/217 ?
<discocaml_> <limp.biskit> i don't know how much work would need to go into completing and rebasing it, I am about to start. I was going to work against httpaf's master, but if there is interest for it in httpun I can work on yours
<discocaml_> <anmonteiro> it's not a bad idea
<discocaml_> <limp.biskit> i have found it a nightmare trying to "gracefully" handle failed writes
toastal has left #ocaml [Error from remote client]
<discocaml_> <limp.biskit> the only issue i see is that it breaks any code using flush in it's current form
<discocaml_> <anmonteiro> shouldn't be too much of a problem. we just need to make sure to make the same change in h2 (I try to keep the interfaces the same as much as possible)
<discocaml_> <limp.biskit> i'll start working on rebasing it. (once i can work out how to do such a thing in git
jabuxas has quit [Ping timeout: 256 seconds]
Serpent7776 has quit [Ping timeout: 255 seconds]
waleee has quit [Ping timeout: 260 seconds]
<discocaml_> <anmonteiro> assuming you're in the httpun repo:
<discocaml_> <anmonteiro> ```bash
<discocaml_> <anmonteiro> git add upstream git@github.com:dhouse-js/httpaf.git
<discocaml_> <anmonteiro> git checkout -b your-branch
<discocaml_> <anmonteiro> git merge upstream/expose-write-failures-in-flush
<discocaml_> <anmonteiro> ```
<discocaml_> <anmonteiro> assuming you're in the httpun repo:
<discocaml_> <anmonteiro> ```bash
<discocaml_> <anmonteiro> git add upstream git@github.com:dhouse-js/httpaf.git
<discocaml_> <anmonteiro> git fetch --all
<discocaml_> <anmonteiro> git checkout -b your-branch
<discocaml_> <anmonteiro> git merge upstream/expose-write-failures-in-flush
<discocaml_> <anmonteiro> ```
bartholin has joined #ocaml
<discocaml_> <limp.biskit> thank you!
jabuxas has joined #ocaml
ocra8 has joined #ocaml
ocra8 has quit [Max SendQ exceeded]
Anarchos has joined #ocaml
bartholin has quit [Quit: Leaving]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]