kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
amiloradovsky has quit [Quit: amiloradovsky]
orbifx has quit [Ping timeout: 265 seconds]
mfp has joined #ocaml
narimiran has quit [Ping timeout: 256 seconds]
orbifx has joined #ocaml
orbifx has quit [Ping timeout: 264 seconds]
Anarchos has joined #ocaml
<mbuf>
What needs to be required or included to get String.uppercase_ascii with 4.09.0 OCaml?
tane has joined #ocaml
<octachron>
mbuf, nothing? You may be using an alternative stdlib that is hiding the function
<mbuf>
octachron, ahh! Base
<shmibs>
hum, so been reading about people falling out of love with polymorphic = because it's just like a naive memcmp?
<shmibs>
and, probably often-asked, but wondering about what alternative common practices there are
<shmibs>
like if i have some type whatever = Ta | Tb | Tc, should there be a comparison function? or just avoid it and use Int? or
<ggole>
Using deriving is pretty common
<shmibs>
ah, neat. thank you ^^
<theblatte>
polymorphic = is not only slow, it's also unsafe and will crash your program if you attempt to compare opaque values :/
narimiran has joined #ocaml
<ChimpZ>
hannes: thanks! on the debian bug report i found a solution involving mccs that seemed to work... and dozen GB or RAM later, i have a new "switch"... now i have other errors when trying to install:
<ChimpZ>
+- The following actions failed
<ChimpZ>
| - build conf-gmp 1
<ChimpZ>
when i apparently have the necessary deb packages libgmp-dev and such...
<ChimpZ>
i probably got something wrong...
<ChimpZ>
should i try with a 4.10.0?
<octachron>
It is unlikely to affect the installation of the conf-qmp package. What was the error in the log?
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]
<ChimpZ>
i have # cc1: error: bad value (‘mips32’) for ‘-march=’ switch
<ChimpZ>
i dont know where to specify a march though...?
mbuf has quit [Ping timeout: 250 seconds]
troydm has joined #ocaml
mbuf has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
<octachron>
Can you try to install it with "--verbose" to see where your architecture is detected?