companion_cube changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.05.0 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.05/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
clog has joined #ocaml
cbot has joined #ocaml
shinnya has quit [Ping timeout: 240 seconds]
pierpa has quit [Quit: Page closed]
eh_eff has joined #ocaml
keep_away is now known as keep_learning
eh_eff has quit [Ping timeout: 240 seconds]
mfp__ has quit [Ping timeout: 240 seconds]
jbrown has joined #ocaml
jbrown has quit [Remote host closed the connection]
rpcope has joined #ocaml
zaquest has quit [Ping timeout: 246 seconds]
eh_eff has joined #ocaml
nior has joined #ocaml
Denommus has quit [Remote host closed the connection]
Denommus` has joined #ocaml
al-damiri has quit [Quit: Connection closed for inactivity]
samrat has joined #ocaml
Denommus` has quit [Ping timeout: 252 seconds]
eh_eff has quit [Ping timeout: 252 seconds]
ygrek has quit [Ping timeout: 246 seconds]
tautologico has quit [Quit: Connection closed for inactivity]
antkong has joined #ocaml
slash^ has joined #ocaml
samrat has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ocaml
AlexRussia has quit [Ping timeout: 248 seconds]
mnemem_ has quit [Ping timeout: 260 seconds]
samrat has joined #ocaml
nior has quit [Quit: /thread]
mnemem_ has joined #ocaml
mnemem_ has quit [Ping timeout: 252 seconds]
eh_eff has joined #ocaml
mbuf has joined #ocaml
mbuf has quit [Excess Flood]
mbuf has joined #ocaml
infinity0 has quit [Ping timeout: 240 seconds]
infinity0 has joined #ocaml
samrat has quit [Ping timeout: 240 seconds]
antkong has quit [Quit: antkong]
cbot has quit [Quit: Leaving]
mnemem_ has joined #ocaml
eh_eff has quit [Ping timeout: 240 seconds]
Simn has joined #ocaml
dakk_ has quit [Quit: Leaving]
Accidus has joined #ocaml
dhil has joined #ocaml
Accidus has quit [Ping timeout: 255 seconds]
nahra has quit [Remote host closed the connection]
dhil has quit [Ping timeout: 240 seconds]
govg has joined #ocaml
AltGr has joined #ocaml
samrat_ has joined #ocaml
johnelse has quit [Ping timeout: 240 seconds]
MercurialAlchemi has joined #ocaml
johnelse has joined #ocaml
eh_eff has joined #ocaml
kakadu has joined #ocaml
nahra has joined #ocaml
eh_eff has quit [Ping timeout: 264 seconds]
enterprisey has quit [Read error: Connection reset by peer]
freyr has joined #ocaml
argent_smith has joined #ocaml
rossberg has quit [Ping timeout: 264 seconds]
sepp2k has joined #ocaml
zaquest has joined #ocaml
rossberg has joined #ocaml
mfp__ has joined #ocaml
TarVanimelde has joined #ocaml
TarVanimelde has quit [Client Quit]
Accidus has joined #ocaml
enterprisey has joined #ocaml
enterprisey has quit [Read error: Connection reset by peer]
_andre has joined #ocaml
BitPuffin|osx has joined #ocaml
Accidus has quit [Ping timeout: 264 seconds]
eh_eff has joined #ocaml
lopex has quit [Quit: Connection closed for inactivity]
copy_ has joined #ocaml
dynrzk has joined #ocaml
mengu has joined #ocaml
eh_eff has quit [Ping timeout: 246 seconds]
mengu has quit [Remote host closed the connection]
rossberg has quit [Remote host closed the connection]
mengu has joined #ocaml
mengu has quit [Remote host closed the connection]
rossberg has joined #ocaml
mengu has joined #ocaml
mbuf has quit [Quit: Leaving]
FreeBirdLjj has joined #ocaml
ShalokShalom_ is now known as ShalokShalom
FreeBirdLjj has quit [Ping timeout: 246 seconds]
mengu has quit [Quit: Leaving...]
dhil has joined #ocaml
BitPuffin|osx has quit [Ping timeout: 248 seconds]
shinnya has joined #ocaml
jbrown has joined #ocaml
ziyourenxiang has joined #ocaml
igstan has joined #ocaml
igstan has quit [Client Quit]
<freyr> is there any convenient way to debug a ppx mapper in a driverized ppx rewriter? Prints do not work)
<Drup> freyr: the -dsource option in the compiler
<Drup> and -dparsetree
<freyr> sure, the problem is that my mapper does not rewrite the attribute, and I can't figure out why
<Drup> Oh, that's probably because you don't return the rewritten parsetree properly
<Drup> difficult to say
eh_eff has joined #ocaml
<freyr> Drup: I'm trying to rewrite sqlexpr with migrate-parsetree and I'm doing it according to the example from docs:
<freyr> didn't change much
demonimin has joined #ocaml
rpcope has quit [Ping timeout: 240 seconds]
<freyr> I can't even rewrite an attribute with the string constant
rpcope has joined #ocaml
slash^1 has joined #ocaml
ygrek has joined #ocaml
Soni has quit [Ping timeout: 248 seconds]
jacobian has joined #ocaml
Soni has joined #ocaml
eh_eff has quit [Ping timeout: 240 seconds]
slash^1 has left #ocaml [#ocaml]
aciniglio has joined #ocaml
<freyr> Drup: I can even register the mapper with an empty name, should't it raise an error?
sz0 has joined #ocaml
<Drup> I don't think so
<Drup> not sure what the error is for you
Denommus has joined #ocaml
<freyr> I'm pretty sure it's a sorta building or linking error, since it does not even raise on empty named driver, like examples do. Is there any decent guide for making it work with oasis? any example project?
ShalokShalom_ has joined #ocaml
lopex has joined #ocaml
ShalokShalom has quit [Ping timeout: 260 seconds]
mnemem has joined #ocaml
mnemem_ has quit [Ping timeout: 246 seconds]
troydm has quit [Ping timeout: 248 seconds]
dhil has quit [Ping timeout: 248 seconds]
mnemem has quit [Ping timeout: 240 seconds]
superherointj has joined #ocaml
<flux> with jbuilder, might it be even realistic to depend on internal modules via git submodules?
<flux> do people do that?
<theglass> is there anyone who's keen on Opam packaging?
Accidus has joined #ocaml
ziyourenxiang has quit [Ping timeout: 240 seconds]
ryanartecona has quit [Quit: ryanartecona]
<theblatte> flux: yes I heard people do that
rtb has joined #ocaml
<flux> jbuilder does recursive searching through directories without the jbuild-file I assume?
<theblatte> not sure I understand but I think the answer is yes :)
<theblatte> it searches all the directories from jbuild-workspace down
<flux> does it follow symbolic links?
<theblatte> I don't know
superherointj has quit [Quit: Leaving]
al-damiri has joined #ocaml
<AltGr> yes
dhil has joined #ocaml
FreeBirdLjj has joined #ocaml
sh0t has joined #ocaml
mnemem has joined #ocaml
eh_eff has joined #ocaml
freyr has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 255 seconds]
sepp2k has quit [Quit: Leaving.]
mbuf has joined #ocaml
mnemem has quit [Ping timeout: 240 seconds]
sz0 has quit [Quit: Connection closed for inactivity]
jacobian has quit [Ping timeout: 248 seconds]
dakk has quit [Ping timeout: 240 seconds]
eh_eff has quit [Ping timeout: 240 seconds]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
mnemem has joined #ocaml
TheLemonMan has joined #ocaml
dakk has joined #ocaml
samrat_ has quit [Ping timeout: 240 seconds]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
jacobian has joined #ocaml
AltGr has left #ocaml [#ocaml]
eh_eff has joined #ocaml
sz0 has joined #ocaml
ShalokShalom_ is now known as ShalokShalom
FreeBirdLjj has quit []
mbuf has quit [Quit: rcirc on GNU Emacs 25.3.1]
rtb has quit [Remote host closed the connection]
dedgrant has joined #ocaml
mbuf has joined #ocaml
troydm has joined #ocaml
mbuf has quit [Quit: Later!]
sepp2k has joined #ocaml
Accidus has quit [Ping timeout: 240 seconds]
Accidus has joined #ocaml
eh_eff has quit [Ping timeout: 264 seconds]
argent_smith1 has joined #ocaml
rpcope has quit [Ping timeout: 246 seconds]
eh_eff has joined #ocaml
kakadu has quit [Quit: Konversation terminated!]
argent_smith has quit [Ping timeout: 255 seconds]
argent_smith1 has quit [Quit: Leaving.]
rpcope has joined #ocaml
jao has joined #ocaml
dhil has quit [Ping timeout: 260 seconds]
jnavila has joined #ocaml
cbot has joined #ocaml
kakadu has joined #ocaml
kakadu_ has joined #ocaml
kakadu has quit [Ping timeout: 246 seconds]
dhil has joined #ocaml
jnavila has quit [Quit: Konversation terminated!]
jnavila has joined #ocaml
jnavila has quit [Remote host closed the connection]
dakk has quit [Ping timeout: 255 seconds]
tane has joined #ocaml
slash^ has quit [Read error: Connection reset by peer]
sepp2k has quit [Remote host closed the connection]
ygrek has quit [Ping timeout: 264 seconds]
sepp2k has joined #ocaml
copy_ has quit [Quit: Connection closed for inactivity]
Denommus has quit [Remote host closed the connection]
Denommus has joined #ocaml
eh_eff has quit [Ping timeout: 240 seconds]
dhil has quit [Ping timeout: 248 seconds]
Accidus has quit [Ping timeout: 246 seconds]
argent_smith has joined #ocaml
_andre has quit [Quit: leaving]
mnemem has quit [Read error: Connection reset by peer]
mnemem has joined #ocaml
argent_smith has quit [Quit: Leaving.]
govg has quit [Ping timeout: 240 seconds]
Denommus has quit [Quit: switching networks]
Denommus has joined #ocaml
mnemem has quit [Read error: Connection reset by peer]
mnemem has joined #ocaml
Algebr has joined #ocaml
eh_eff has joined #ocaml
tane has quit [Quit: Leaving]
enterprisey has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
enterprisey has quit [Ping timeout: 240 seconds]
mengu has joined #ocaml
kolko has quit [Ping timeout: 248 seconds]
enterprisey has joined #ocaml
aciniglio has quit [Ping timeout: 240 seconds]
Simn has quit [Read error: Connection reset by peer]
cbot has quit [Ping timeout: 240 seconds]
john51 has joined #ocaml
john51_ has quit [Ping timeout: 240 seconds]
sz0 has quit [Quit: Connection closed for inactivity]
kakadu_ has quit [Remote host closed the connection]
mengu has quit [Remote host closed the connection]
mengu has joined #ocaml
sepp2k has quit [Quit: Leaving.]
mengu has quit [Ping timeout: 248 seconds]
Denommus has quit [Quit: going home]
pierpa has joined #ocaml
ygrek has joined #ocaml
shinnya has joined #ocaml
sh0t has quit [Remote host closed the connection]
enterprisey has quit [Ping timeout: 248 seconds]
enterprisey has joined #ocaml
cbot has joined #ocaml
nicoo has quit [Ping timeout: 248 seconds]
nicoo has joined #ocaml
sgnb has quit [Remote host closed the connection]