flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml MOOC http://1149.fr/ocaml-mooc | OCaml 4.03.0 announced http://ocaml.org/releases/4.03.html | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
rwmjones has joined #ocaml
ril is now known as ril[away]
ril[away] is now known as ril
yunxing has quit [Remote host closed the connection]
scarygelatin has joined #ocaml
ril has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ygrek has joined #ocaml
mistermetaphor has quit [Remote host closed the connection]
mistermetaphor has joined #ocaml
mistermetaphor has quit [Remote host closed the connection]
ygrek has quit [Ping timeout: 252 seconds]
atsampson has quit [Ping timeout: 260 seconds]
thomasga has joined #ocaml
thomasga has quit [Quit: Leaving.]
rgrinberg has quit [Ping timeout: 240 seconds]
atsampson has joined #ocaml
atsampson has quit [Ping timeout: 264 seconds]
pierpa has quit [Ping timeout: 244 seconds]
yunxing has joined #ocaml
yunxing_ has joined #ocaml
yunxing has quit [Read error: Connection reset by peer]
yunxing_ has quit [Remote host closed the connection]
jonasen has joined #ocaml
yunxing has joined #ocaml
yunxing has quit [Remote host closed the connection]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
destrius has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
kushal has quit [Ping timeout: 240 seconds]
walter|r has quit [Remote host closed the connection]
connorjacobsen has quit [Remote host closed the connection]
FreeBird_ has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 252 seconds]
walter|r has joined #ocaml
Algebr has joined #ocaml
connorjacobsen has joined #ocaml
atsampson has joined #ocaml
connorjacobsen has quit [Ping timeout: 272 seconds]
hcarty has joined #ocaml
scarygelatin has quit [Quit: Leaving]
sh0t has quit [Remote host closed the connection]
Algebr has quit [Read error: Connection reset by peer]
Algebr has joined #ocaml
unbalancedparen has quit [Quit: WeeChat 1.5]
Algebr has quit [Read error: Connection reset by peer]
Algebr has joined #ocaml
mistermetaphor has joined #ocaml
walter|r has quit [Remote host closed the connection]
walter|r has joined #ocaml
FreeBird_ has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
MercurialAlchemi has joined #ocaml
walter|r has quit [Ping timeout: 260 seconds]
yunxing has joined #ocaml
copy` has quit [Quit: Connection closed for inactivity]
yunxing_ has joined #ocaml
yunxing has quit [Ping timeout: 272 seconds]
yunxing has joined #ocaml
yunxing_ has quit [Read error: Connection reset by peer]
Algebr has quit [Read error: Connection reset by peer]
Algebr has joined #ocaml
kdas__ has joined #ocaml
kdas__ is now known as kushal
kushal has quit [Changing host]
kushal has joined #ocaml
mistermetaphor has quit [Remote host closed the connection]
MercurialAlchemi has quit [Ping timeout: 252 seconds]
jonasen has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
slash^ has joined #ocaml
mistermetaphor has joined #ocaml
hcarty has quit [Ping timeout: 272 seconds]
misterme_ has joined #ocaml
mistermetaphor has quit [Ping timeout: 240 seconds]
isido has joined #ocaml
MercurialAlchemi has joined #ocaml
jonasen has joined #ocaml
slash^ has quit [Read error: Connection reset by peer]
slash^ has joined #ocaml
connorjacobsen has joined #ocaml
A1977494 has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
mistermetaphor has joined #ocaml
misterme_ has quit [Ping timeout: 244 seconds]
mistermetaphor has quit [Remote host closed the connection]
yunxing has quit [Remote host closed the connection]
yunxing has joined #ocaml
yunxing has quit [Ping timeout: 250 seconds]
ygrek has joined #ocaml
ygrek_ has joined #ocaml
ygrek has quit [Ping timeout: 260 seconds]
kushal has quit [Ping timeout: 252 seconds]
kushal has joined #ocaml
wolfcore has quit [Ping timeout: 240 seconds]
FreeBirdLjj has quit [Remote host closed the connection]
manud has joined #ocaml
FreeBirdLjj has joined #ocaml
wolfcore has joined #ocaml
connorjacobsen has quit [Remote host closed the connection]
frefity has joined #ocaml
manud has quit [Quit: manud]
vpm has quit [Remote host closed the connection]
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
nopf has quit [Remote host closed the connection]
orbifx has joined #ocaml
kushal has quit [Ping timeout: 252 seconds]
orbifx2 has quit [Ping timeout: 272 seconds]
AlfredENeuman has quit [Ping timeout: 240 seconds]
tane has joined #ocaml
<isido> I'm getting familiar with OCaml and have a following function:
<isido> let get_uri uri_str = Cohttp_async.Client.get @@ Uri.of_string uri_str >>= fun (_, body) -> Cohttp_async.Body.to_string body;;
<isido> It works for http uris, but not for https where I get an exception
<isido> Exception: Async_kernel.Monitor.Error_ _. Raised at file "src/core_result.ml", line 111, characters 17-26 Called from file "toplevel/toploop.ml", line 180, characters 17-56
<isido> (using 4.03) - do I have to pass some SSL-parameters for that to work?
amnn has joined #ocaml
<companion_cube> sorry, I don't know
frefity has quit [Quit: Ex-Chat]
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pyon is now known as fixed-pyon-t
manud has joined #ocaml
jonasen has quit [Ping timeout: 276 seconds]
<orbifx> isido: does the exception have a message?
ia0 has quit [Quit: reboot]
<isido> orbifx: no, just that what I pasted above
manud has quit [Quit: manud]
ia0 has joined #ocaml
<orbifx> Do you have access to the source which raises the exception?
<orbifx> Cause I'm not familiar with Async
<isido> yes, I could probably dig into sources, but I thought SSL request would be a common thing to do, and I might just be missing some parameter or something simple
manud has joined #ocaml
dsheets has joined #ocaml
dsheets_ has joined #ocaml
dsheets has quit [Remote host closed the connection]
jonasen has joined #ocaml
jwatzman|work has joined #ocaml
<orbifx> isido: probably yeah. I'm surprised the exception doesn't contain information. Does it provide the _ parameters, or is that your pattern matching?
<profan> A/win 18
<isido> its the exception
fixed-pyon-t has quit [Quit: Reality is multi-dimensional. More precisely, two-dimensional.]
GemmaG has joined #ocaml
<aggelos__> ugh memory use blowup on a workload which takes hours to go through
Algebr has quit [Read error: Connection reset by peer]
Algebr has joined #ocaml
tane has quit [Quit: Verlassend]
larhat has joined #ocaml
manud has quit [Quit: manud]
manud has joined #ocaml
ygrek_ has quit [Ping timeout: 240 seconds]
manud has quit [Quit: manud]
ygrek has joined #ocaml
GemmaG has quit [Quit: Leaving.]
<orbifx> isido: then best look at the exceptions conditions in the code
<isido> orbifx: yeah, I'll probably have to dig around the source anyway - at least I'll get more familiar with it that way
GemmaG has joined #ocaml
TheLemonMan has joined #ocaml
infinity0_ has joined #ocaml
infinity0_ has quit [Changing host]
infinity0_ has joined #ocaml
infinity0 has quit [Ping timeout: 258 seconds]
infinity0_ has quit [Remote host closed the connection]
infinity0 has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
amnn has joined #ocaml
infinity0 has quit [Remote host closed the connection]
dwillems has joined #ocaml
infinity0 has joined #ocaml
<dwillems> Hi everyone. I would like to allow dev to use my bindings to cordova plugins without they have to pin each repository (but I want to keep a repo = a binding for some reasons). I see opam remote exists, but I don't find any documentation about that.
<dwillems> I cloned opam-repository, remove all packages and copy mine but I don't know which syntax and files to use.
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
dsheets_ has quit [Remote host closed the connection]
GemmaG has quit [Ping timeout: 272 seconds]
<dwillems> Drup: I dont want to push them as official opam repo for the moment.
dsheets has joined #ocaml
<Drup> it doesn't matter
<Drup> everything you need to know is in this page
dsheets has quit [Remote host closed the connection]
<dwillems> Drup: Oki thanks.
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
copy` has joined #ocaml
gustav has joined #ocaml
amnn has joined #ocaml
dwillems has quit [Ping timeout: 258 seconds]
amnn_ has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
amnn_ has quit [Client Quit]
icicled has quit [Ping timeout: 250 seconds]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Read error: Connection reset by peer]
FreeBirdLjj has joined #ocaml
amnn has quit [Ping timeout: 260 seconds]
Mercuria1Alchemi has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
isido has quit [Quit: leaving]
FreeBirdLjj has joined #ocaml
GemmaG has joined #ocaml
dsheets has joined #ocaml
dsheets has quit [Ping timeout: 240 seconds]
dsheets has joined #ocaml
sepp2k has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
dhil has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
pierpa has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
dwillems has joined #ocaml
amnn has joined #ocaml
vpm has joined #ocaml
BitPuffin has joined #ocaml
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
amnn has joined #ocaml
sdothum has joined #ocaml
jonasen has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
sh0t has joined #ocaml
jonasen has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
Kakadu has joined #ocaml
dwillems has quit [Ping timeout: 246 seconds]
algoriddle has joined #ocaml
sh0t has quit [Remote host closed the connection]
unbalancedparen has joined #ocaml
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
FreeBirdLjj has quit [Remote host closed the connection]
FreeBird_ has joined #ocaml
GemmaG has left #ocaml [#ocaml]
FreeBird_ has quit [Ping timeout: 276 seconds]
jonasen has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hcarty has joined #ocaml
frefity has joined #ocaml
dsheets has quit [Remote host closed the connection]
Algebr has quit [Read error: Connection reset by peer]
Algebr has joined #ocaml
sh0t has joined #ocaml
dwillems has joined #ocaml
jonasen has joined #ocaml
dwillems has quit [Ping timeout: 260 seconds]
dsheets has joined #ocaml
MercurialAlchemi has quit [Ping timeout: 244 seconds]
hcarty has quit [Ping timeout: 264 seconds]
<reynir> Hm
dsheets has quit [Remote host closed the connection]
dsheets has joined #ocaml
kushal has joined #ocaml
Bahman has joined #ocaml
A1977494 has quit [Ping timeout: 258 seconds]
A1977494 has joined #ocaml
dsheets has quit [Remote host closed the connection]
dsheets has joined #ocaml
dsheets has quit [Remote host closed the connection]
bba has joined #ocaml
jwatzman|work has quit [Ping timeout: 272 seconds]
dsheets has joined #ocaml
rgrinberg has joined #ocaml
al-damiri has quit [Quit: Connection closed for inactivity]
frefity has quit [Ping timeout: 264 seconds]
dsheets has quit [Ping timeout: 250 seconds]
frefity has joined #ocaml
darkf has quit [Quit: Leaving]
Bahman has quit [Quit: ave atque vale]
dsheets has joined #ocaml
sh0t has quit [Ping timeout: 272 seconds]
dsheets has quit [Ping timeout: 244 seconds]
mistermetaphor has joined #ocaml
sh0t has joined #ocaml
bba has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
VeiledSpectre has joined #ocaml
ggole has joined #ocaml
Sorella has quit [Quit: Connection closed for inactivity]
ygrek has quit [Ping timeout: 244 seconds]
dsheets has joined #ocaml
sepp2k has quit [Quit: Leaving.]
hcarty has joined #ocaml
dsheets has quit [Remote host closed the connection]
larhat has quit [Quit: Leaving.]
nopf has joined #ocaml
leyyin has joined #ocaml
al-damiri has joined #ocaml
dsheets has joined #ocaml
walter|r has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
dsheets has quit [Ping timeout: 258 seconds]
shinnya has joined #ocaml
orbifx2 has joined #ocaml
rgrinberg has quit [Ping timeout: 260 seconds]
orbifx has quit [Ping timeout: 240 seconds]
sgnb has quit [Remote host closed the connection]
connorjacobsen has joined #ocaml
Algebr has quit [Read error: Connection reset by peer]
Algebr has joined #ocaml
dsheets has joined #ocaml
orbifx2 has quit [Ping timeout: 272 seconds]
dsheets has quit [Ping timeout: 246 seconds]
kushal has quit [Remote host closed the connection]
frefity has quit [Ping timeout: 244 seconds]
kushal has joined #ocaml
yunxing has joined #ocaml
ygrek has joined #ocaml
frefity has joined #ocaml
bba has joined #ocaml
ygrek has quit [Ping timeout: 276 seconds]
sh0t has quit [Ping timeout: 258 seconds]
sh0t has joined #ocaml
vpm has quit [Quit: co'o]
vpm has joined #ocaml
orbifx has joined #ocaml
vpm has quit [Client Quit]
vpm has joined #ocaml
dsheets has joined #ocaml
dhil has quit [Ping timeout: 260 seconds]
pyon has joined #ocaml
kushal has quit [Ping timeout: 276 seconds]
Kakadu has quit [Quit: Page closed]
dsheets has quit [Remote host closed the connection]
BitPuffin has quit [Read error: Connection reset by peer]
malc_ has joined #ocaml
amnn has joined #ocaml
dsheets has joined #ocaml
dsheets has quit [Remote host closed the connection]
jonasen has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dsheets has joined #ocaml
dsheets has quit [Ping timeout: 250 seconds]
sh0t has quit [Remote host closed the connection]
TheLemonMan has joined #ocaml
<hcarty> seliopou: Do you think you'll be moving Angstrom away from cstruct?
<hcarty> Ah, I just saw the PR to do so and discussion around it
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
slash^ has quit [Remote host closed the connection]
ggole has quit [Ping timeout: 260 seconds]
VeiledSpectre has quit [Quit: Leaving]
amnn has joined #ocaml
ril has joined #ocaml
yunxing has quit [Remote host closed the connection]
dsheets has joined #ocaml
yunxing has joined #ocaml
ril is now known as ril[away]
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yunxing has quit [Ping timeout: 272 seconds]
ril[away] is now known as ril
<flux> soo, apparently ocaml-multicore now has a native implementation :-o. (though possibly not super solid yet)
<profan> woot?
<profan> neat
scarygelatin has joined #ocaml
ygrek has joined #ocaml
madroach_ has joined #ocaml
madroach has quit [Read error: Connection reset by peer]
ril is now known as ril[away]
ril[away] is now known as ril
yunxing has joined #ocaml
Mercuria1Alchemi has quit [Ping timeout: 252 seconds]
picolino has quit [Remote host closed the connection]
Sorella has joined #ocaml
frefity has quit [Quit: Ex-Chat]
Algebr has quit [Ping timeout: 260 seconds]
yunxing has quit [Remote host closed the connection]
ril has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
yunxing has joined #ocaml
hcarty has quit [Ping timeout: 244 seconds]
yunxing has quit [Remote host closed the connection]
picolino has joined #ocaml
yunxing has joined #ocaml
connorjacobsen has quit [Remote host closed the connection]
connorjacobsen has joined #ocaml
ygrek has quit [Ping timeout: 258 seconds]
connorjacobsen has quit [Ping timeout: 240 seconds]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
octachron has joined #ocaml
yunxing has quit [Remote host closed the connection]
dhil has joined #ocaml
A1977494 has quit [Remote host closed the connection]
leyyin has quit [Quit: So Long, and Thanks for All the Fish]
connorjacobsen has joined #ocaml
amnn has joined #ocaml
bba has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bba has joined #ocaml
bba has quit [Client Quit]
connorjacobsen has quit [Ping timeout: 264 seconds]
scarygelatin has quit [Ping timeout: 264 seconds]
yunxing has joined #ocaml
octachron has quit [Quit: Leaving]
scarygelatin has joined #ocaml
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
malc_ has quit [Remote host closed the connection]
connorjacobsen has joined #ocaml
connorjacobsen has quit [Ping timeout: 258 seconds]
connorjacobsen has joined #ocaml
connorjacobsen has quit [Ping timeout: 272 seconds]
rgrinberg has joined #ocaml
connorjacobsen has joined #ocaml
madroach_ has quit [Ping timeout: 244 seconds]
darkf has joined #ocaml
madroach has joined #ocaml
connorjacobsen has quit [Read error: Connection reset by peer]
connorjacobsen has joined #ocaml
ril has joined #ocaml
dhil has quit [Ping timeout: 258 seconds]