adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.07.0 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.07/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml | Due to ongoing spam, you must register your nickname to talk on the channel
jao has quit [Ping timeout: 272 seconds]
ziyourenxiang has joined #ocaml
JimmyRcom has joined #ocaml
mfp has quit [Ping timeout: 245 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tormen_ has joined #ocaml
tormen has quit [Ping timeout: 245 seconds]
silver has quit [Read error: Connection reset by peer]
rdivyanshu has joined #ocaml
xuanrui has joined #ocaml
kvda has joined #ocaml
noitakomentaja has quit [Ping timeout: 245 seconds]
kamog has joined #ocaml
rdivyanshu has quit [Remote host closed the connection]
Jeanne-Kamikaze has joined #ocaml
rdivyanshu has joined #ocaml
noitakomentaja has joined #ocaml
Jeanne-Kamikaze has quit [Quit: Leaving]
rdivyanshu has quit [Ping timeout: 244 seconds]
steenuil has quit [Quit: Leaving]
rdivyanshu has joined #ocaml
xuanrui has quit [Remote host closed the connection]
muelleme has joined #ocaml
sagotch has joined #ocaml
muelleme has quit [Ping timeout: 252 seconds]
orbifx2 has joined #ocaml
rdivyanshu has quit [Ping timeout: 260 seconds]
orbifx2 has quit [Ping timeout: 252 seconds]
rdivyanshu has joined #ocaml
muelleme has joined #ocaml
muelleme has quit [Ping timeout: 246 seconds]
bartholin has quit [Remote host closed the connection]
ggole has joined #ocaml
Haudegen has joined #ocaml
jaar has joined #ocaml
rdivyanshu has quit []
jaar has quit [Ping timeout: 264 seconds]
jaar has joined #ocaml
noitakomentaja has quit [Ping timeout: 252 seconds]
lostman has quit [Quit: Connection closed for inactivity]
jaar_ has joined #ocaml
jaar has quit [Ping timeout: 272 seconds]
JimmyRcom has quit [Ping timeout: 272 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dtornabene has joined #ocaml
kvda has joined #ocaml
<sagotch> Hey. I have made a PR on js_of_ocaml to implement filesystem I/O, but my data get corrupted. If someone want to help me finding why/where/how, please have a look to https://github.com/ocsigen/js_of_ocaml/pull/703
mfp has joined #ocaml
<sagotch> As said in the PR, I think that it gets corrupted while writing file to disk, because reading is just replicate code of something I know it works
erkin has joined #ocaml
Haudegen has quit [Remote host closed the connection]
<xvilka> Hi! Is anyone ever uses amqp-client library? (RabbitMQ client) The documentation in it is almost nonexistent and example is too basic
<xvilka> Searching for any open source project that uses it
<xvilka> I found no packages in opam that use it
<xvilka> Is it even used anywhere?
<xvilka> *somewhere at all?
<xvilka> search at github also shown nothing that depends on it
carlosdagos has quit [Quit: Connection closed for inactivity]
dtornabene has quit [Read error: Connection reset by peer]
dtornabene has joined #ocaml
freyr69 has joined #ocaml
_andre has joined #ocaml
gallais has joined #ocaml
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jao has joined #ocaml
dtornabene has quit [Quit: Leaving]
kakadu has joined #ocaml
silver has joined #ocaml
nicoo has quit [Ping timeout: 256 seconds]
<xvilka> hm, seems Lwt prohibits running nested Lwt_main.run
<xvilka> is there any other way to unwrap Lwt promise then?
nicoo has joined #ocaml
<Fardale> with a Lwt.bind
<Fardale> or I don't get your question
<xvilka> yes, with a bind
<xvilka> like "var >>= fun v -> some_fun v"
<xvilka> sorry, just realised how stupid question was
<freyr69> thete is Lwt.async also
<Leonidas> xvilka: yes, we use it extensively, given the author used to work here.
<Leonidas> xvilka: and our open source projects use it, so guess your github search was not particularly thorough
dmiles has quit [Ping timeout: 252 seconds]
nicoo has quit [Ping timeout: 256 seconds]
nicoo has joined #ocaml
<xvilka> Leonidas: can you please give a link then?
Haudegen has joined #ocaml
<xvilka> thank you!
spew has joined #ocaml
neatonk has joined #ocaml
dmiles has joined #ocaml
<Leonidas> xvilka: let me know if you have questions, I think the interface is pretty nice, but you do need to understand AMQP :-)
Bronsa has joined #ocaml
tane has joined #ocaml
cuicui has joined #ocaml
FreeBirdLjj has joined #ocaml
cuicui1 has joined #ocaml
cuicui has quit [Ping timeout: 252 seconds]
cuicui1 has quit [Client Quit]
cuicui has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
freyr69 has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 250 seconds]
ollehar has joined #ocaml
FreeBirdLjj has joined #ocaml
dmbaturin_ is now known as dmbaturin
Haudegen has quit [Read error: Connection reset by peer]
erkin has quit [Remote host closed the connection]
erkin has joined #ocaml
artart78 has quit [Ping timeout: 252 seconds]
sagotch has quit [Quit: Leaving.]
ollehar has quit [Ping timeout: 260 seconds]
cuicui has quit [Ping timeout: 244 seconds]
jaar_ has quit [Quit: Leaving]
artart78 has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
Haudegen has joined #ocaml
FreeBirdLjj has joined #ocaml
kakekongen has joined #ocaml
TheLemonMan has joined #ocaml
bartholin has joined #ocaml
companion_cube has quit [Remote host closed the connection]
ocabot has quit [Remote host closed the connection]
ocabot has joined #ocaml
ocabot has quit [Remote host closed the connection]
ocabot has joined #ocaml
companion_cube has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
steenuil has joined #ocaml
Bronsa has quit [Ping timeout: 252 seconds]
<kakekongen> Pretty new to ocaml, but for debugging purposes (and with Lwt), most of the times I print in the match arms and try to not do anything more with it. This give the always nice got unit, expected 'a Lwt.t
<kakekongen> Any tips regarding what I should be doing different?
<kakekongen> Or in general, are there any pointers toward a good introduction to Lwt so I can properly understand what I do? :)
<tane> kakekongen, you could start from here: https://mirage.io/wiki/tutorial-lwt
FreeBirdLjj has quit [Remote host closed the connection]
<tane> there are also some lwt printing functions that return Lwt.t wrapped types
trochdewei has joined #ocaml
trochdewei has quit [Quit: Leaving]
cuicui has joined #ocaml
ggole has quit [Quit: ggole]
<Leonidas> kakekongen: You can check out these: https://ocsigen.org/lwt/4.1.0/api/Lwt_io#2_Printing
neatonk has quit [Ping timeout: 246 seconds]
jack5638 has quit [Ping timeout: 260 seconds]
jack5638 has joined #ocaml
kakadu_ has joined #ocaml
neatonk has joined #ocaml
cuicui has quit [Ping timeout: 252 seconds]
neatonk has quit [Ping timeout: 252 seconds]
Haudegen has quit [Remote host closed the connection]
neatonk has joined #ocaml
tane has quit [Quit: Leaving]
neatonk has quit [Ping timeout: 252 seconds]
karlguy has joined #ocaml
kvda has joined #ocaml
<Drup> seliopou: Do you have benchmark for angstrom against other parsing libraries ?
Haudegen has joined #ocaml
orbifx has joined #ocaml
<orbifx> Hello all
cuicui has joined #ocaml
<orbifx> has anyone worked with parsers using Re and Mehnir? I'd like to discuss appropriatness
noitakomentaja has joined #ocaml
bartholin has quit [Remote host closed the connection]
spew has quit [Quit: going home]
erkin has quit [Remote host closed the connection]
karlguy has quit [Ping timeout: 246 seconds]
orbifx has quit [Ping timeout: 268 seconds]
cuicui has quit [Ping timeout: 272 seconds]
nahra has joined #ocaml
kakadu_ has quit [Remote host closed the connection]
cuicui has joined #ocaml
Haudegen has quit [Remote host closed the connection]
carlosdagos has joined #ocaml
noitakomentaja has quit [Ping timeout: 244 seconds]