rand__ has quit [Remote host closed the connection]
rgrinberg has joined #ocaml
rand__ has joined #ocaml
toolslive has quit [Quit: Leaving]
zpe has joined #ocaml
rgrinberg has quit [Ping timeout: 268 seconds]
mengu has joined #ocaml
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
canhtak has joined #ocaml
rgrinberg has joined #ocaml
mengu has quit [Remote host closed the connection]
^elyse^ has quit [Quit: Leaving]
native_killer has joined #ocaml
slash^ has joined #ocaml
obadz has quit [Ping timeout: 260 seconds]
obadz has joined #ocaml
zpe has quit [Remote host closed the connection]
rgrinberg has quit [Ping timeout: 272 seconds]
rgrinberg has joined #ocaml
native_killer has quit [Ping timeout: 246 seconds]
^elyse^ has joined #ocaml
antkong has quit [Quit: antkong]
rgrinberg has quit [Ping timeout: 264 seconds]
TallerGhostWalt_ has quit [Remote host closed the connection]
dsheets has quit [Ping timeout: 240 seconds]
pacmann has quit [Remote host closed the connection]
pacmann has joined #ocaml
chris2 has quit [Ping timeout: 264 seconds]
dsheets has joined #ocaml
zpe has joined #ocaml
sh0t has joined #ocaml
dsheets has quit [Ping timeout: 268 seconds]
zpe has quit [Read error: Connection reset by peer]
zpe has joined #ocaml
chris2 has joined #ocaml
keen______ has quit [Ping timeout: 244 seconds]
swgillespie has joined #ocaml
__uu___ has joined #ocaml
__uu__ has quit [Ping timeout: 244 seconds]
ljs has joined #ocaml
lopex has joined #ocaml
swgillespie is now known as swgillespie[GT]
Algebr has joined #ocaml
swgillespie[GT] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
amnn has joined #ocaml
__uu__ has joined #ocaml
__uu___ has quit [Ping timeout: 264 seconds]
zpe has quit [Remote host closed the connection]
darkf has quit [Quit: Leaving]
keen______ has joined #ocaml
^elyse^ has quit [Quit: Leaving]
Algebr has quit [Ping timeout: 264 seconds]
Algebr has joined #ocaml
swgillespie has joined #ocaml
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
swgillespie has joined #ocaml
Algebr has quit [Remote host closed the connection]
swgillespie is now known as swgillespie[GT]
ljs has quit [Quit: None]
nullcatxxx_ has joined #ocaml
Algebr has joined #ocaml
__uu___ has joined #ocaml
__uu__ has quit [Ping timeout: 256 seconds]
__uu__ has joined #ocaml
__uu___ has quit [Ping timeout: 250 seconds]
^elyse^ has joined #ocaml
rgrinberg has joined #ocaml
^elyse^ has quit [Client Quit]
rgrinberg has quit [Ping timeout: 250 seconds]
Kakadu has joined #ocaml
ygrek_ has joined #ocaml
exm has left #ocaml [#ocaml]
zpe has joined #ocaml
zpe has quit [Remote host closed the connection]
AlexRussia has joined #ocaml
__uu__ has quit [Remote host closed the connection]
__uu__ has joined #ocaml
<Algebr>
What's the opam pin invocation that lets me update a package whenever there's a new commit on the git repo, isn't it like opam pin add http://github/..... -k git?
dsheets has joined #ocaml
<Drup>
opam pin add NAME REPO
<Algebr>
oh that's it, nice, so whenever the repo updates then opam will be able to update that's package as well
tane has joined #ocaml
ygrek_ has quit [Quit: ygrek_]
malc_ has joined #ocaml
slash^ has quit [Read error: Connection reset by peer]
dhil has joined #ocaml
malc_ has quit [Ping timeout: 260 seconds]
dsheets has quit [Ping timeout: 240 seconds]
malc_ has joined #ocaml
Haudegen has quit [Ping timeout: 260 seconds]
<Algebr>
Drup: What can I do if I want to make a js object where one of the fields is an OCaml keyword
<Algebr>
say I want to make object like <type:string> Js.t, if I do type_, will that also map to type?
<Drup>
I guess ?
<Drup>
try
Haudegen has joined #ocaml
^elyse^ has joined #ocaml
tane has quit [Quit: Verlassend]
^elyse^ has quit [Quit: Leaving]
ggole has quit []
lopex has quit [Quit: Connection closed for inactivity]
Algebr has quit [Ping timeout: 255 seconds]
alinab has joined #ocaml
alinab_ has joined #ocaml
alinab_ has quit [Client Quit]
alinab has quit [Client Quit]
Haudegen has quit [Ping timeout: 250 seconds]
dhil has quit [Ping timeout: 264 seconds]
canhtak has quit [Quit: canhtak]
Algebr has joined #ocaml
Haudegen has joined #ocaml
uggwar_ has quit [Quit: leaving]
MercurialAlchemi has quit [Ping timeout: 250 seconds]
nullcatxxx_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Kakadu has quit [Remote host closed the connection]
Kakadu has joined #ocaml
sz0 has quit [Quit: Connection closed for inactivity]
uggwar has joined #ocaml
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nullcatxxx_ has joined #ocaml
mengu has joined #ocaml
mengu has joined #ocaml
lopex has joined #ocaml
antkong has joined #ocaml
sh0t has quit [Ping timeout: 244 seconds]
so has joined #ocaml
nullcatxxx_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
antkong has quit [Ping timeout: 252 seconds]
antkong has joined #ocaml
nullcatxxx_ has joined #ocaml
so has quit [Client Quit]
antkong has quit [Ping timeout: 265 seconds]
antkong has joined #ocaml
t4nk891 has joined #ocaml
<t4nk891>
hello! is there a way to use some kind of conditional compilation with Oasis - to select byte or native target?
<t4nk891>
e.g. check some env variable I can setup from my makefile or something
<t4nk891>
found nothing in the oasis's manual :(
<Drup>
if you goal is to compile opt only if it's possible, oasis will do that by himself
<Drup>
(as long as you put as target "best")
<t4nk891>
I want to have an option to compile byte when I'm implementing something and then opt - when I'm testing or shipping it
<Drup>
maybe with flags
<Drup>
not sure if the CompiledObject field can change
<t4nk891>
just lurking through the Oasis manual and I don't see the way to do that :(
<t4nk891>
also, no explanation on what is 'best'
<Algebr>
I think best means the best thing available on your system?
<Drup>
yes, best is either byte or opt, depending on your system
<Algebr>
maybe ocamlopt isn't available but ocamlc is, Drup?
<Algebr>
yes
<t4nk891>
oh, I see
<t4nk891>
I doubt I can do any conditional compilation with oasis, at all
<Drup>
but in this case, I think it's not possible
<Algebr>
There's examples in the oasis src directory, maybe somethign relevant there
<Drup>
(it's very limited, annoyingly)
psy_ has quit [Remote host closed the connection]
<t4nk891>
oh, it seems that I can try to define a flag and then check it
<t4nk891>
are those flags will be parsed by the generated build.ml?
<t4nk891>
E: Field 'CompiledObject' cannot be conditional :|
<Algebr>
Drup: I made binding class type foo. Then I have another binding class type bar which has a method like method contents : foo Js.t Js.readonly_prop. I then use it with bar##.content##some_method but I get an error of "this expression has type foo Js.t but expression expected fo type (<...> as 'a) Js.t"
<Algebr>
(Which is odd cause I'm doing the same thing as I've done before with other bindings...)
rgrinberg has joined #ocaml
t4nk891 has quit [Ping timeout: 246 seconds]
jeffmo has joined #ocaml
antkong_ has joined #ocaml
antkong has quit [Ping timeout: 255 seconds]
antkong_ is now known as antkong
rand__ has quit [Quit: leaving]
^elyse^ has joined #ocaml
malc_ has quit [Quit: leaving]
rgrinberg has quit [Ping timeout: 250 seconds]
shinnya has quit [Ping timeout: 260 seconds]
lolisa has joined #ocaml
orbifx has quit [Quit: WeeChat 1.3]
^elyse^ has quit [Quit: Leaving]
travisbrady has joined #ocaml
Algebr has quit [Ping timeout: 268 seconds]
madroach has quit [Ping timeout: 246 seconds]
madroach has joined #ocaml
Kakadu has quit [Remote host closed the connection]