<d_bot>
<monk> not to invoke a messy comparison, but should (ought?) one use switches like you would virtualenvs with python?
<d_bot>
<monk> not quite the same given you are installing a compiler each time... right?
waleee-cl has quit [Ping timeout: 240 seconds]
wyrd has joined #ocaml
waleee-cl has joined #ocaml
<d_bot>
<hcarty> Switches are unfortunately as close as we have, at least officially, to virtualenvs in Python. As you said though the compiler, tools, etc are duplicated for each switch
waleee-cl has quit [Remote host closed the connection]
waleee-cl has joined #ocaml
waleee-cl has quit [Ping timeout: 268 seconds]
rgrinberg has joined #ocaml
tizoc has quit [Quit: Coyote finally caught me]
hsw has quit [Ping timeout: 240 seconds]
rgrinberg has quit [Read error: Connection reset by peer]
tizoc has joined #ocaml
rgrinberg has joined #ocaml
chrisz has quit [Ping timeout: 240 seconds]
chrisz has joined #ocaml
mbuf has joined #ocaml
hackinghorn has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shawnw has joined #ocaml
jlrnick has joined #ocaml
namkeleser has quit [Quit: Client closed]
spip has quit [Quit: Konversation terminated!]
spip has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
olle has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
<d_bot>
<joris> that's not totally true, in theory you can use esy to be closer to virtualenv
wyrd has joined #ocaml
bartholin has joined #ocaml
perrierjouet has quit [Quit: WeeChat 3.4]
perrierjouet has joined #ocaml
perrierjouet has quit [Client Quit]
perrierjouet has joined #ocaml
xiongxin has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
_whitelogger has joined #ocaml
rak_ has joined #ocaml
noddy_ has joined #ocaml
landonf has joined #ocaml
dstein64- is now known as dstein64
terrorjack0 is now known as terrorjack
sparogy has joined #ocaml
remexre has joined #ocaml
mg_ has quit [Ping timeout: 256 seconds]
johnel has quit [Ping timeout: 256 seconds]
szkl_ has quit [Ping timeout: 256 seconds]
spoofer_ has quit [Ping timeout: 256 seconds]
rak_ has quit [Ping timeout: 256 seconds]
CalimeroTeknik has quit [Ping timeout: 256 seconds]
hannes__ is now known as hannes
johnel has joined #ocaml
mg_ has joined #ocaml
szkl_ has joined #ocaml
spoofer has joined #ocaml
rak has joined #ocaml
CalimeroTeknik has joined #ocaml
mro has quit [Ping timeout: 250 seconds]
spip has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
<d_bot>
<hcarty> If you switch to a different tool then yes, that's somewhat true
vsiles_ is now known as vsiles
xiongxin has quit [Quit: xiongxin]
mro has joined #ocaml
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
<d_bot>
<joris> this week i deeply regret existence of any line of shell. Spent 4hours to debug odig call from a CI, which is being rewritten in ocaml but still mostly in bash. It turned out that shell script was exporting OPAMVERBOSE=2, which overrides --quiet commandline for opam show, which odig is passing to parse output of --field= to parse opam file
azimut_ has joined #ocaml
<d_bot>
<joris> and the bash scripts are not even that dirty, but global env is really hard to deal with
azimut has quit [Ping timeout: 276 seconds]
<d_bot>
<joris> i guess i should probably do a PR to odig to erase the env var too
mro has quit [Remote host closed the connection]
troydm has joined #ocaml
gdd has joined #ocaml
Haudegen has joined #ocaml
gravicappa has quit [Ping timeout: 240 seconds]
mro has joined #ocaml
shawnw has quit [Ping timeout: 268 seconds]
jlrnick has quit [Ping timeout: 268 seconds]
mro has quit [Remote host closed the connection]
mro has joined #ocaml
zebrag has joined #ocaml
mro has quit [Quit: Leaving...]
gravicappa has joined #ocaml
spip has quit [Read error: Connection reset by peer]
spip has joined #ocaml
gareppa has joined #ocaml
gareppa has quit [Remote host closed the connection]
mbuf has quit [Quit: Leaving]
Haudegen has quit [Quit: Bin weg.]
rgrinberg has joined #ocaml
tomku has quit [Ping timeout: 240 seconds]
tomku has joined #ocaml
olle has quit [Ping timeout: 240 seconds]
dalek-caan has joined #ocaml
bartholin has quit [Quit: Leaving]
spip has quit [Ping timeout: 240 seconds]
dalek-caan has quit [Quit: dalek-caan]
Haudegen has joined #ocaml
Serpent7776 has quit [Read error: Connection reset by peer]
Serpent7776 has joined #ocaml
vicfred has joined #ocaml
Tuplanolla has joined #ocaml
sleepydog has quit [Ping timeout: 256 seconds]
sleepydog has joined #ocaml
vicfred has quit [Quit: Leaving]
jlrnick has joined #ocaml
spip has joined #ocaml
azimut_ has quit [Remote host closed the connection]
azimut has joined #ocaml
jlrnick has quit [Ping timeout: 268 seconds]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gravicappa has quit [Ping timeout: 240 seconds]
vicfred has joined #ocaml
rgrinberg has joined #ocaml
<d_bot>
<RegularSpatula> Has anyone noticed a lot of `Warning 6 [labels-omitted]` being trigged in their CI builds? Cmdliner, topkg, etc are all getting them
Serpent7776 has quit [Remote host closed the connection]
kaph has quit [Ping timeout: 256 seconds]
<d_bot>
<Continuation Calculus> by chance, anyone knows how to tell dune to ignore some sub folders when doing `dune build src`?
<d_bot>
<monk> are you using the `include_subdirs` stanza?
<d_bot>
<monk> or are you talking about making dune skip subdirs that have their own dune stanzas
<d_bot>
<Continuation Calculus> the latter
<d_bot>
<Continuation Calculus> in my `src` folder, i have a lot of sub-folders, and i want to exclude a couple of them from `dune build src` or `dune runtest src`
<d_bot>
<Continuation Calculus> (not always, so I'd like to avoid having to edit their dune files whenever i want to toggle on-off this behavior)
<d_bot>
<monk> `--only-packages` flag *might* be the answer?
<d_bot>
<monk> i haven't hit this issue myself so i won't be of further use here 😰