companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 4.14.0 released: https://ocaml.org/releases/4.14.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
Haudegen has quit [Ping timeout: 260 seconds]
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bobo has joined #ocaml
spip has quit [Ping timeout: 268 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
John_Ivan_ has joined #ocaml
zebrag has joined #ocaml
John_Ivan__ has quit [Ping timeout: 252 seconds]
John_Ivan__ has joined #ocaml
John_Ivan_ has quit [Ping timeout: 260 seconds]
gwizon has joined #ocaml
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
gwizon has quit [Quit: Lost terminal]
gwizon has joined #ocaml
gwizon has quit [Remote host closed the connection]
gwizon has joined #ocaml
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
chrisz has quit [Ping timeout: 260 seconds]
chrisz has joined #ocaml
waleee has quit [Ping timeout: 252 seconds]
gwizon has quit [Quit: Lost terminal]
gwizon has joined #ocaml
gwizon has quit [Quit: Lost terminal]
nd__ has joined #ocaml
zebrag has quit [Quit: Konversation terminated!]
gwizon has joined #ocaml
nd__ has quit [Ping timeout: 248 seconds]
Haudegen has joined #ocaml
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 248 seconds]
nd__ has joined #ocaml
jao has quit [Ping timeout: 268 seconds]
nd__ has quit [Ping timeout: 256 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
bartholin has joined #ocaml
Serpent7776 has joined #ocaml
nd__ has joined #ocaml
mro has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
xenu has quit [*.net *.split]
nore has quit [*.net *.split]
mro has quit [Read error: Connection reset by peer]
xenu has joined #ocaml
mro has joined #ocaml
nore has joined #ocaml
bacam has quit [*.net *.split]
nerdypepper has quit [*.net *.split]
bacam has joined #ocaml
nerdypepper has joined #ocaml
neiluj has joined #ocaml
Serpent7776 has quit [Ping timeout: 255 seconds]
bartholin has quit [Quit: Leaving]
nd__ has joined #ocaml
Serpent7776 has joined #ocaml
azimut has quit [Ping timeout: 255 seconds]
xd1le has joined #ocaml
kakadu has joined #ocaml
olle has joined #ocaml
calvnce has joined #ocaml
<reynir> On a switch I downgraded dune.3.5.0 to 3.4.1, but I found dune-package files in the switch with (lang dune 3.5) - has anyone experienced this?
mro has quit [Remote host closed the connection]
mro has joined #ocaml
mro has quit [Quit: Leaving...]
xd1le has quit [Quit: xd1le]
bjourne has joined #ocaml
dnh has joined #ocaml
gwizon has quit [Remote host closed the connection]
gwizon has joined #ocaml
calvnce has quit [Ping timeout: 260 seconds]
spip has joined #ocaml
bobo has quit [Ping timeout: 260 seconds]
azimut has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
<vsiles> dune question: I have a script that turns a file foo.A into a foo.B and a dune rule that takes a source_tree and process all its A file, into a similar looking source tree with B files
<vsiles> Now, I have a libraries which depends on these B files, more precisely on the root directory where they are generated
<vsiles> At the moment I do something discusting by reading a location from an env var to put it in a place I can refer to
<vsiles> but I guess dune has a way to do that ?
<vsiles> bonus question: how can I explain to dune that all the B files that are created are potential "targets" ?
<vsiles> hmm I think I got a nice solution for the first one (I generated a .stamp file to acknolwedge the generation). But it's super resilient
gwizon has quit [Remote host closed the connection]
gwizon has joined #ocaml
Haudegen has joined #ocaml
<vsiles> I think the main bit I'm missing is to refer to all my B files in the `targets`
dnh has quit [Ping timeout: 264 seconds]
serpent has joined #ocaml
serpent has quit [Ping timeout: 264 seconds]
jao has joined #ocaml
<sim642> reynir, those packages are probably missing lower bounds on dune version then
<sim642> Otherwise opam would've done something about it
<sim642> Although if you use dune to generate .opam files, it automatically puts the right version from lang dune
<sim642> So it's probably a dune project with a hand-written .opam file, which isn't ideal
Haudegen has quit [Quit: Bin weg.]
mro has joined #ocaml
kakadu has quit [Quit: Konversation terminated!]
mro has quit [Remote host closed the connection]
mro has joined #ocaml
Geekingfrog has quit [Quit: ZNC 1.8.2 - https://znc.in]
nd__ has quit [Ping timeout: 260 seconds]
Serpent7776 has quit [Quit: WeeChat 1.9.1]
mro has quit [Remote host closed the connection]
nd__ has joined #ocaml
Serpent7776 has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
gahr_ has joined #ocaml
midgard has quit [Ping timeout: 246 seconds]
gahr has quit [Ping timeout: 246 seconds]
dinosaure has quit [Ping timeout: 246 seconds]
<neiluj> hey! how is the min of an int * int array defined?
midgard has joined #ocaml
dinosaure has joined #ocaml
<neiluj> or a tuple more generally
gahr_ is now known as gahr
Haudegen has joined #ocaml
<olle> neiluj: int * int -> int ?
<neiluj> int * (int array) :)
<neiluj> my mistake
<olle> Not enough info
<companion_cube> Well the order on these is lexicographic
<companion_cube> And the min is just the smaller of the two wrt this order
<neiluj> Like type elt = int * (int array), how does min on elt's work
<neiluj> ah nice!
<neiluj> thx companion_cube
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 260 seconds]
xgqt has quit [Ping timeout: 256 seconds]
xgqt has joined #ocaml
mro has joined #ocaml
Tuplanolla has joined #ocaml
mro has quit [Remote host closed the connection]
neiluj has quit [Ping timeout: 260 seconds]
nd__ has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
nd__ has quit [Ping timeout: 265 seconds]
nd__ has joined #ocaml
neiluj has joined #ocaml
bartholin has joined #ocaml
mro has joined #ocaml
sm2n has left #ocaml [#ocaml]
bartholin has quit [Quit: Leaving]
bartholin has joined #ocaml
mro has quit [Quit: Leaving...]
John_Ivan__ has quit [Read error: Connection reset by peer]
John_Ivan has joined #ocaml
wingsorc__ has quit [Read error: Connection reset by peer]
neiluj has quit [Quit: WeeChat 3.6]
wingsorc has joined #ocaml
bartholin has quit [Quit: Leaving]
olle has quit [Ping timeout: 264 seconds]
Serpent7776 has quit [Ping timeout: 264 seconds]
nd__ has quit [Ping timeout: 260 seconds]
nd__ has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]
nd__ has quit [Ping timeout: 265 seconds]
nd__ has joined #ocaml
nd__ has quit [Ping timeout: 265 seconds]
gwizon has quit [Remote host closed the connection]