rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
waleee has joined #ocaml
daimrod has joined #ocaml
_whitelogger has joined #ocaml
jao has quit [Ping timeout: 252 seconds]
trev has joined #ocaml
bgs has joined #ocaml
waleee has quit [Quit: WeeChat 3.8]
waleee has joined #ocaml
Haudegen has joined #ocaml
bgs has quit [Remote host closed the connection]
bartholin has joined #ocaml
mro has joined #ocaml
bartholin has quit [Quit: Leaving]
Serpent7776 has joined #ocaml
keyboard has joined #ocaml
olle has joined #ocaml
olle has quit [Remote host closed the connection]
jlrnick has joined #ocaml
proportions has joined #ocaml
motherfsck has quit [Ping timeout: 268 seconds]
motherfsck has joined #ocaml
motherfsck has quit [Ping timeout: 248 seconds]
rak has quit [Quit: Segmentation fault (core recycled)]
rak has joined #ocaml
proportions is now known as tsns
olle has joined #ocaml
motherfsck has joined #ocaml
motherfsck has quit [Ping timeout: 248 seconds]
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Ping timeout: 260 seconds]
wingsorc has quit [Ping timeout: 252 seconds]
mro has joined #ocaml
jlrnick has quit [Ping timeout: 252 seconds]
motherfsck has joined #ocaml
mro has quit [Quit: Leaving...]
motherfsck has quit [Ping timeout: 255 seconds]
tsns has quit [Remote host closed the connection]
tsns has joined #ocaml
John_Ivan has joined #ocaml
motherfsck has joined #ocaml
motherfsck has quit [Ping timeout: 265 seconds]
Haudegen has quit [Quit: Bin weg.]
motherfsck has joined #ocaml
trev has quit [Remote host closed the connection]
spip has quit [Quit: Konversation terminated!]
tsns has quit [Remote host closed the connection]
tomku has quit [Ping timeout: 268 seconds]
tomku has joined #ocaml
azimut has quit [Ping timeout: 255 seconds]
azimut has joined #ocaml
Haudegen has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Client Quit]
mro has joined #ocaml
rgrinberg has joined #ocaml
gwizon has joined #ocaml
mro has quit [Remote host closed the connection]
jlrnick has joined #ocaml
jlrnick has quit [Ping timeout: 268 seconds]
mro has joined #ocaml
mro has quit [Quit: Leaving...]
gwizon has quit [Ping timeout: 248 seconds]
gwizon has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
h11 has quit [Quit: You have been kicked for being idle]
rgrinberg has joined #ocaml
olle has quit [Quit: Lost terminal]
Serpent7776 has quit [Quit: WeeChat 1.9.1]
bgs has joined #ocaml
troydm has joined #ocaml
gwizon has quit [Ping timeout: 248 seconds]
gwizon has joined #ocaml
spip has joined #ocaml
VictorHugenay has joined #ocaml
<VictorHugenay>
hey! ocaml beginner here..
<VictorHugenay>
i want to use the graphics module in a dune project, does anyone know how to do this?
<discocaml>
<NULL> Should just be `(libraries graphics)`
<VictorHugenay>
thank you! that works
gwizon has quit [Remote host closed the connection]
gwizon has joined #ocaml
gwizon has quit [Ping timeout: 268 seconds]
gwizon has joined #ocaml
<VictorHugenay>
follow up question.. now when i execute "dune exec myproject" everything works as expected. However when i execute the binary directly nothing happens?!
<discocaml>
<NULL> `dune exec ./bin.exe`
<discocaml>
<NULL> where `bin` is your executable
<VictorHugenay>
yes that works. but when i change my directory to the executable and just enter ./bin.exe (so without dune) nothing happens
<VictorHugenay>
is that normal, or should the executables always be run with dune?
<discocaml>
<NULL> What do you mean "nothing happens" ? dune generates the executable in its own _build directory (along with all compiled files), so it shouldn't be available in your directory
<VictorHugenay>
i figured it out. dune generated myproject.exe and myproject (with no extension). just running ./myproject works as expected
<VictorHugenay>
thank you very much for your help!
<VictorHugenay>
and sorry for all these questions
VictorHugenay has quit [Quit: Konversation terminated!]
VictorHugenay has joined #ocaml
VictorHugenay has quit [Client Quit]
gwizon has quit [Ping timeout: 252 seconds]
count3rmeasure has joined #ocaml
azimut has quit [Ping timeout: 255 seconds]
<discocaml>
<EduardoRFS> not sure how to search for this, but does the back tick closed by single quote makes sense?
<discocaml>
<EduardoRFS>
<discocaml>
<EduardoRFS> > The type `t' is required
bartholin has joined #ocaml
jao has joined #ocaml
<discocaml>
<deepspacejohn> I think that's a holdover from an old typewriter-era convention to use ` as an opening quote and ' as a closing quote? I'm not 100% sure though.
<discocaml>
<octachron> It is a preexisting convention (I don't remember from where), but no one would regret it were replaced by a bold styling.