cantstanya has quit [Remote host closed the connection]
cantstanya has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
wonko7 has joined #ocaml
bartholin has joined #ocaml
Tuplanolla has joined #ocaml
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
<d_bot>
<darrenldl> is there an easy way to import an arbitrary ocaml/opam package into bucklescript/rescript?
<d_bot>
<darrenldl>
<d_bot>
<darrenldl> my impression is that is not immediately possible if the package has other opam deps. is this a correct impression?
rock64 has quit [Ping timeout: 264 seconds]
rock64 has joined #ocaml
def has left #ocaml [#ocaml]
bartholin has quit [Ping timeout: 256 seconds]
bartholin has joined #ocaml
Haudegen has joined #ocaml
serpent has joined #ocaml
SoF has quit [Write error: Connection reset by peer]
Serpent7776 has quit [Read error: Connection reset by peer]
SoF has joined #ocaml
rks` has quit [Ping timeout: 256 seconds]
rks` has joined #ocaml
jnavila has joined #ocaml
wonko7 has quit [Ping timeout: 246 seconds]
amiloradovsky has joined #ocaml
mfp has joined #ocaml
bartholin has quit [Ping timeout: 265 seconds]
amiloradovsky has quit [Remote host closed the connection]
bartholin has joined #ocaml
wonko7 has joined #ocaml
jbrown has quit [Quit: Leaving]
zebrag has joined #ocaml
wonko7 has quit [Ping timeout: 272 seconds]
jbrown has joined #ocaml
jbrown has quit [Quit: Leaving]
jbrown has joined #ocaml
amiloradovsky has joined #ocaml
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
steenuil has joined #ocaml
tane has joined #ocaml
wonko7 has joined #ocaml
freshmaker666 has quit [Quit: ZNC 1.8.2 - https://znc.in]
freshmaker666 has joined #ocaml
freshmaker666 has joined #ocaml
freshmaker666 has quit [Changing host]
jnavila has quit [Remote host closed the connection]
jnavila has joined #ocaml
freshmaker666 has quit [Quit: ZNC 1.8.2 - https://znc.in]
bartholin has quit [Ping timeout: 246 seconds]
freshmaker666 has joined #ocaml
rolaids_guy has joined #ocaml
freshmaker666 has quit [Ping timeout: 256 seconds]
bartholin has joined #ocaml
<d_bot>
<roddy> Yes it is. If the package and its deps are all pure OCaml you can convert them into npm bucklescript packages one by one, obviously if there is a dependency on some C stuff it won't work in javascript
ArthurStrong has joined #ocaml
<d_bot>
<darrenldl> so i'll have to do the dependency tree walk myself
<d_bot>
<darrenldl> hmmm okay, thanks~
haesbaert has quit [Ping timeout: 264 seconds]
olle has joined #ocaml
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
troydm has joined #ocaml
bartholin has quit [Ping timeout: 246 seconds]
wonko7 has quit [Quit: See You Space Cowboy..]
bartholin has joined #ocaml
waleee-cl has joined #ocaml
<d_bot>
<stab> dumb question but any reason that ocamldocs stuff isnt searchable
<d_bot>
<stab> Just wondering if there is a technical reason that it doesnt exist or if it's just a feature nobody wanted
<d_bot>
<Anurag> Someone asked this not too long ago. It sounds like there are plans to add support for search in Odoc.
<d_bot>
<stab> cool just thinking something like a per project hoogle with odig would be pretty nice. dont think it would be too bad
<d_bot>
<stab> dont want to duplicate work though
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
troydm has joined #ocaml
jbrown has quit [Ping timeout: 272 seconds]
jbrown has joined #ocaml
osa1 has quit [Quit: osa1]
osa1 has joined #ocaml
<neiluj>
how do you extract a pair of refs (like so int ref * int ref) as the return value of a function?
<neiluj>
this does not work a, b := myfunc
<sleepydog>
`let a, b = myfunc` should work.
Jesin has quit [Quit: Leaving]
olle has quit [Ping timeout: 264 seconds]
Jesin has joined #ocaml
bartholin has quit [Ping timeout: 272 seconds]
<neiluj>
thanks sleepydog :)
hnOsmium0001 has joined #ocaml
osa1_ has joined #ocaml
mgsk__ has joined #ocaml
mgsk has quit [Ping timeout: 256 seconds]
mgsk__ is now known as mgsk
vodkaInf1rno has quit [Read error: Connection reset by peer]
ArthurStrong has quit [Ping timeout: 256 seconds]
landonf has quit [Ping timeout: 256 seconds]
leah2 has quit [Ping timeout: 256 seconds]
tizoc has quit [Ping timeout: 256 seconds]
mastensg has quit [Ping timeout: 256 seconds]
reynir has quit [Ping timeout: 256 seconds]
p4bl0 has quit [Ping timeout: 256 seconds]
mastensg has joined #ocaml
tizoc has joined #ocaml
p4bl0 has joined #ocaml
reynir has joined #ocaml
leah2 has joined #ocaml
osa1 has quit [Ping timeout: 256 seconds]
Tuplanolla has quit [Ping timeout: 256 seconds]
ArthurStrong has joined #ocaml
Tuplanolla has joined #ocaml
landonf has joined #ocaml
vodkaInferno has joined #ocaml
bartholin has joined #ocaml
ahf has quit [Ping timeout: 240 seconds]
jbrown has quit [Quit: Leaving]
jbrown has joined #ocaml
kini has quit [Ping timeout: 264 seconds]
kini has joined #ocaml
ahf has joined #ocaml
jbrown has quit [Remote host closed the connection]
leah2 has quit [Ping timeout: 272 seconds]
leah2 has joined #ocaml
olle has joined #ocaml
vicfred has joined #ocaml
bartholin has quit [Ping timeout: 246 seconds]
bartholin has joined #ocaml
olle has quit [Ping timeout: 246 seconds]
<d_bot>
<stab> Anyone know why an epoll internal to Async would fail with a timeout error? Like im just spinning up a server that does nothing and it fails with a timeout on an epol
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #ocaml
<neiluj>
love how ocaml makes refactorings fearless
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #ocaml
<d_bot>
<stab> That’s probably true without side effects
<d_bot>
<stab> Side effects add the same old complexity to refactoring I think
jnavila has quit [Quit: Konversation terminated!]
dan64- has joined #ocaml
dan64 has quit [Ping timeout: 264 seconds]
<neiluj>
yeah, although i do have some functions with side effects, but the code was small enough
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
bartholin has quit [Quit: Leaving]
nullcone is now known as ApproveAstraZene
shawnw has joined #ocaml
vicfred has quit [Quit: Leaving]
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
troydm has joined #ocaml
Haudegen has quit [Quit: No Ping reply in 180 seconds.]
Haudegen has joined #ocaml
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]