Leonidas changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.1.1 released: https://ocaml.org/releases/5.1.1 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
pi3ce has quit [Ping timeout: 272 seconds]
pi3ce has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<discocaml> <mahadisc2023> Hi everyone, I am Maha, an outreachy applicant eager to contribute towards OCaml projects
<discocaml> <Kali> welcome! you can see more in #outreachy
mccd has joined #ocaml
mccd has quit [Ping timeout: 240 seconds]
jabuxas has joined #ocaml
pi3ce has quit [Ping timeout: 268 seconds]
myrkraverk_ has quit [Quit: Leaving]
jabuxas has quit [Ping timeout: 256 seconds]
mbuf has joined #ocaml
motherfsck has joined #ocaml
myrkraverk has joined #ocaml
bartholin has joined #ocaml
bartholin has quit [Quit: Leaving]
justache has quit [Quit: ZNC 1.8.2 - https://znc.in]
justache has joined #ocaml
justache has quit [Remote host closed the connection]
justache has joined #ocaml
azimut has quit [Ping timeout: 260 seconds]
<discocaml> <rwubakwanayo.> Hey everyone, I'm Olivier. I'm happy to be here and excited to share and learn from all of you.
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Serpent7776 has joined #ocaml
Square2 has quit [Ping timeout: 268 seconds]
emp has quit [Quit: ZNC 1.8.2 - https://znc.in]
emp has joined #ocaml
Anarchos has joined #ocaml
<discocaml> <itisayush> Hello everyone I'm Kapil, an Outreachy applicant. Looking forward to learn and contribute
myrkraverk has quit [Ping timeout: 272 seconds]
myrkraverk has joined #ocaml
dnaq has quit [Ping timeout: 256 seconds]
dnaq has joined #ocaml
waleee has quit [Ping timeout: 260 seconds]
neiluj has joined #ocaml
<discocaml> <arctumn> Someone decided that setting a max width was ok for the ocaml library page, removing the max-width fixes this page issue, but not sure if it's not causing problems on other pages
<discocaml> <arctumn> Oh maybe I should put this, on the docs discord page on the ecosystem
<discocaml> <davesnx> having a full-width for reading is crazy bad
<discocaml> <davesnx> usually <800 is the recommended
dnh has joined #ocaml
mccd has joined #ocaml
<discocaml> <arctumn> I understand that, what was bothering me most is that reading the page like that is causing my a small headache because of my right eye feels distracted with the white spacing
<discocaml> <arctumn> I just zoomed in, so I avoid that headache effect while reading
bibi_ has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
azimut has joined #ocaml
<Leonidas> You can also put another window there or something :-)
<Leonidas> Perfect size for ICQ
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
neiluj has quit [Quit: Konversation terminated!]
mccd has quit [Ping timeout: 268 seconds]
dnh has joined #ocaml
mccd has joined #ocaml
alexherbo2 has joined #ocaml
jabuxas has joined #ocaml
infinity0 has quit [Remote host closed the connection]
mccd has quit [Ping timeout: 260 seconds]
dnh_ has joined #ocaml
dnh has quit [Ping timeout: 256 seconds]
dnh_ has quit [Read error: Connection reset by peer]
dnh has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
jabuxas has quit [Ping timeout: 256 seconds]
mccd has joined #ocaml
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
infinity0 has joined #ocaml
<discocaml> <idontwantausernamefeckoff> i really wish eios backtraces werent confusing and useless
Serpent7776 has quit [Ping timeout: 264 seconds]
<discocaml> <drupyog> @artwendling Hey, are you around, I have sherlodoc questions
<discocaml> <drupyog> @artwendling Hey, are you around ? I have sherlodoc questions
<discocaml> <artwendling> I'm here!
<discocaml> <drupyog> Basically, I want to attempt to plug dowsing as an alternative index/search for sherlodoc
<discocaml> <artwendling> Ha that would be very cool! 🙂
<discocaml> <drupyog> (and ~~steal~~ reuse the nice UX work :D)
<discocaml> <drupyog> (and ~~steal~~ reuse the nice UX/integration work :D)
<discocaml> <drupyog> I wouldn't mind a few pointers/guided tour to get me started, if you have the time in the upcoming week.
<discocaml> <drupyog> So I wouldn't mind a few pointers/guided tour to get me started, if you have the time in the upcoming week.
mbuf has quit [Quit: Leaving]
dnh has joined #ocaml
<discocaml> <artwendling> Yeah absolutely, would you be available for a call whenever this week to go over the code and brainstorm what changes would be required? 🙂
<discocaml> <artwendling> (otherwise in very few words, the integration with odoc.search is in `index/load_doc.ml` for the indexation and in `jsoo/main.ml` for the javascript search bar)
alexherbo2 has quit [Remote host closed the connection]
mccd has quit [Ping timeout: 255 seconds]
<companion_cube> how are they confusing, @idontwantausernamefeckoff ?
mccd has joined #ocaml
dnh_ has joined #ocaml
dnh has quit [Ping timeout: 255 seconds]
<discocaml> <idontwantausernamefeckoff> it's more just sometimes it doesn't give you any relevant error
<discocaml> <idontwantausernamefeckoff> `Invalid_argument("exit: 2 request(s) still active!")` is useless if i can't tell what it means, and the debugging tools dont seem to be quite there yet
<discocaml> <idontwantausernamefeckoff> concurrent error reporting is like pulling teeth though, and theres stuff being worked on
jabuxas has joined #ocaml
<companion_cube> oh yeah ok, in cases it's not just a Exn_bt.t
<discocaml> <idontwantausernamefeckoff> i dont know whether debugging issues like that - hanging fibers, etc - is even a job for exceptions, its probably better suited for meio type tools
rgrinberg has joined #ocaml
<companion_cube> gdb -p !
<companion_cube> but yeah
jabuxas has quit [Ping timeout: 246 seconds]
<discocaml> <idontwantausernamefeckoff> an easy way to dump all running fibers and a their blocking operations on a fatal exception would be nice but again i imagine the tracing infrastructure could be a lot for a debugging feature
<discocaml> <idontwantausernamefeckoff> meio has a hard dependency on ocaml 5.1 and needs patches to eio
dnh_ has quit [Read error: Connection reset by peer]
dnh has joined #ocaml
jabuxas has joined #ocaml
Serpent7776 has joined #ocaml
dnh_ has joined #ocaml
jabuxas has quit [Ping timeout: 256 seconds]
dnh has quit [Ping timeout: 256 seconds]
waleee has joined #ocaml
average has quit [Quit: Connection closed for inactivity]
bartholin has joined #ocaml
Anarchos has joined #ocaml
dnaq has quit [Remote host closed the connection]
dnaq has joined #ocaml
<discocaml> <sim642> I think the OCaml effect handlers retrofitting paper mentioned that as a conceptual advantage for direct style
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
Serpent7776 has quit [Ping timeout: 255 seconds]
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<companion_cube> What is a conceptual advantage? Tracing?
mccd has quit [Ping timeout: 264 seconds]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<discocaml> <limp.biskit> could you link?
alexherbo2 has joined #ocaml
dnh_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alexherbo2 has quit [Remote host closed the connection]
bartholin has quit [Quit: Leaving]
<discocaml> <hockletock> https://arxiv.org/pdf/2104.00250.pdf
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Square2 has joined #ocaml