companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.2.0 released: https://ocaml.org/releases/5.2.0 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
wbooze has quit [Ping timeout: 252 seconds]
Everything has quit [Quit: leaving]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 260 seconds]
m5zs7k has quit [Quit: m5zs7k]
Tuplanolla has quit [Ping timeout: 244 seconds]
m5zs7k has joined #ocaml
fmira has quit [Ping timeout: 264 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 244 seconds]
alfiee has joined #ocaml
wbooze has joined #ocaml
alfiee has quit [Ping timeout: 260 seconds]
wbooze has quit [Ping timeout: 260 seconds]
madcabbage has joined #ocaml
jutty has quit [Ping timeout: 248 seconds]
jutty has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 260 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 268 seconds]
alfiee has joined #ocaml
euphores has joined #ocaml
alfiee has quit [Ping timeout: 272 seconds]
madcabbage has quit [Ping timeout: 245 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 244 seconds]
jutty has quit [Ping timeout: 252 seconds]
vukung has joined #ocaml
fmira has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 265 seconds]
vukung has quit [Quit: Leaving]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
bartholin has joined #ocaml
humasect has joined #ocaml
Serpent7776 has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
olle has joined #ocaml
euphores has quit [Quit: Leaving.]
Serpent7776 has quit [Ping timeout: 248 seconds]
euphores has joined #ocaml
olle has quit [Remote host closed the connection]
alfiee has joined #ocaml
olle has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
Tuplanolla has joined #ocaml
alfiee has joined #ocaml
wbooze has joined #ocaml
alfiee has quit [Ping timeout: 248 seconds]
Haudegen has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 265 seconds]
Inline has quit [Ping timeout: 272 seconds]
Inline has joined #ocaml
alfiee has joined #ocaml
YuGiOhJCJ has joined #ocaml
alfiee has quit [Ping timeout: 272 seconds]
humasect has quit [Remote host closed the connection]
Serpent7776 has joined #ocaml
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 260 seconds]
fmira has quit [Remote host closed the connection]
user_ has joined #ocaml
wbooze has quit [Quit: Leaving]
olle has quit [Ping timeout: 252 seconds]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #ocaml
alfiee has joined #ocaml
Inline has quit [Ping timeout: 252 seconds]
Inline has joined #ocaml
Inline has quit [Remote host closed the connection]
alfiee has quit [Ping timeout: 252 seconds]
rgrinberg has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 244 seconds]
wbooze has joined #ocaml
wbooze has quit [Ping timeout: 244 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 244 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 245 seconds]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 272 seconds]
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jutty has joined #ocaml
nirvdrum74 has quit [Quit: The Lounge - https://thelounge.chat]
nirvdrum74 has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 260 seconds]
rgrinberg has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 265 seconds]
madcabbage has joined #ocaml
wbooze has joined #ocaml
wbooze has quit [Client Quit]
ygrek has joined #ocaml
wbooze has joined #ocaml
oriba has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 272 seconds]
oriba has quit [Ping timeout: 268 seconds]
burley_ has joined #ocaml
user_ has quit [Remote host closed the connection]
user_ has joined #ocaml
wbooze has quit [Remote host closed the connection]
wbooze has joined #ocaml
LuxuryMode has joined #ocaml
<LuxuryMode> I've just installed ocaml on my Mac and trying to get it set up in neovim. When I try installed ocaml-lsp, I run into an error due to "No agreement on the version of ocaml" https://pastebin.com/SRi5wHKB Not quite sure what the fix is here. Any pointers?
<LuxuryMode> Sounds like I'm switched to 5.2 but actually need 5.3?
<wbooze> you got opam ?
<discocaml> <._null._> Seems like you want to install a version of ocamllsp too recent for 5.2.0. If you really need it, add ``--update-invariant` as explained to install 5.3.0 instead
<LuxuryMode> Yes. Indeed I needed 5.3. Ran `opam switch create` and appear to be good now. Completely new to ocaml and tooling so figuring some things out.
<LuxuryMode> Right, thanks discocaml
<discocaml> <._null._> You didn't need to create another switch (now you have two)
jutty has quit [Ping timeout: 244 seconds]
alfiee has joined #ocaml
<wbooze> i have 3
<wbooze> default, 4.12.0+options, 5.3.0+options
<wbooze> default is 4.12.0+domain+effects
jutty has joined #ocaml
<discocaml> <._null._> It's not an issue to have multiple switch, it's just unnecessary if you have a simple set up
<discocaml> <._null._> (I have 13)
<wbooze> some packages only install with only some switches
burley_ has quit [Quit: Leaving]
alfiee has quit [Ping timeout: 252 seconds]
burley_ has joined #ocaml
<wbooze> jupyter installs only in 4.12.0+options so far and fails with 5.3.0+options, ocaml-lsp-server on the other hand only installs with 5.3.0+options and fails with the others
<wbooze> heh
<discocaml> <._null._> ocamllsp can install with multiple versions, but for the older ones ocamllsp won't be at its latest version
<discocaml> <._null._> I don't know about using jupyter with ocaml, so I'm not too suprised it doesn't work with recent versions
burley_ has quit [Read error: Connection reset by peer]
<LuxuryMode> Is `#enable_auto_newline;;` commonly used in utop?
<LuxuryMode> Disregard. That's not a thing :|
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
burley_ has joined #ocaml
<discocaml> <gooby_diatonic> What do you need 13 for 😆
oriba has joined #ocaml
burley_ has quit [Client Quit]
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 248 seconds]
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 246 seconds]
oriba has quit [Ping timeout: 268 seconds]
myrkraverk has joined #ocaml
myrkraverk_ has quit [Ping timeout: 268 seconds]
<discocaml> <._null._> Mostly tests (I have 3 whose names contain "test" plus one whose name is "name" and is empty)
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 260 seconds]
alfiee has joined #ocaml
wbooze has quit [Ping timeout: 244 seconds]
alfiee has quit [Ping timeout: 252 seconds]
myrkraverk__ has joined #ocaml
myrkraverk_ has quit [Ping timeout: 252 seconds]
myrkraverk_ has joined #ocaml
myrkraverk__ has quit [Ping timeout: 272 seconds]
myrkraverk_ has quit [Ping timeout: 268 seconds]
bartholin has quit [Quit: Leaving]
myrkraverk has joined #ocaml
oriba has joined #ocaml
nyuhu has joined #ocaml
alfiee has joined #ocaml
alfiee has quit [Ping timeout: 248 seconds]
Serpent7776 has quit [Ping timeout: 244 seconds]
LuxuryMode has quit [Quit: Connection closed for inactivity]
Haudegen has quit [Quit: No Ping reply in 180 seconds.]
alfiee has joined #ocaml
Haudegen has joined #ocaml
alfiee has quit [Ping timeout: 252 seconds]