companion_cube changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.11 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.11/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
asm89 has quit [Ping timeout: 246 seconds]
asm89 has joined #ocaml
vicfred_ has quit [Quit: Leaving]
White_Flame has quit [Ping timeout: 246 seconds]
mfp has quit [Ping timeout: 246 seconds]
White_Flame has joined #ocaml
White_Flame has quit [Ping timeout: 250 seconds]
st8less has quit [Quit: WeeChat 2.9]
<companion_cube> TIL: `Float.min_max_num`
White_Flame has joined #ocaml
arecaceae has quit [Remote host closed the connection]
arecaceae has joined #ocaml
narimiran has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
tomku has quit [Ping timeout: 246 seconds]
tomku has joined #ocaml
wonko7 has joined #ocaml
tomku has quit [Ping timeout: 240 seconds]
Haudegen has joined #ocaml
tomku has joined #ocaml
mfp has joined #ocaml
olle has joined #ocaml
<d_bot> <darrenldl> astronavt: I've added an introduction to date time and stuff to the top of timere api doc, if you happen to have time to take a look: https://daypack-dev.github.io/timere/timere/Timere/index.html
mxns_ has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
<d_bot> <darrenldl> (anyone interested in timere/date time handling please feel free to chime in as well)
<d_bot> <Cyclomatic Complexity> Hey, anyone got any idea why `dune build @doc` with `odoc` might yield `Unbound Module` errors where `dune build .` and `dune runtest` don't?
bartholin has joined #ocaml
<d_bot> <antron> @Drup @dinosaure the crappy syntax errors seem to be caused by ppxlib, reported already by @kit_ty_kate <https://github.com/ocaml-ppx/ppxlib/issues/221>. i tried with pre-ppxlib lwt_ppx, and it reports normal, useful syntax errors. i'll do some bisects to figure out if there is a ppxlib version that isn't broken
st8less has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
TheLemonMan has joined #ocaml
st8less has quit [Ping timeout: 260 seconds]
st8less has joined #ocaml
Haudegen has joined #ocaml
wonko7 has quit [Ping timeout: 246 seconds]
wonko7 has joined #ocaml
narimiran has quit [Ping timeout: 260 seconds]
bartholin has quit [Quit: Leaving]
boxscape has joined #ocaml
dan64- has quit [Quit: ZNC - http://znc.in]
dan64 has joined #ocaml
wonko7 has quit [Ping timeout: 240 seconds]
Haudegen has quit [Quit: Bin weg.]
andreas303 has quit [Quit: andreas303]
andreas303 has joined #ocaml
andreas303 has quit [Remote host closed the connection]
wonko7 has joined #ocaml
andreas303 has joined #ocaml
wonko7 has quit [Ping timeout: 240 seconds]
narimiran has joined #ocaml
boxscape has quit [Ping timeout: 240 seconds]
<d_bot> <Bryan.Bennett> I've got a small program that I am building with Dune that bundles BAP. I've recently updated it to opium 0.2.0. In the process, I reworked the two executables I have to use a shared library (one provides the opium web-frontend and the other provides the same functionality as a CLI entrypoint)
<d_bot> <Bryan.Bennett>
<d_bot> <Bryan.Bennett> After building, BAP fails to initialize with the following:
<d_bot> <Bryan.Bennett>
<d_bot> <Bryan.Bennett> ```
<d_bot> <Bryan.Bennett> I've got a small program that I am building with Dune that bundles BAP. I've recently updated it to opium 0.2.0. In the process, I reworked the two executables I have to use a shared library (one provides the opium web-frontend and the other provides the same functionality as a CLI entrypoint)
<d_bot> <Bryan.Bennett>
<d_bot> <Bryan.Bennett> After building, BAP fails to initialize with the following:
<d_bot> <Bryan.Bennett>
<d_bot> <Bryan.Bennett> ```
<d_bot> <Bryan.Bennett> Failed to load plugin "x86": Failed to load x86_plugin: error loading shared library: Dynlink.Error (Dynlink.Cannot_open_dll "(Failure\n \"/tmp/x86_pluginf71cfc.cmxs: undefined symbol: camlStr__string_match_1006\")")
<d_bot> <Bryan.Bennett> ```
<d_bot> <Bryan.Bennett>
<d_bot> <Bryan.Bennett> This seems like the standard library is missing? (`Str.string_match`?)
<d_bot> <Bryan.Bennett>
<d_bot> <Bryan.Bennett> Has anyone seen anything like this? Can anyone point me at how I might've screwed up?
olle has quit [Ping timeout: 265 seconds]
wonko7 has joined #ocaml
<d_bot> <Bryan.Bennett> the standard dynlink dune building stuff applies. I depend on `findlib.dynload`. I have tried adding `-linkall` to `library_flags`...
Haudegen has joined #ocaml
wonko7 has quit [Ping timeout: 240 seconds]
tomku has quit [Ping timeout: 265 seconds]
tomku has joined #ocaml
<d_bot> <roddy> @Bryan.Bennett I don't know what the exact problem is, but fyi `Str` isn't actually part of the standard library; it's distributed with OCaml but not automatically linked (https://ocaml.org/manual/libstr.html)
<d_bot> <Bryan.Bennett> Yes - I'm aware of the distinction, but I would've assumed that dune knows that too and would link that in.
<d_bot> <Bryan.Bennett> But that's a useful distinction to make. I appreciate the reminder. Maybe I can figure out if that's an issue.
<companion_cube> (also, Str sucks)
<d_bot> <Bryan.Bennett> I didn't write the code causing that exception. I agree that it (mostly) sucks, but I'm not making "first-party" use of it :/
<companion_cube> oh ouch.
terabit has quit [Ping timeout: 245 seconds]
b20n has quit [Ping timeout: 260 seconds]
SrPx has quit [Ping timeout: 240 seconds]
b20n has joined #ocaml
adrianbrink has quit [Ping timeout: 258 seconds]
terabit has joined #ocaml
SrPx has joined #ocaml
adrianbrink has joined #ocaml
wonko7 has joined #ocaml
vicfred has joined #ocaml
seliopou has quit [Ping timeout: 246 seconds]
seliopou has joined #ocaml
seliopou has quit [Ping timeout: 268 seconds]
seliopou has joined #ocaml
waleee-cl has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
zebrag has joined #ocaml
narimiran has quit [Ping timeout: 240 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #ocaml
Tuplanolla has joined #ocaml
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #ocaml
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #ocaml
andreas303 has quit [Client Quit]
andreas303 has joined #ocaml
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]
Haudegen has quit [Ping timeout: 240 seconds]
Boarders has joined #ocaml
zebrag has quit [Remote host closed the connection]
OPeritel has quit [Quit: ZNC 1.8.2 - https://znc.in]
OPeritel has joined #ocaml
pippijn has quit [Ping timeout: 240 seconds]
pippijn has joined #ocaml
zebrag has joined #ocaml