adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.08 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.08/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
spew has quit [Quit: Connection closed for inactivity]
kvda has joined #ocaml
count3rmeasure has joined #ocaml
count3rmeasure has quit [Quit: Leaving]
mfp has quit [Ping timeout: 258 seconds]
bitwinery has joined #ocaml
malina has quit [Remote host closed the connection]
laudecay has joined #ocaml
laudecay has quit [Ping timeout: 258 seconds]
zolk3ri has quit [Remote host closed the connection]
tormen has joined #ocaml
tormen_ has quit [Ping timeout: 245 seconds]
EmeraldMoon has quit [Remote host closed the connection]
iovec has quit [Quit: Connection closed for inactivity]
vicfred has joined #ocaml
malina has joined #ocaml
gravicappa has joined #ocaml
narimiran has joined #ocaml
Haudegen has joined #ocaml
EmeraldMoon has joined #ocaml
jao has quit [Ping timeout: 245 seconds]
malina has quit [Remote host closed the connection]
sonologico has quit [Remote host closed the connection]
barockobamo has joined #ocaml
malina has joined #ocaml
gravicappa has quit [Ping timeout: 264 seconds]
gravicappa has joined #ocaml
ygrek has joined #ocaml
ollehar has joined #ocaml
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ollehar has quit [Read error: Connection reset by peer]
malina has quit [Ping timeout: 264 seconds]
vyorkin has joined #ocaml
vicfred_ has joined #ocaml
fantasti` has quit [Read error: Connection reset by peer]
fantasti` has joined #ocaml
mfp has joined #ocaml
vicfred has quit [Ping timeout: 245 seconds]
EmeraldMoon has quit [Remote host closed the connection]
tianon has quit [Ping timeout: 246 seconds]
zolk3ri has joined #ocaml
tianon has joined #ocaml
freyr69 has joined #ocaml
bitwinery has quit [Quit: Leaving]
fardale has quit [Ping timeout: 252 seconds]
fardale has joined #ocaml
jbrown has quit [Ping timeout: 252 seconds]
jbrown has joined #ocaml
jimt has quit [Quit: WeeChat 1.9.1]
barockobamo has quit [Ping timeout: 264 seconds]
barockobamo has joined #ocaml
barockobamo has quit [Remote host closed the connection]
Haudegen has quit [Quit: Bin weg.]
ggole has joined #ocaml
dmiles has quit [Read error: Connection reset by peer]
dmiles has joined #ocaml
allNickInUse has joined #ocaml
allNickInUse has left #ocaml [#ocaml]
Haudegen has joined #ocaml
pino|work has quit [Quit: brb]
vicfred_ has quit [Quit: Leaving]
pino|work has joined #ocaml
jao has joined #ocaml
jao is now known as Guest42290
rosterok has joined #ocaml
laudecay has joined #ocaml
laudecay has quit [Client Quit]
ygrek has quit [Ping timeout: 245 seconds]
FreeBirdLjj has joined #ocaml
shoe_pause has joined #ocaml
ygrek has joined #ocaml
spew has joined #ocaml
shoe_pause has left #ocaml [#ocaml]
something-else has joined #ocaml
<something-else> 15:28:52Hi, dune does not support private libraries as dependencies for public libraries. What is the best way to sidestep this? I have a public library with a dune file with two folders that have their own dune files. The program suggests giving a public name but then I have a useless .opam file.
<something-else> Thanks for reading.
<companion_cube> you can use a namespaced name
<companion_cube> like foo.bar
<companion_cube> in the package of foo, basically
<something-else> I'm very confused, thanks for your help but can you elaborate? I still get program_base.util is private so it cannot be a dependency of a public library.
<something-else> Would I have program_base.opam and program_base.util.opam?
<companion_cube> no, if you add `(public_name program_base.util)` it would belong to the program_base.opam package
<something-else> I see now, thank you!
<companion_cube> there are examples of that in the wild (eg for lwt) :)
<companion_cube> I think there's lwt.io for example, as a subpackage of lwt
<something-else> Okay I'll take a look, it compiles now though (which is amazing).
<companion_cube> ^^
sagax has quit [Ping timeout: 245 seconds]
<companion_cube> ah yes, also
freyr69 has quit [Remote host closed the connection]
Birdface has joined #ocaml
laudecay has joined #ocaml
lobo has quit [Read error: Connection reset by peer]
lobo has joined #ocaml
something-else has quit [Remote host closed the connection]
Birdface has quit [Ping timeout: 264 seconds]
iovec has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
<Leonidas> oh, a new mail from oleg, intriguing
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 245 seconds]
<pino|work> Leonidas: btw, was the ocaml-augeas opam submission accepted?
<companion_cube> intriguing indeed
<Leonidas> pino|work: yes, it was: https://opam.ocaml.org/packages/augeas/
<Leonidas> pino|work: but augeas breaks in 4.09 because of C-API changes
<pino|work> Leonidas: ah cool (the opam submission)
<pino|work> what's the issue with newer ocaml?
<Leonidas> I wanted to submit a fix but the git repo needs to be filtered :-/
<pino|work> hm? while i agree the repo may need to be fixed, you can submit fixes regardless
<Leonidas> pino|work: but I can't upload it to github which makes my work rather complex if I want to sync between multiple machines or giving you or rwmjones a location to pull from.
<Leonidas> pino|work: https://github.com/ocaml/opam-repository/pull/14757 I haven't looked why exactly the build fails but you see it affecting a lot of packages
<pino|work> Leonidas: just send format-patch'ed patches to rwmjones directly
<pino|work> that PR does not show a build log?
<pino|work> ah, found it
<pino|work> Leonidas: do you have the environment to test a fix?
Haudegen has quit [Quit: Bin weg.]
FreeBirdLjj has joined #ocaml
<Leonidas> installing a switch with a 4.09 prerelease is pretty simple, though I am not sure it will cause the same error since clang might have different warnings.
<pino|work> Leonidas: well let's try :)
delysin has quit [Quit: WeeChat 2.5]
delysin has joined #ocaml
freusque has quit [Ping timeout: 245 seconds]
Guest42290 is now known as jao
jao has quit [Remote host closed the connection]
jao has joined #ocaml
freusque has joined #ocaml
pino|work has quit [Quit: brb]
pino|work has joined #ocaml
malina has joined #ocaml
<pino|work> Leonidas: if you have the possibility to test: https://pastebin.com/6mYzQ5q9 is the fix i have locally
ggole has quit [Quit: Leaving]
AtumT has joined #ocaml
<Leonidas> pino|work: building the 4.09 compiler
cranix has joined #ocaml
<cranix> hello
<cranix> i tried to search in documentation but failed
<cranix> would be possible to have interactive graph using jupyter-archimedes in jupyter notebook
<cranix> or using other graphing library in jupyter notebook
<cranix> similarly to python's matplotlib
<cranix> i need ability to resize
<cranix> and put mouse pointer on graph and read coordinates of this points
Birdface has joined #ocaml
<cranix> also i'm looking for a way to have logarithmic scale in archimedes and have mutiple plots on one chart
<cranix> plotted with different colours
ygrek has quit [Ping timeout: 245 seconds]
<Leonidas> pino|work: actually the configure script is kinda faulty, it detects ocamlfind as "no" and continues on happily, later calling `no ocamlc`
<Leonidas> pino|work: but yes, the issue on opam is the exact same on current mac os and if I fix the ocamlfind issue (and install libxml2) and apply the patch it works fine.
Haudegen has joined #ocaml
Serpent7776 has joined #ocaml
jnavila has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
vicfred has joined #ocaml
ziyourenxiang has quit [Ping timeout: 244 seconds]
FreeBirdLjj has quit [Ping timeout: 246 seconds]
jnavila has quit [Ping timeout: 264 seconds]
kakadu_ has joined #ocaml
kakadu has quit [Ping timeout: 245 seconds]
iovec has quit [Quit: Connection closed for inactivity]
FreeBirdLjj has joined #ocaml
vyorkin has quit [Ping timeout: 245 seconds]
FreeBirdLjj has quit [Ping timeout: 245 seconds]
AtumT has quit [Ping timeout: 246 seconds]
jnavila has joined #ocaml
cranix has left #ocaml [#ocaml]
AtumT has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 264 seconds]
KeyJoo has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 245 seconds]
ravenous_ has joined #ocaml
kakadu has joined #ocaml
AtumT_ has joined #ocaml
AtumT has quit [Ping timeout: 245 seconds]
dmiles has quit [Read error: Connection reset by peer]
infinity0 has quit [Ping timeout: 245 seconds]
dmiles has joined #ocaml
KeyJoo has quit [Ping timeout: 245 seconds]
Serpent7776 has quit [Read error: Connection reset by peer]
Serpent7776 has joined #ocaml
narimiran has quit [Ping timeout: 245 seconds]
sonologico has joined #ocaml
Birdface has quit [Ping timeout: 264 seconds]
ravenous_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
FreeBirdLjj has joined #ocaml
gravicappa has quit [Ping timeout: 244 seconds]
Hrundi_V_Bakshi has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 244 seconds]
sagax has joined #ocaml
infinity0 has joined #ocaml
Serpent7776 has quit [Quit: leaving]
jao has quit [Remote host closed the connection]
jnavila has quit [Remote host closed the connection]
olle has joined #ocaml
<olle> anyone used inotify?
jao has joined #ocaml
<Drup> I have
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 268 seconds]
jimt has joined #ocaml
<olle> Drup: damn, didn't see you response
<olle> Drup: not sure I can use it, probably need sockets instead
<olle> working on a "browser backend" to serv ripped content from the web into the browser.
webshinra has quit [Remote host closed the connection]
webshinra has joined #ocaml
kakadu has quit [Remote host closed the connection]
Hrundi_V_Bakshi has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Haudegen has quit [Ping timeout: 245 seconds]
olle has quit [Ping timeout: 268 seconds]
stux|RC-- has joined #ocaml
stux|RC has quit [Ping timeout: 252 seconds]
spew has quit [Quit: Connection closed for inactivity]
AtumT_ has quit [Quit: AtumT_]
rosterok has quit [Quit: Connection closed for inactivity]
ziyourenxiang has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 246 seconds]
zolk3ri has quit [Remote host closed the connection]
sonologico has quit [Remote host closed the connection]
Nahra has joined #ocaml
Nahra has quit [Changing host]
Nahra has joined #ocaml