kapitan has quit [Remote host closed the connection]
jabroney has quit [Quit: Leaving.]
mengu has quit [Quit: Leaving...]
ryanartecona has joined #ocaml
strykerkkd has quit [Quit: Leaving]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
spew has quit [Ping timeout: 268 seconds]
east_ has joined #ocaml
<east_>
hello!
<east_>
I'm working on an eliom project, and I couldn't do make test.opt because
<east_>
ocsigenserver.opt: ocsigen:main: Fatal: - While loading /home/user/.opam/4.04.0/lib/ocaml/compiler-libs/ocamlcommon.cmxs: cannot find file /home/user/.opam/4.04.0/lib/ocaml/compiler-libs/ocamlcommon.cmxs in search path
<east_>
make test.byte works, though
<east_>
any ideas?
<east_>
thanks!
<east_>
i had to install one of my own packages too, so i used `opam pin add .` earlier
<east_>
not sure if that's causing the issue
copy` has quit [Quit: Connection closed for inactivity]
spew has joined #ocaml
spew has quit [Quit: foobar]
pilne has quit [Quit: Quitting!]
jabroney has joined #ocaml
jabroney has quit [Client Quit]
ryanartecona has quit [Quit: ryanartecona]
govg has joined #ocaml
MercurialAlchemi has joined #ocaml
jao has quit [Ping timeout: 255 seconds]
MercurialAlchemi has quit [Ping timeout: 260 seconds]
Simn has joined #ocaml
MercurialAlchemi has joined #ocaml
MercurialAlchemi has quit [Ping timeout: 260 seconds]
MercurialAlchemi has joined #ocaml
ryanartecona has joined #ocaml
ryanartecona has quit [Quit: ryanartecona]
groovy2shoes has quit [Ping timeout: 255 seconds]
groovy2shoes has joined #ocaml
orbifx has joined #ocaml
orbifx has quit [Ping timeout: 240 seconds]
dhil has joined #ocaml
jrslepak has quit [Ping timeout: 268 seconds]
jrslepak has joined #ocaml
dmi3y has joined #ocaml
dmi3y has quit [Client Quit]
inr_ has joined #ocaml
inr has quit [Ping timeout: 252 seconds]
alfredo has joined #ocaml
dmi3y has joined #ocaml
govg has quit [Ping timeout: 260 seconds]
dhil has quit [Ping timeout: 258 seconds]
dmi3y has quit [Quit: dmi3y]
dmi3y has joined #ocaml
tennix has joined #ocaml
sepp2k has joined #ocaml
tennix has quit [Client Quit]
demonimin has joined #ocaml
MK__ has joined #ocaml
<companion_cube>
have you eval `opam config env`?
argent_smith has joined #ocaml
richi235 has joined #ocaml
argent_smith1 has joined #ocaml
argent_smith has quit [Ping timeout: 240 seconds]
loy_aqua has joined #ocaml
loy_aqua has left #ocaml [#ocaml]
toolslive has joined #ocaml
mfp has joined #ocaml
<toolslive>
with lwt.3.0.0 there's no more lwt.ssl package?
dmi3y_ has joined #ocaml
dmi3y has quit [Ping timeout: 240 seconds]
<companion_cube>
it's lwt_ssl
<toolslive>
thx
TheLemonMan has joined #ocaml
govg has joined #ocaml
dmi3y_ has quit [Quit: dmi3y_]
clog has quit [Ping timeout: 260 seconds]
clog has joined #ocaml
dmi3y has joined #ocaml
govg has quit [Ping timeout: 255 seconds]
richi235 has quit [Remote host closed the connection]
AltGr has joined #ocaml
toolslive has quit [Ping timeout: 260 seconds]
toolslive has joined #ocaml
reynir has quit [Read error: Connection reset by peer]
reynir has joined #ocaml
Geekingfrog has quit [Ping timeout: 268 seconds]
Geekingfrog has joined #ocaml
sepp2k has quit [Ping timeout: 260 seconds]
toolslive has quit [Ping timeout: 255 seconds]
toolslive has joined #ocaml
_andre has joined #ocaml
ziyourenxiang has joined #ocaml
dmi3y has quit [Quit: dmi3y]
toolslive has quit [Ping timeout: 245 seconds]
toolslive has joined #ocaml
mrgrieves has joined #ocaml
<mrgrieves>
hi, anyone here using merlin + neocomplete ? for some reason completion only works when C-x C-o for me. Wondering if anyone got it working as omni complete ...
<TheLemonMan>
^X^O is what triggers the omnicompletion so it is working as advertised :)
<mrgrieves>
TheLemonMan: sorry I meant to say I want it to complete while I type without needing to C-x C-o
<TheLemonMan>
oh, you probablu need to configure the trigger accordingly
<mrgrieves>
yes, that's what I'm trying to figure out but having no success :(
<domsj>
I would expect this program to print "cucu2" too, but for some reason it doesn't
<domsj>
So did I misunderstand something or is this a bug in the parser(compiler)?
<companion_cube>
I always put ( ) or begin/end
<companion_cube>
better safe than sorry
<domsj>
yea, I usually do so too, but sometimes one forgets
<companion_cube>
auto-indentation, with ocp-indent, can also help you there
maurer has left #ocaml ["WeeChat 1.5"]
mrgrieves has quit [Quit: Lost terminal]
ryanartecona has joined #ocaml
adrien has quit [Quit: leaving]
adrien has joined #ocaml
<reynir>
domsj: I think it depends wether there's a 'else' in ...
<domsj>
there is no else in the gist ... both are with if then only, but for some reason there's a difference between both regarding how far the scope of the then clause goes