adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.09 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.09/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
vicfred_ has quit [Remote host closed the connection]
vicfred_ has joined #ocaml
vicfred has quit [Ping timeout: 240 seconds]
vicfred_ has quit [Client Quit]
inkbottle has joined #ocaml
zebrag has quit [Ping timeout: 256 seconds]
ollehar has quit [Ping timeout: 256 seconds]
ollehar has joined #ocaml
kleisli has joined #ocaml
inkbottle has quit [Ping timeout: 240 seconds]
zebrag has joined #ocaml
Haudegen has quit [Ping timeout: 240 seconds]
mfp has quit [Ping timeout: 264 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
kleisli has quit [Ping timeout: 260 seconds]
_whitelogger has joined #ocaml
kleisli has joined #ocaml
_whitelogger has joined #ocaml
eureton has joined #ocaml
kleisli has quit [Remote host closed the connection]
kleisli has joined #ocaml
snowpanda has joined #ocaml
eureton has quit [Ping timeout: 244 seconds]
eureton has joined #ocaml
_whitelogger has joined #ocaml
eureton has quit [Remote host closed the connection]
eureton has joined #ocaml
eureton has quit [Quit: Simple IRC: The quit option.]
mbuf has joined #ocaml
reynir has quit [Ping timeout: 240 seconds]
reynir has joined #ocaml
jmorris has joined #ocaml
malc_ has joined #ocaml
jmorris has quit [Quit: Leaving]
snowpanda has quit [Quit: Leaving...]
decentpenguin has quit [Quit: ZNC crashed or something]
decentpenguin has joined #ocaml
ggole has joined #ocaml
sonologico has quit [Remote host closed the connection]
troydm has quit [Ping timeout: 260 seconds]
mbuf has quit [Quit: Leaving]
_whitelogger has joined #ocaml
troydm has joined #ocaml
malc_ has quit [Remote host closed the connection]
gaussian[m] has quit [Quit: Idle for 30+ days]
mfp has joined #ocaml
mbuf has joined #ocaml
dhil has joined #ocaml
Haudegen has joined #ocaml
jbrown has joined #ocaml
malc_ has joined #ocaml
<mbuf> What is the equivalent of Re2.create_exn "caml[A-Z].*" in Re? I tried using Re.Glob.glob "caml[A-Z].*", but, it does not match all the entries
webshinra has quit [Remote host closed the connection]
dhil has quit [Ping timeout: 256 seconds]
_whitelogger has joined #ocaml
jbrown has quit [Ping timeout: 272 seconds]
<mbuf> Re.Perl.compile_pat "caml[a-zA-Z0-9].*" works for most of the cases, but, it also seem to match "caml_parse_ocamlrunparam".
<mbuf> Whereas Re2.matches "caml[A-Z].*" seems to fail for "caml_parse_ocamlrunparam". What does Re2.create_exn do?
jbrown has joined #ocaml
malc_ has quit [Ping timeout: 272 seconds]
dhil has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 244 seconds]
malc_ has joined #ocaml
mangoicedtea has joined #ocaml
webshinra has joined #ocaml
motherfsck has joined #ocaml
muskan has joined #ocaml
kleisli has quit [Ping timeout: 244 seconds]
mangoicedtea has quit [Quit: Leaving]
motherfsck has quit [Quit: quit]
motherfsck has joined #ocaml
muskan has quit [Ping timeout: 245 seconds]
reynir has quit [Ping timeout: 240 seconds]
cattopos has joined #ocaml
reynir has joined #ocaml
<companion_cube> isn't what `caml[A-Za-z]*` what you want? if it should not match `caml_parse_…`
motherfsck has quit [Ping timeout: 256 seconds]
jbrown has quit [Ping timeout: 246 seconds]
cattopos has quit [Remote host closed the connection]
jbrown has joined #ocaml
waleee-cl has joined #ocaml
<mbuf> companion_cube, will try; thanks!
mbuf has quit [Quit: Leaving]
malc_ has left #ocaml ["ERC (IRC client for Emacs 28.0.50)"]
jnavila has joined #ocaml
webshinra has quit [Remote host closed the connection]
webshinra has joined #ocaml
jbrown has quit [Ping timeout: 272 seconds]
jnavila has quit [Quit: Konversation terminated!]
decentpenguin has quit [Quit: ZNC crashed or something]
Guest86335 has joined #ocaml
Jesin has quit [Quit: Leaving]
jbrown has joined #ocaml
Jesin has joined #ocaml
jbrown has quit [Ping timeout: 272 seconds]
jbrown has joined #ocaml
jbrown has quit [Ping timeout: 272 seconds]
jbrown has joined #ocaml
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #ocaml
jbrown has quit [Ping timeout: 272 seconds]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 260 seconds]
tane has joined #ocaml
jbrown has joined #ocaml
kleisli has joined #ocaml
mcc has joined #ocaml
jbrown has quit [Ping timeout: 272 seconds]
<mcc> Hellos... about five years ago I made this package and uploaded to opam… https://github.com/mcclure/ppx_const … now I have a PR that brings it up to date with current ocaml… but… i do not remember… how to use the ocaml tooling enough to test the PR. LOL
<mcc> When I run my make test I get "ocamlfind: Package `ppx_tools.metaquot' not found". Does that mean that opam hasn't installed, and I have to somehow wake up opam and make it install things? or does it mean ppx_tools has changed since this program last worked?
Hrundi_V_Bakshi has joined #ocaml
kleisli has quit [Ping timeout: 260 seconds]
ggole has quit [Quit: Leaving]
<mcc> Also, the pull-requester says that most people now use "dune" instead of ocamlbuild… is that true, or is the submitter imposing personal preferences
<octachron> It sounds like ppx_tools is not installed.
<mcc> There is an "opam" file in the directory with depends: ["ppx_tools" {>= "0.99.1"} \n "ounit" {test} \n "ocamlfind {test} ] in it… is there something I have to run to get opam to install the depends:es?
<mcc> i haven't used opam/ocaml in some years, i forgot everything :( i don't see anything obvious in the manpage
<octachron> And dune is indeed used by more packages than ocamlbuild nowadays.
<mcc> ok
<octachron> It sounds simpler to just run "opam install ppx_tools"?
<mcc> it seems to have a nice feature where you can guarantee certain packages get run before certain other packages
tane has quit [Quit: Leaving]
<mcc> ok
Guest86335 has quit [Ping timeout: 246 seconds]
Guest86335 has joined #ocaml
dhil has quit [Ping timeout: 240 seconds]
amiloradovsky has joined #ocaml
Guest86335 has quit [Ping timeout: 244 seconds]
<mcc> Is there a way within opam to upgrade to ocaml 4.11?
mangoicedtea has joined #ocaml
<haesbaert> if I link with rresult, native Result becomes unavailable somehow ?
<haesbaert> I just wanted the result combinators from Rresult, what's the current approach nowadays ?
<haesbaert> as soon as I add rresult to my dune libraries section, I get:
<haesbaert> Error: Unbound value Result.get_ok
dhil has joined #ocaml
Hrundi_V_Bakshi has quit [Ping timeout: 256 seconds]
kleisli has joined #ocaml
Haudegen has quit [Ping timeout: 264 seconds]
zolk3ri has joined #ocaml
clockish has quit [Quit: bye]
spence has joined #ocaml
spence has quit [Client Quit]
clockish has joined #ocaml
kleisli has quit [Ping timeout: 260 seconds]
mangoicedtea has quit [Ping timeout: 260 seconds]