talzeus has quit [Read error: Connection reset by peer]
csakatoku has joined #ocaml
maufred_ has quit [Ping timeout: 272 seconds]
jpdeplaix has joined #ocaml
maufred has joined #ocaml
tulloch has quit [Ping timeout: 245 seconds]
tulloch_ has quit [Ping timeout: 245 seconds]
Yoric has quit [Ping timeout: 240 seconds]
mcclurmc has quit [Remote host closed the connection]
csakatoku has quit [Remote host closed the connection]
talzeus has joined #ocaml
csakatoku has joined #ocaml
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
milanst has joined #ocaml
contempt has quit [Ping timeout: 246 seconds]
mcclurmc has joined #ocaml
milanst has quit [Quit: Page closed]
contempt has joined #ocaml
tulloch has joined #ocaml
tulloch_ has joined #ocaml
contempt has quit [Ping timeout: 248 seconds]
contempt has joined #ocaml
boogie has quit [Remote host closed the connection]
wolfnn has quit [Ping timeout: 245 seconds]
contempt has quit [Ping timeout: 248 seconds]
contempt has joined #ocaml
fantasticsid has joined #ocaml
contempt has quit [Ping timeout: 245 seconds]
contempt has joined #ocaml
ygrek has joined #ocaml
nikki93 has quit [Remote host closed the connection]
contempt has quit [Ping timeout: 272 seconds]
tulloch_ has quit [Ping timeout: 272 seconds]
tulloch has quit [Ping timeout: 272 seconds]
contempt has joined #ocaml
cesar has joined #ocaml
cesar is now known as Guest43551
contempt has quit [Ping timeout: 240 seconds]
contempt has joined #ocaml
strobegen has joined #ocaml
contempt has quit [Ping timeout: 265 seconds]
contempt has joined #ocaml
pango has quit [Ping timeout: 240 seconds]
contempt has quit [Ping timeout: 246 seconds]
tulloch has joined #ocaml
tulloch_ has joined #ocaml
contempt has joined #ocaml
pango has joined #ocaml
ia0 has quit [Ping timeout: 245 seconds]
ia0 has joined #ocaml
gargawel has quit [Ping timeout: 245 seconds]
gargawel has joined #ocaml
manizzle has quit [Ping timeout: 272 seconds]
mcclurmc has quit [Remote host closed the connection]
tulloch has quit [Ping timeout: 248 seconds]
tulloch_ has quit [Ping timeout: 272 seconds]
tulloch has joined #ocaml
tulloch_ has joined #ocaml
jonludlam has quit [Ping timeout: 272 seconds]
nikki93 has joined #ocaml
manud has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
zzz_ has quit [Remote host closed the connection]
peddie has left #ocaml []
zzz_ has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
tulloch_ has quit [Ping timeout: 246 seconds]
tulloch has quit [Ping timeout: 272 seconds]
ggole has joined #ocaml
ontologiae has joined #ocaml
manud has joined #ocaml
demonimin has quit [Ping timeout: 252 seconds]
caseyjames has joined #ocaml
<caseyjames>
Does anyone here use ocamldoc? Can I use it on any code base? What kinds of options do you use? Is there anything that will output a .dot graph of what functions are used in what other functions?
Xenasis has quit [Remote host closed the connection]
peterbb has joined #ocaml
Xenasis has joined #ocaml
siddharthv has joined #ocaml
wagle has joined #ocaml
michael_alex has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
avsm has quit [Quit: Leaving.]
Kakadu has joined #ocaml
avsm has joined #ocaml
chambart has joined #ocaml
avsm has quit [Client Quit]
osa1 has quit [Quit: Konversation terminated!]
osa1 has joined #ocaml
chambart has quit [Ping timeout: 248 seconds]
mye has quit [Quit: mye]
Xenasis has quit [Remote host closed the connection]
Xenasis has joined #ocaml
Xenasis has quit [Read error: Connection reset by peer]
Xenasis has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
Xenasis has quit [Remote host closed the connection]
chambart has joined #ocaml
Xenasis has joined #ocaml
osa1 has quit [Ping timeout: 240 seconds]
Xenasis has quit [Remote host closed the connection]
Xenasis has joined #ocaml
ontologiae has joined #ocaml
ggole has quit []
siddharthv has quit [Ping timeout: 252 seconds]
siddharthv has joined #ocaml
sgnb has quit [Ping timeout: 246 seconds]
travisbrady has joined #ocaml
siddharthv has quit [Ping timeout: 245 seconds]
BitPuffin has joined #ocaml
chambart has quit [Ping timeout: 240 seconds]
ollehar has joined #ocaml
mcclurmc has joined #ocaml
manizzle has joined #ocaml
tulloch has quit [Ping timeout: 272 seconds]
tulloch_ has quit [Ping timeout: 272 seconds]
tane has joined #ocaml
dr_df0 has joined #ocaml
chambart has joined #ocaml
tulloch has joined #ocaml
tulloch_ has joined #ocaml
contempt has quit [Ping timeout: 264 seconds]
dr_df0 has quit [Ping timeout: 240 seconds]
mcclurmc has quit [Remote host closed the connection]
contempt has joined #ocaml
sgnb has joined #ocaml
AltGr has left #ocaml []
contempt has quit [Ping timeout: 252 seconds]
contempt has joined #ocaml
mcclurmc has joined #ocaml
tulloch_ has quit [Quit: Lost terminal]
contempt has quit [Ping timeout: 264 seconds]
contempt has joined #ocaml
contempt has quit [Ping timeout: 245 seconds]
contempt has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
caseyjames has joined #ocaml
<caseyjames>
Hi does OCaml code have to be compiled for OCamldoc to work? I'm getting emprty html files
<companion_cube>
you may need .cmi, although I'm not sure
<jpdeplaix>
whitequark: With the latest 3.4 branch and the debug enabled, the compilation of my program fails with « /usr/bin/ld: cannot find -lLLVM-3.4 »
<jpdeplaix>
do you know this ?
dsheets has joined #ocaml
djcoin has quit [Quit: WeeChat 0.4.1]
<whitequark>
jpdeplaix: hm, how did you configure and install LLVM?
<whitequark>
or for a really simple solution just remove --enable-shared
<whitequark>
one sec, I'll elaborate on that later, busy now
<whitequark>
jpdeplaix: ok so, I've tried to get dynamic linking with LLVM working in 3.4
<travisbrady>
Anyone aware of an OCaml micro framework suitable for building lightweight REST APIs?
<whitequark>
that would make binaries much smaller and compile times, too
<whitequark>
but seems it sort of failed
contempt has quit [Ping timeout: 246 seconds]
Yoric has joined #ocaml
<whitequark>
you could get the behavior of previous versions with --disable-shared, despite the flag ocaml did not actually use the shared libraries
<whitequark>
which is what I've tried to fix
<companion_cube>
travisbrady: time to write one on top of cohttp :]
<whitequark>
I'll look if it's possible to get the fix for that into 3.4
<Drup>
travisbrady: ocsigen should do the job, depending of how "micro" you want it
<travisbrady>
companion_cube: haha. I had exactly that thought. cohttp+nice routing+codahale/metrics
<Drup>
travisbrady: so, basically, ocsigen
contempt has joined #ocaml
<jpdeplaix>
whitequark: ok. I hope it is. It's very painful with the LD_LIBRARY_PATH + OCAMLPARAM :/
baz_ has joined #ocaml
<travisbrady>
Drup: do you know of an Ocsigen hello world for a json response? Also, I use Core everywhere, can that cooperate w/ Lwt?
caseyjames has quit [Ping timeout: 250 seconds]
<travisbrady>
Drup: does Ocsigen have something like metrics?
<Drup>
I don't use ocsigen alone, so I don't have a hello world for you. About the Lwt+Core issue ... it's a problem, but at least one person manage to do it (ping rks`)
<Drup>
what's metrics exactly ?
<Drup>
(well, I can guess by the name, but I don't know which library you are talking about exactly)
<boogie>
I'd love to know about user stories of usage of OcsigenServer in production, do you know of some?
<Drup>
if you want all the range of fancy trending stuff in a website : http://www.besport.com/
<whitequark>
jpdeplaix: ok, I believe I got rid of OCAMLPARAM
<Drup>
there is some other website in eliom/ocsigen, with less fancy features (like PPS one)
contempt has quit [Ping timeout: 246 seconds]
<whitequark>
jpdeplaix: but LD_LIBRARY_PATH is something that opam probably should add by itself
<whitequark>
can you open an opam bug?
contempt has joined #ocaml
Arsenik has joined #ocaml
Xenasis has quit [Remote host closed the connection]
Xenasis has joined #ocaml
contempt has quit [Ping timeout: 240 seconds]
contempt has joined #ocaml
baz_ has quit [Remote host closed the connection]
<jpdeplaix>
whitequark: to add the lib directory to the LD_LIBRARY_PATH ? Maybe we can just say that the lib files will be installed in lib/stublibs ?
<boogie>
Drup: Thanks
<whitequark>
jpdeplaix: that may work
jonludlam has joined #ocaml
Sim_n has joined #ocaml
gdk has quit [Ping timeout: 245 seconds]
Simn has quit [Ping timeout: 252 seconds]
contempt has quit [Ping timeout: 246 seconds]
Sim_n is now known as Simn
Xenasis has quit [Remote host closed the connection]
Xenasis has joined #ocaml
contempt has joined #ocaml
Xenasis has quit [Remote host closed the connection]
Xenasis has joined #ocaml
ontologiae has quit [Read error: Connection reset by peer]
contempt has quit [Ping timeout: 245 seconds]
chambart has quit [Ping timeout: 272 seconds]
ontologiae has joined #ocaml
contempt has joined #ocaml
nikki93 has joined #ocaml
<travisbrady>
Drup: this isn't anything to do with "trending". I'm referring to: http://metrics.codahale.com/ a Java lib for tracking the performance of methods etc
<travisbrady>
you can decorate any method with @Timed for instance and then easily retrieve measurements of that method's performance
contempt has quit [Remote host closed the connection]
contempt has joined #ocaml
ontologiae has quit [Ping timeout: 265 seconds]
<Drup>
travisbrady: this is more related to ocaml in general than to a webserver. And no, I don't know anything like that
willtim has joined #ocaml
contempt has quit [Ping timeout: 272 seconds]
contempt has joined #ocaml
ontologiae has joined #ocaml
mort___ has joined #ocaml
contempt has quit [Ping timeout: 265 seconds]
contempt has joined #ocaml
pippijn has quit [Quit: brb]
pippijn has joined #ocaml
Arsenik has quit [Remote host closed the connection]
Simn has quit [Quit: Leaving]
Kakadu has quit []
contempt has quit [Ping timeout: 264 seconds]
contempt has joined #ocaml
tianon has quit [Read error: No route to host]
willtim has quit [Ping timeout: 272 seconds]
tianon has joined #ocaml
tulloch has quit [Ping timeout: 246 seconds]
contempt has quit [Ping timeout: 272 seconds]
contempt has joined #ocaml
zpe has quit [Remote host closed the connection]
zpe has joined #ocaml
gour has quit [Quit: WeeChat 0.4.2]
contempt has quit [Ping timeout: 272 seconds]
contempt has joined #ocaml
t0yv0 has quit [Quit: Page closed]
zpe has quit [Ping timeout: 272 seconds]
peterbb has quit [Read error: Operation timed out]
contempt has quit [Ping timeout: 240 seconds]
ambul_ has joined #ocaml
contempt has joined #ocaml
willtim has joined #ocaml
ambul has quit [Ping timeout: 260 seconds]
willtim has quit [Ping timeout: 246 seconds]
contempt has quit [Ping timeout: 272 seconds]
Xenasis has quit [Remote host closed the connection]
contempt has joined #ocaml
Xenasis has joined #ocaml
w0rm_x has joined #ocaml
mort___ has quit [Quit: Leaving.]
contempt has quit [Ping timeout: 264 seconds]
contempt has joined #ocaml
zpe has joined #ocaml
darkf has joined #ocaml
osa1 has joined #ocaml
contempt has quit [Ping timeout: 248 seconds]
zpe has quit [Ping timeout: 272 seconds]
contempt has joined #ocaml
strobegen has quit [Quit: Leaving.]
tulloch has joined #ocaml
contempt has quit [Ping timeout: 252 seconds]
contempt has joined #ocaml
tulloch has quit [Ping timeout: 240 seconds]
contempt has quit [Ping timeout: 246 seconds]
contempt has joined #ocaml
zpe has joined #ocaml
contempt has quit [Ping timeout: 272 seconds]
contempt has joined #ocaml
wolfnn has quit [Ping timeout: 272 seconds]
tulloch has joined #ocaml
w0rm_x has quit [Ping timeout: 252 seconds]
nikki93 has quit [Remote host closed the connection]
<jpdeplaix>
whitequark: ok, assertion errors are horrible. I even have more informations with a segfault (the gdb backtrace) :D
<jpdeplaix>
assertions*
tulloch has quit [Ping timeout: 252 seconds]
tane has quit [Quit: Verlassend]
contempt has quit [Ping timeout: 246 seconds]
zpe has quit [Ping timeout: 252 seconds]
contempt has joined #ocaml
tobiasBora has joined #ocaml
contempt has quit [Ping timeout: 240 seconds]
contempt has joined #ocaml
<whitequark>
jpdeplaix: it should print a backtrace on assetrion
groovy2shoes has joined #ocaml
contempt has quit [Ping timeout: 248 seconds]
<companion_cube>
only if you run it with OCAMLRUNPARAM=b
contempt has joined #ocaml
<adrien>
(there's a speed cost; a small one but a cost nonetheless)
<jpdeplaix>
companion_cube: nope, it's not a caml assertion. It's C++ :(
w0rm_x has joined #ocaml
<jpdeplaix>
whitequark: I've only one trace. For example: « Instructions.h:702 llvm::checkGEPType(llvm::Type*): Assertion `Ty && Invalid GetElementPtrInst indices for type!' failed. »
contempt has quit [Ping timeout: 245 seconds]
WraithM_ has quit [Ping timeout: 246 seconds]
zpe has joined #ocaml
contempt has joined #ocaml
<jpdeplaix>
oh and I can't compile my program in bytecode…
<jpdeplaix>
:(
<adrien>
pffffffffft
<adrien>
(that often happens with C stubs)
<adrien>
night
<whitequark>
jpdeplaix: hmmm, that should not happen
<whitequark>
I think the backtrace thing is an upstream (relative to bindings) change
<whitequark>
try Llvm.enable_pretty_stacktrace ()
<whitequark>
what error do you get when you try to compile it to bytecode?
<jpdeplaix>
and with bytecode I get « libLLVM-3.4.so: cannot open shared object file … »
contempt has joined #ocaml
pango has quit [Ping timeout: 272 seconds]
peterbb has joined #ocaml
robink has quit [Remote host closed the connection]
Yoric has quit [Ping timeout: 252 seconds]
robink has joined #ocaml
contempt has quit [Ping timeout: 245 seconds]
mcclurmc has quit [Remote host closed the connection]
contempt has joined #ocaml
<whitequark>
jpdeplaix: LD_LIBRARY_PATH?
<whitequark>
or when do you get the error?
<jpdeplaix>
well I just changed best into byte in OASIS and then recompile the same way than before (with the LD_LIBRARY_PATH) and the error appears here
contempt has quit [Ping timeout: 265 seconds]
<jpdeplaix>
good night \o
contempt has joined #ocaml
w0rm_x has left #ocaml []
NoNNaN has quit [Ping timeout: 240 seconds]
nikki93 has joined #ocaml
zpe has joined #ocaml
NoNNaN has joined #ocaml
nikki93 has quit [Remote host closed the connection]
BitPuffin has quit [Ping timeout: 252 seconds]
contempt has quit [Ping timeout: 265 seconds]
contempt has joined #ocaml
zpe has quit [Ping timeout: 272 seconds]
contempt has quit [Ping timeout: 272 seconds]
kyrylo has quit [Read error: Operation timed out]
contempt has joined #ocaml
madroach has quit [Ping timeout: 264 seconds]
madroach has joined #ocaml
nikki93 has joined #ocaml
contempt has quit [Ping timeout: 252 seconds]
mcclurmc has joined #ocaml
contempt has joined #ocaml
mcclurmc has quit [Remote host closed the connection]
NoNNaN has quit [Remote host closed the connection]
NoNNaN has joined #ocaml
contempt has quit [Ping timeout: 264 seconds]
ontologiae has quit [Ping timeout: 264 seconds]
tulloch has joined #ocaml
contempt has joined #ocaml
nikki93 has quit [Remote host closed the connection]