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
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 260 seconds]
tane has quit [Quit: Leaving]
Haudegen has quit [Ping timeout: 258 seconds]
unyu has quit [Quit: stupid emacs]
unyu has joined #ocaml
nullcone has quit [Quit: Connection closed for inactivity]
Nikkel has quit [Ping timeout: 248 seconds]
Nikkel has joined #ocaml
vicfred has joined #ocaml
tormen_ has joined #ocaml
tormen has quit [Ping timeout: 240 seconds]
kleisli has joined #ocaml
wingsorc has quit [Ping timeout: 248 seconds]
crowley95 has joined #ocaml
vicfred has quit [Quit: Leaving]
assemblyman has joined #ocaml
gravicappa has joined #ocaml
assemblyman has quit [Quit: ™]
mahmudov has quit [Ping timeout: 265 seconds]
ggole has joined #ocaml
_whitelogger has joined #ocaml
dborisog has joined #ocaml
_whitelogger has joined #ocaml
zfnmxt has quit [Quit: Bye!]
zfnmxt has joined #ocaml
narimiran has joined #ocaml
mahmudov has joined #ocaml
ziyourenxiang has joined #ocaml
jnavila has joined #ocaml
bartholin has joined #ocaml
bartholin has quit [Quit: Leaving]
_whitelogger has joined #ocaml
nullcone has joined #ocaml
_whitelogger has joined #ocaml
luna_is_here_ has quit [Ping timeout: 240 seconds]
jnavila has quit [Ping timeout: 256 seconds]
narimiran has quit [Ping timeout: 258 seconds]
brettgilio has joined #ocaml
ouestbillie has quit [Ping timeout: 258 seconds]
ouestbillie has joined #ocaml
ouestbillie has quit [Ping timeout: 268 seconds]
Haudegen has joined #ocaml
FreeBirdLjj has joined #ocaml
kleisli has quit [Ping timeout: 260 seconds]
jao has joined #ocaml
jao has quit [Ping timeout: 240 seconds]
porchetta has quit [Ping timeout: 265 seconds]
porchetta has joined #ocaml
porchetta has quit [Ping timeout: 258 seconds]
porchetta has joined #ocaml
_whitelogger has joined #ocaml
brettgilio has quit [Ping timeout: 240 seconds]
brettgilio has joined #ocaml
brettgilio has quit [Ping timeout: 260 seconds]
brettgilio has joined #ocaml
rcabaco has quit [Ping timeout: 245 seconds]
mahmudov has quit [Remote host closed the connection]
mahmudov has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
Niamkik has quit [Ping timeout: 245 seconds]
mahmudov has quit [Ping timeout: 240 seconds]
tane has joined #ocaml
mahmudov has joined #ocaml
nullcone has quit [Quit: Connection closed for inactivity]
Niamkik has joined #ocaml
mahmudov has quit [Remote host closed the connection]
mahmudov has joined #ocaml
picolino has joined #ocaml
mahmudov has quit [Remote host closed the connection]
mahmudov has joined #ocaml
ziyourenxiang has quit [Ping timeout: 240 seconds]
assemblyman has joined #ocaml
narimiran has joined #ocaml
assemblyman has quit [Quit: ™]
mahmudov has quit [Remote host closed the connection]
mahmudov has joined #ocaml
Haudegen has quit [Read error: Connection reset by peer]
Haudegen has joined #ocaml
kleisli has joined #ocaml
kleisli has quit [Ping timeout: 258 seconds]
smondet[m] has joined #ocaml
dborisog has quit [Ping timeout: 258 seconds]
Serpent7776 has joined #ocaml
jimt has joined #ocaml
jim7j1ajh has quit [Ping timeout: 258 seconds]
rcabaco has joined #ocaml
Haudegen has quit [Ping timeout: 258 seconds]
gareppa has joined #ocaml
TheRuralJuror has joined #ocaml
jnavila has joined #ocaml
ggole has quit [Quit: Leaving]
gareppa has quit [Quit: Leaving]
vicfred has joined #ocaml
luna_is_here_ has joined #ocaml
wingsorc has joined #ocaml
okuu has joined #ocaml
unyu has quit [Ping timeout: 252 seconds]
<wingsorc> Does menhir provide facilities to pretty print the location of the error (indicating it by printing the surrounding code and a small arrow ^) something like in gcc?
<Armael> no, but I wrote a small self-contained library that does exactly that :) https://github.com/Armael/pp_loc
<Armael> (the code of the library is actually extracted from the code I wrote for the ocaml compiler itself in 4.08)
<Armael> caveat: it does not handle properly code that contains tabs (yet; I've been working on that recently, and it will get fixed eventually)
luna_is_here_ has quit [Quit: Verlassend]
<wingsorc> sounds cool!
<wingsorc> There is no license though do you intend to release with a specific one?
<Armael> ah well, yeah, probably MIT
<Armael> I haven't had time to make a proper release into opam-repository yet
<Armael> (any help on that front is welcome :))
<Armael> you should be able to opam pin it though
<wingsorc> I'm new to ocaml so I won't be much of a help. Anyway I look into opam pin
<Armael> that's fine. you can run "opam pin pp_loc.dev https://github.com/Armael/pp_loc"
<Armael> oops
<Armael> "opam pin pp_loc.dev https://github.com/Armael/pp_loc.git" instead
kleisli has joined #ocaml
kleisli has quit [Ping timeout: 260 seconds]
ygrek has joined #ocaml
ygrek has quit [Ping timeout: 258 seconds]
brettgilio has quit [Ping timeout: 260 seconds]
gravicappa has quit [Ping timeout: 265 seconds]
isd has joined #ocaml
<isd> Hey all. Using dune as a build system, is there a way to have it install static files other than the actual executable and libraries? the kind of stuff that would go in /usr/share if it were system-wide.
narimiran has quit [Ping timeout: 240 seconds]
<companion_cube> look at the install stanza
<isd> Aha! I knew it had to be somewhere, thanks.
nopf has quit [Ping timeout: 268 seconds]
nopf has joined #ocaml
<isd> It looks like you have to list each file individually though; is there any way to tell it to copy an entire subdirectory (recursively)?
brettgilio has joined #ocaml
dx_ has joined #ocaml
<companion_cube> no idea :/
dx has quit [Read error: Connection reset by peer]
bartholin has joined #ocaml
jnavila has quit [Ping timeout: 245 seconds]
Serpent7776 has quit [Quit: leaving]
rcabaco has quit [Read error: Connection reset by peer]
kleisli has joined #ocaml
rcabaco has joined #ocaml
ziyourenxiang has joined #ocaml
mahmudov has quit [Remote host closed the connection]