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