00:04
ollehar has quit [Ping timeout: 245 seconds]
00:08
dwmw2 is now known as dwmw2_gone
00:12
mikurubeam has joined #ocaml
00:17
mikurubeam has quit [Ping timeout: 276 seconds]
00:24
mikurubeam has joined #ocaml
00:43
Associat0r has joined #ocaml
00:45
emmanuelux has quit [Ping timeout: 276 seconds]
01:00
<
travisbrady >
I I just installed opam and immediately tried "opam install patdiff" and received this: "It is
*highly* recommended to install the latest version of OPAM."
01:01
<
travisbrady >
Says I'm on 0.9.3 but the latest is 0.9.4. How could that be and how do I fix it?
01:08
yroeht1 has quit [Ping timeout: 248 seconds]
01:11
oriba_ has quit [Quit: oriba_]
01:12
yroeht1 has joined #ocaml
01:17
cdidd has quit [Ping timeout: 276 seconds]
01:18
madroach has quit [Ping timeout: 248 seconds]
01:20
madroach has joined #ocaml
01:36
Icarot has joined #ocaml
02:03
q66 has quit [Remote host closed the connection]
02:07
ontologiae has joined #ocaml
02:27
Icarot has quit [Remote host closed the connection]
02:29
ontologiae has quit [Ping timeout: 240 seconds]
02:29
yacks has joined #ocaml
02:30
rossberg has quit [Read error: No route to host]
02:34
travisbrady has quit [Quit: travisbrady]
05:13
gnuvince has joined #ocaml
05:23
path[l] has joined #ocaml
05:29
mikurubeam has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
05:29
mikurubeam has joined #ocaml
05:30
Cyanure has joined #ocaml
05:40
Yoric has joined #ocaml
05:43
paolooo has joined #ocaml
06:02
snarkyboojum_ is now known as snarkyboojum
06:12
ttamttam has joined #ocaml
06:56
yacks has quit [Ping timeout: 250 seconds]
07:06
mikurubeam has quit [Quit: +1 (Yes). -1 (No). i (WTF?).]
07:15
Yoric has quit [Ping timeout: 256 seconds]
07:23
ttamttam has left #ocaml []
07:24
yacks has joined #ocaml
07:32
Yoric has joined #ocaml
07:33
UncleVasya has joined #ocaml
07:51
Associat0r has quit [Quit: Associat0r]
07:52
adotbrown has joined #ocaml
08:19
chambart has joined #ocaml
08:23
Yoric has quit [Ping timeout: 245 seconds]
08:44
ttamttam has joined #ocaml
08:44
ttamttam has left #ocaml []
08:50
yacks has quit [Ping timeout: 252 seconds]
08:52
ttamttam has joined #ocaml
08:52
ttamttam has left #ocaml []
08:57
q66 has joined #ocaml
09:13
ollehar has joined #ocaml
09:19
yacks has joined #ocaml
09:29
ulfdoz has joined #ocaml
09:34
chambart has quit [Ping timeout: 256 seconds]
09:42
milosn_ has quit [Read error: Operation timed out]
09:44
milosn has joined #ocaml
09:47
cdidd has joined #ocaml
09:52
sgnb has quit [Remote host closed the connection]
09:55
sgnb has joined #ocaml
09:56
ollehar has quit [Ping timeout: 256 seconds]
10:05
paolooo has quit [Quit: Page closed]
10:05
gnuvince has quit [Ping timeout: 264 seconds]
10:07
ssbr has joined #ocaml
10:09
mikurubeam has joined #ocaml
10:09
Anarchos has joined #ocaml
10:13
ontologiae has joined #ocaml
10:13
mikurubeam has quit [Client Quit]
10:15
mikurubeam has joined #ocaml
10:26
ollehar has joined #ocaml
10:32
tane has joined #ocaml
10:35
<
ollehar >
how do I make a cyclic timeout in Lwt? It can't reference itself in it's definition, like so
10:35
<
ollehar >
let timeout = Lwt_timeout.create 10 (fun () -> Lwt_timeout.start timeout)
10:36
<
pippijn >
ollehar: what about..
10:36
<
adrien >
you need to declare it with "let rec timeout"
10:36
<
pippijn >
let rec timeout () = Lwt_timeout.create 10 timeout in timeout ()
10:40
ontologiae has quit [Ping timeout: 256 seconds]
10:41
<
diml >
ollehar: Lwt_engine.on_timer 10. true (fun event -> ...)
10:41
mikurubeam has quit [Quit: +1 (Yes). -1 (No). i (WTF?). j (So you...). k (... want quaternions, too?).]
10:43
Yoric has joined #ocaml
10:43
adotbrown has quit [Ping timeout: 256 seconds]
10:45
<
adrien >
if in doubt, prefer diml's code :P
10:47
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
10:49
<
ollehar >
thanks all!
10:55
Anarchos has joined #ocaml
10:56
chambart has joined #ocaml
11:05
<
ollehar >
using Lwt_engine.on_timer, the timer first wait given seconds, but then calls fun every second.
11:21
<
ollehar >
the let rec timeout () solution doesn't show anything when using Lwt_io.eprintf to error log
11:33
UncleVasya has quit [Quit: UncleVasya]
11:34
UncleVasya has joined #ocaml
11:44
gnuvince has joined #ocaml
11:45
EnjolrasFantome is now known as Enjolras
11:48
ontologiae has joined #ocaml
11:53
ttamttam has joined #ocaml
12:35
ontologiae has quit [Ping timeout: 276 seconds]
12:38
chambart has quit [Ping timeout: 256 seconds]
12:43
travisbrady has joined #ocaml
12:57
travisbrady has quit [Quit: travisbrady]
13:03
ulfdoz has quit [Ping timeout: 250 seconds]
13:03
ulfdoz has joined #ocaml
13:08
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
13:13
ulfdoz has quit [Ping timeout: 255 seconds]
13:49
travisbrady has joined #ocaml
13:50
ulfdoz has joined #ocaml
14:00
anderse has joined #ocaml
14:03
darkf has quit [Quit: Leaving]
14:08
anderse has quit [Quit: anderse]
14:13
mikurubeam has joined #ocaml
14:16
mattrepl has joined #ocaml
14:18
adrien_oww has quit [Read error: Operation timed out]
14:18
adrien_oww has joined #ocaml
14:35
mikurubeam has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
14:40
mikurubeam has joined #ocaml
14:42
mikurubeam has quit [Client Quit]
14:43
mikurubeam has joined #ocaml
14:49
mattrepl has quit [Quit: mattrepl]
14:57
ollehar has quit [Ping timeout: 250 seconds]
15:00
ttamttam has quit [Quit: ttamttam]
15:00
ttamttam has joined #ocaml
15:01
mikurubeam has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
15:06
Kakadu has joined #ocaml
15:06
milosn_ has joined #ocaml
15:08
milosn has quit [Ping timeout: 240 seconds]
15:09
mikurubeam has joined #ocaml
15:14
mikurubeam has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
15:17
mikurubeam has joined #ocaml
15:18
travisbrady has quit [Quit: travisbrady]
15:30
ttamttam has quit [Ping timeout: 255 seconds]
15:33
travisbrady has joined #ocaml
15:38
gustav_ has joined #ocaml
15:44
Anarchos has joined #ocaml
15:53
ttamttam has joined #ocaml
16:23
chambart has joined #ocaml
16:29
travisbrady has quit [Quit: travisbrady]
16:35
travisbrady has joined #ocaml
16:51
travisbrady has quit [Quit: travisbrady]
16:52
path[l] has quit [Quit: path[l]]
16:52
travisbrady has joined #ocaml
17:00
iZsh has quit [Quit: Coyote finally caught me]
17:04
walter has joined #ocaml
17:05
travisbrady has quit [Quit: travisbrady]
17:07
wmeyer` has joined #ocaml
17:09
wmeyer has quit [Ping timeout: 272 seconds]
17:11
iZsh has joined #ocaml
17:13
travisbrady has joined #ocaml
17:15
wmeyer`` has joined #ocaml
17:17
wmeyer` has quit [Ping timeout: 264 seconds]
17:18
ontologiae has joined #ocaml
17:19
weie has quit [Quit: Leaving...]
17:23
pkrnj has joined #ocaml
17:29
travisbrady has quit [Quit: travisbrady]
17:48
gnuvince has quit [Remote host closed the connection]
17:51
belaid has quit [Quit: Quitte]
17:58
Yoric has quit [Ping timeout: 256 seconds]
18:49
gnuvince has joined #ocaml
18:53
gnuvince has quit [Client Quit]
18:58
gnuvince has joined #ocaml
19:03
alxbl has joined #ocaml
19:04
alxbl has quit [Changing host]
19:04
alxbl has joined #ocaml
19:08
ontologiae has quit [Ping timeout: 245 seconds]
19:13
ottbot has quit [Ping timeout: 260 seconds]
19:19
ulfdoz has quit [Read error: Operation timed out]
19:21
ontologiae has joined #ocaml
19:23
ttamttam has left #ocaml []
19:26
UncleVasya has quit [Quit: UncleVasya]
19:31
Yoric has joined #ocaml
19:35
ttamttam has joined #ocaml
19:35
ollehar has joined #ocaml
19:36
mikurubeam has quit [Ping timeout: 260 seconds]
19:40
mikurubeam has joined #ocaml
19:40
mikurubeam is now known as Guest62071
19:41
Guest62071 has quit [Client Quit]
19:41
mikurubeam has joined #ocaml
19:42
yacks has quit [Quit: Leaving]
19:45
chambart has quit [Ping timeout: 256 seconds]
20:05
Cyanure has quit [Read error: Connection reset by peer]
20:08
ssbr_ has joined #ocaml
20:08
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
20:08
ssbr has quit [Ping timeout: 260 seconds]
20:12
ulfdoz has joined #ocaml
20:13
ottbot has joined #ocaml
20:15
ssbr has joined #ocaml
20:19
ssbr_ has quit [Ping timeout: 248 seconds]
20:19
pkrnj has quit [Ping timeout: 255 seconds]
20:20
pkrnj has joined #ocaml
20:22
ssbr_ has joined #ocaml
20:22
ssbr has quit [Ping timeout: 248 seconds]
20:29
ssbr_ has quit [Ping timeout: 248 seconds]
20:30
ssbr has joined #ocaml
20:40
ttamttam has quit [Remote host closed the connection]
20:47
{J3kyLl} has joined #ocaml
20:47
<
{J3kyLl} >
what programming language is this :O
20:47
<
{J3kyLl} >
never heard before
20:48
{J3kyLl} has quit [Quit: Leaving]
20:49
<
gnuvince >
{J3kyLl}: a safe, high-level, hybrid (function, imperative, and OO) language.
21:07
<
troydm >
he doesn't likes camels
21:34
mikurubeam has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
21:40
ulfdoz has quit [Ping timeout: 248 seconds]
22:13
Yoric has quit [Ping timeout: 245 seconds]
22:41
adotbrown has joined #ocaml
22:52
mikurubeam has joined #ocaml
23:05
Icarot has joined #ocaml
23:07
emmanuelux has joined #ocaml
23:19
Icarot has quit [Ping timeout: 250 seconds]
23:21
pkrnj has quit [Quit: Computer has gone to sleep.]
23:21
darkf has joined #ocaml
23:24
ontologiae has quit [Ping timeout: 250 seconds]
23:41
tane has quit [Quit: Verlassend]
23:43
mikurubeam has quit [Quit: +1 (Yes). -1 (No). i (WTF?). LAAAG.]
23:48
q66 has quit [Remote host closed the connection]
23:49
Icarot has joined #ocaml
23:52
mikurubeam has joined #ocaml
23:59
ollehar has quit [Ping timeout: 276 seconds]