csakatoku has quit [Remote host closed the connection]
asdfasdf has quit [Ping timeout: 245 seconds]
asdfasdf has joined #ocaml
k4nar_ has left #ocaml []
talzeus has joined #ocaml
talzeus has quit [Remote host closed the connection]
talzeus has joined #ocaml
hto has quit [Quit: Lost terminal]
asdfasdf has quit [Ping timeout: 272 seconds]
bartbes has quit [Remote host closed the connection]
csakatoku has joined #ocaml
zpe_ has quit [Remote host closed the connection]
zpe has joined #ocaml
aurynj has quit [Quit: Leaving]
r0b2 has quit [Ping timeout: 252 seconds]
zpe has quit [Read error: Operation timed out]
hto has joined #ocaml
ollehar has quit [Ping timeout: 246 seconds]
dant3 has joined #ocaml
r0b2 has joined #ocaml
dant3 has quit [Ping timeout: 260 seconds]
arjunguha has joined #ocaml
nikki93 has joined #ocaml
alonethroat has joined #ocaml
noam has joined #ocaml
alonethroat is now known as yellowfish
yellowfish has quit [Changing host]
yellowfish has joined #ocaml
S11001001 has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
ollehar has joined #ocaml
kyrylo has quit [Ping timeout: 245 seconds]
philtor has joined #ocaml
ygrek has joined #ocaml
yellowfish has quit [Ping timeout: 252 seconds]
manizzle has quit [Read error: Operation timed out]
nisstyre has joined #ocaml
nikki93 has quit [Remote host closed the connection]
manud has quit [Ping timeout: 246 seconds]
dant3 has joined #ocaml
dant3 has quit [Ping timeout: 260 seconds]
ollehar has quit [Ping timeout: 246 seconds]
yacks has joined #ocaml
seliopou_ has joined #ocaml
seliopou has quit [Ping timeout: 265 seconds]
divyansr__ has quit [Ping timeout: 265 seconds]
jzelinskie has quit [Ping timeout: 265 seconds]
_habnabit has quit [Ping timeout: 265 seconds]
leifw has quit [Ping timeout: 265 seconds]
passiveobserver has quit [Ping timeout: 265 seconds]
darkf has quit [Ping timeout: 265 seconds]
gereedy has quit [Ping timeout: 265 seconds]
_habnabit has joined #ocaml
_habnabit has quit [Changing host]
_habnabit has joined #ocaml
leifw has joined #ocaml
divyansr__ has joined #ocaml
gereedy has joined #ocaml
jzelinskie has joined #ocaml
passiveobserver has joined #ocaml
darkf has joined #ocaml
struktured has joined #ocaml
minikomi has joined #ocaml
minikomi has left #ocaml []
nikki93 has joined #ocaml
arjunguha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ousado has quit [Ping timeout: 245 seconds]
dant3 has joined #ocaml
claudiuc has quit [Remote host closed the connection]
ggole has joined #ocaml
dant3 has quit [Ping timeout: 260 seconds]
csakatoku has quit [Remote host closed the connection]
oriba has quit [Remote host closed the connection]
nikki93 has quit [Remote host closed the connection]
csakatoku has joined #ocaml
csakatoku has quit [Ping timeout: 260 seconds]
ousado has joined #ocaml
nikki93 has joined #ocaml
csakatoku has joined #ocaml
thomasga has joined #ocaml
siddharthv_away is now known as siddharthv
thomasga has quit [Quit: Leaving.]
nikki93 has quit [Remote host closed the connection]
nikki93_ has joined #ocaml
nikki93_ has quit [Remote host closed the connection]
dant3 has joined #ocaml
jao` has quit [Ping timeout: 252 seconds]
lostcuaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
axiles has joined #ocaml
dant3 has quit [Ping timeout: 248 seconds]
talzeus has quit [Read error: Connection reset by peer]
unsafe-pyon-ter has joined #ocaml
tov has joined #ocaml
tov has quit [Client Quit]
tov has joined #ocaml
nisstyre has quit [Quit: Leaving]
nikki93 has joined #ocaml
philtor has quit [Ping timeout: 260 seconds]
talzeus has joined #ocaml
nikki93 has quit [Remote host closed the connection]
nikki93 has joined #ocaml
skchrko has quit [Remote host closed the connection]
yellowfish has joined #ocaml
yellowfish has quit [Changing host]
yellowfish has joined #ocaml
nikki93 has quit [Remote host closed the connection]
<ggole>
OCaml thread on the usual forums: everybody argues about syntax. Sigh.
yellowfish is now known as yullowfish
yullowfish has quit [Quit: yullowfish]
ccasin has quit [Quit: Lost terminal]
angerman has joined #ocaml
<unsafe-pyon-ter>
ggole: No left-hand-side pattern matching? Why do we need a distinction between single semicolon and two semicolons? Why is the keyword for introducing anonymous functions "function" so long? :-P
<unsafe-pyon-ter>
(Sorry, could not resist.)
mcy has joined #ocaml
WraithM has quit [Quit: leaving]
dant3 has joined #ocaml
angerman has quit [Read error: Connection reset by peer]
angerman has joined #ocaml
dant3 has quit [Ping timeout: 260 seconds]
<flux>
unsafe-pyon-ter, 'function' is sugar for fun x -> match x, so it's actually shorter ;)
<flux>
unsafe-pyon-ter, ;; indicates toplevel that a segment is to be evaluated. it has no other use. well, it maybe helps newbies in localizing their error messages. but it also introduces confusion, so perhaps best not to use it at all.
mcy has quit [Quit: Odcházím]
<unsafe-pyon-ter>
flux: I know, I was just teasing ggole. :-)
<ggole>
:(
<flux>
unsafe-pyon-ter, I must admit I was a bit confused where that came from, wondering about context :)
dant3 has joined #ocaml
angerman has quit [Read error: Connection reset by peer]
angerman has joined #ocaml
agd has joined #ocaml
agd has quit [Read error: Connection reset by peer]
talzeus has quit [Remote host closed the connection]
talzeus has joined #ocaml
claudiuc has joined #ocaml
claudiuc_ has joined #ocaml
claudiuc has quit [Ping timeout: 248 seconds]
angerman has quit [Quit: Bye]
angerman has joined #ocaml
<gasche>
unsafe-pyon-ter: left-hand-side pattern matching, what do you mean?
<avsm>
which is turning into a distributed db to track a lot of this sort of thing
<avsm>
so worth having a play with that if interested in extending services like testing in this direction
<avsm>
(I'm starting to use it to track logs from Docker bulk builds in opam)
<Drup>
you could implement a CI thingy on top of that ? it doesn't seems to do the same job for me
<avsm>
using it for coordination, yes
<avsm>
a CI thingy is just a distributed queue really
<Drup>
hum, true
<avsm>
with workers/architectures hanging off
<avsm>
i want to eventually be able to 'irmin pull opam/my-package-failures'
<avsm>
and have a nice directory of the latest ones i need to worry about
<Drup>
:D
<rks_>
:)
<avsm>
which, for my packages, will be blank. so I can do that already with /bin/true! :)
<Drup>
avsm: So, if I go for travis for now, is there a way to tell github not to give access to *all* the repository I have an access for ? It's sort of ridiculous that travis could access ocsigen's repository to do CI on lilis >_>
rand000 has joined #ocaml
Thooms has joined #ocaml
<companion_cube>
jenkins kind of works, although I still did not manage to have it build the PRs on github
skchrko has joined #ocaml
arjunguha has joined #ocaml
dsheets has quit [Ping timeout: 245 seconds]
dant3 has quit [Remote host closed the connection]
dant3 has joined #ocaml
noam has quit [Ping timeout: 265 seconds]
nikki93 has joined #ocaml
yacks has quit [Ping timeout: 252 seconds]
dant3 has quit [Remote host closed the connection]
nikki93 has quit [Ping timeout: 260 seconds]
jonludlam has quit [Ping timeout: 260 seconds]
pminten has joined #ocaml
ygrek has quit [Ping timeout: 272 seconds]
mort___ has joined #ocaml
arjunguha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dant3 has joined #ocaml
dsheets has joined #ocaml
jonludlam has joined #ocaml
claudiuc_ has quit [Read error: Connection reset by peer]
claudiuc has joined #ocaml
ollehar has joined #ocaml
siddharthv is now known as siddharthv_away
angerman has quit [Read error: Connection reset by peer]
pminten has quit [Remote host closed the connection]
angerman has joined #ocaml
shinnya has joined #ocaml
yacks has joined #ocaml
mort___ has quit [Quit: Leaving.]
arjunguha has joined #ocaml
Thooms has quit [Ping timeout: 252 seconds]
angerman has quit [Read error: Connection reset by peer]
wmealing1 has joined #ocaml
<wmealing1>
more people here, than i expected.
nikki93 has joined #ocaml
angerman has joined #ocaml
nikki93 has quit [Ping timeout: 260 seconds]
avsm has quit [Quit: Leaving.]
angerman has quit [Read error: Connection reset by peer]
<companion_cube>
wmealing1: hi!
rz has joined #ocaml
<wmealing1>
hey hey
<wmealing1>
i come here from an erlang background
<wmealing1>
so.. just taking a look around
<Drup>
you're not the only erlanger around :p
angerman has joined #ocaml
<wmealing1>
pattern matching is interesting
<wmealing1>
its it safe to recursively call functions ?
<companion_cube>
wmealing1: that's cool, erlang is nice, it just lacks decent typing ;)
<companion_cube>
wmealing1: yes, tail call is pretty safe
<wmealing1>
i realise there are some situations where you should design for it correctly.. i get that
<Drup>
(what does "safe" means in this context ?)
<ggole>
Tail calls are guaranteed to be constant space, so you can do loops in the natural way.
<companion_cube>
Drup: no stack overflow
<companion_cube>
something very important in erlang, afaik
<wmealing1>
if i ask some stupid questions.. please understand i'm only coming from a place of misunderstanding
<wmealing1>
not to annoy you
csakatoku has joined #ocaml
<bernardofpc>
In callback for signal configure_event, uncaught exception: Invalid_argument("PointArray.new") -> arg