<v0idpwn>
What's the usual way to achieve something similar to the Rust's debug trait?
Wilfred has quit [Quit: Connection closed for inactivity]
<companion_cube>
ppx_deriving.show I guess?
berberman has joined #ocaml
berberman_ has quit [Ping timeout: 272 seconds]
dy` has joined #ocaml
dy has quit [Ping timeout: 272 seconds]
dy` has quit [Client Quit]
dy has joined #ocaml
zebrag has quit [Quit: Konversation terminated!]
OrangesApp has joined #ocaml
<OrangesApp>
No operators?
<OrangesApp>
I applied to Jane Street, FB, or BBG but I have no clue how to get a job there given that jobs in my locale have such a weird aversion to things they consider a barrier to hire. It’s bizarre to me.
Wilfred has joined #ocaml
<drakonis>
there are ops in here though, they're just not wearing the flag all the time
waleee-cl has quit [Ping timeout: 272 seconds]
wingsorc has quit [Quit: Leaving]
wingsorc has joined #ocaml
<dmbaturin>
OrangesApp: It's a tradition from back the Freenode days. Unlike in many other networks, having a +o all the time is considered something of an unnecessary display of power.
<dmbaturin>
Well, most chanserv implementations don't have on-demand +o either, so in many other networks the question is moot.
<OrangesApp>
Absolutely. I’ve done that before, actually. Thanks :)
mbuf has joined #ocaml
yoctocell has joined #ocaml
gareppa has joined #ocaml
gareppa has quit [Remote host closed the connection]
jyc has joined #ocaml
shawnw has quit [Ping timeout: 244 seconds]
gareppa has joined #ocaml
dy has quit [Quit: ZNC 1.9.x-git-124-15e2351d - https://znc.in]
dy has joined #ocaml
olle has joined #ocaml
yoctocell has quit [Remote host closed the connection]
OrangesApp has quit [Quit: Connection closed for inactivity]
TheLemonMan has joined #ocaml
Haudegen has joined #ocaml
Guest20 has joined #ocaml
mikess has quit [Ping timeout: 244 seconds]
mro has joined #ocaml
shawnw has joined #ocaml
mikess has joined #ocaml
Guest20 has quit [Quit: Client closed]
Guest20 has joined #ocaml
vizard has joined #ocaml
Guest20 is now known as impostor
impostor is now known as yiro
Wilfred has quit [Quit: Connection closed for inactivity]
jyc has quit [Quit: Connection closed for inactivity]
<octachron>
dmbaturin, thanks for taking the time to write the pull request
gareppa has joined #ocaml
<dmbaturin>
I'm not sure if `let format_from_string s = sscanf_format ("\"" ^ String.escaped s ^ "\"") fmt (fun x -> x)` would be safe to switch to the less aggressive escaping, and whether it would benefit from that. I also didn't add a Changes entry yet, but I will when we agree on the details.
<dmbaturin>
Damn, I shot myself in the foot and accidentally removed all my doc updates using tools/sync_stdlib_docs... let me fix it.
berberman has joined #ocaml
berberman_ has quit [Ping timeout: 265 seconds]
waleee has quit [Ping timeout: 265 seconds]
zebrag has quit [Ping timeout: 265 seconds]
gareppa has quit [Ping timeout: 265 seconds]
waleee has joined #ocaml
<octachron>
Your changes should still be in the reflogs, but yes the source is the labeled version.
zebrag has joined #ocaml
<dmbaturin>
octachron: Pardon my ignorance, I've never added a new function to the stdlib before. Why tools/sync_stdlib_docs wants to _revert_ my changes to the .mli ?
gareppa has joined #ocaml
<octachron>
It is safe to replace `String.escaped` with `String.escape` in `Scanf`: the escape is here for '"', '\\', '\n', and '\r' .
<octachron>
dmbaturin, the documentation sources are the labeled modules. Once you have updated the labeled modules, you can propagate the changes to the non-labelled modules with tools/sync_stdlib_docs.
<dmbaturin>
Oh, I see. Thanks, fixed!
waleee has quit [Ping timeout: 240 seconds]
Tuplanolla has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
mikess has quit [Ping timeout: 272 seconds]
mikess has joined #ocaml
vicfred has joined #ocaml
TheLemonMan has joined #ocaml
neiluj has quit [Quit: Leaving]
mro has joined #ocaml
waleee has joined #ocaml
mro has quit [Remote host closed the connection]
bartholin has quit [Quit: Leaving]
<adrien_>
re. operators: yes, +o is more likely to exacerbate tensions
<adrien_>
and ops are absolutely not linked to any control of anything outside of the channel :P
gareppa has quit [Quit: Leaving]
<Corbin>
I'm reading about Bigarrays. If I wanted to have a ragged multi-dimensional array (say, an upper-diagonal matrix/tensor) then would I have a single-dimensional Bigarray and an indexing helper?
<d_bot>
<stab> does anybody know how to get the output of qcheck tests run through ounit2 if they dont terminate?
wingsorc has quit [Quit: Leaving]
wingsorc has joined #ocaml
<d_bot>
<stab> like i have a qcheck generated value that is causing an infinite loop and im having trouble getting the input printed so that i can go debug it
<companion_cube>
@stab are you running this via dune?
<d_bot>
<stab> yeah
<companion_cube>
(dune runtest has buffering)
<companion_cube>
`dune runtest --no-buffer -f`
<d_bot>
<stab> thanks!
<d_bot>
<stab> that took care of it
adanwan_ has joined #ocaml
<companion_cube>
👍
Haudegen has joined #ocaml
olle has quit [Ping timeout: 244 seconds]
labor[m] has quit [Quit: Client limit exceeded: 10000]
hornhack has quit [Quit: Leaving]
sunset_NOVA has joined #ocaml
sunset_NOVA has quit [Client Quit]
<d_bot>
<stab> qcheck has been absolutely massive throughout this project btw so thanks!!
labor[m] has joined #ocaml
mro has joined #ocaml
<companion_cube>
I'm glad to hear that! :D
mro has quit [Ping timeout: 268 seconds]
leah2 has quit [Quit: trotz alledem!]
leah2 has joined #ocaml
SquidDev has quit [Quit: Bye!]
SquidDev has joined #ocaml
oriba has joined #ocaml
wingsorc__ has joined #ocaml
wingsorc has quit [Remote host closed the connection]
wingsorc__ has quit [Remote host closed the connection]
wingsorc has joined #ocaml
Hrundi_V_Bakshi has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
vicfred has quit [Quit: Leaving]
<d_bot>
<hhugo> Jsoo emulate an in memory filesystem
<d_bot>
<Cyclomatic Complexity> @hhugo Does it work well with `mode js`?
<d_bot>
<hhugo> There might be an issue with sandboxing, you'll need to declare the extra deps somehow
Techcable_ is now known as Techcable
<d_bot>
<Cyclomatic Complexity> i see
<d_bot>
<Cyclomatic Complexity> is there a way to redefine `(::)` and `.(` in OCaml? https://caml.inria.fr/pub/docs/manual-caml-light/node4.9.html doesn't state so, I am getting syntax errors on `let ( .[[ )`, and it is impossible to google for symbols
<d_bot>
<octachron> The caml-light manual is not exactly up to date with modern OCaml.
<Armael>
ocabot is not smart enough to understand that it should interpret commands coming from discord through d_bot
waleee has quit [Quit: WeeChat 3.1]
waleee has joined #ocaml
Submarine has quit [Quit: Ex-Chat]
Haudegen has quit [Quit: No Ping reply in 180 seconds.]
Haudegen has joined #ocaml
selimcan has joined #ocaml
selimcan has quit [Client Quit]
Serpent7776 has quit [Quit: leaving]
haesbaer1 has quit [Quit: leaving]
haesbaert has joined #ocaml
dhil has joined #ocaml
orbifx has joined #ocaml
<companion_cube>
ah shoot indeed
<orbifx>
I just got here, don't want to draw already companion_cube :P
<orbifx>
Hi all
<companion_cube>
:p
<orbifx>
Was wondering, is there a consensus or a serious reason to favour dashes or underscores in opam names?
<companion_cube>
ugh
<companion_cube>
directly with the tricky questions
<orbifx>
gotta start a real brawl first :P
<orbifx>
so any takes? I got a package I need to decide about and can't seem to find anything written about it. The existing packages have both _ and -
<companion_cube>
I tend to use -
<Armael>
one advantage in favor of _ is that the name of the opam package can exactly match the name of the dune/findlib library
<Armael>
and then the name of the main module (modulo capitalization)
<orbifx>
Armael: any disadvantages?
<Armael>
slightly less pretty
<orbifx>
oof, that's a serious one :P
<Armael>
I know right
<orbifx>
ill got with underscore for now, it's also what I started with
<orbifx>
unless we have any other takes?
<orbifx>
I'll ask the list too. I haven't posted there in a while and all that goes there is symposia and calls for papers
<orbifx>
thanks companion_cube, Armael, time to take off
Hrundi_V_Bakshi has quit [Ping timeout: 268 seconds]