zorun has quit [Read error: Connection reset by peer]
zorun has joined #ocaml
cdidd has quit [Remote host closed the connection]
BiDOrD has quit [Quit: No Ping reply in 180 seconds.]
BiDOrD has joined #ocaml
wagle has quit [Ping timeout: 250 seconds]
wagle has joined #ocaml
ankit9 has joined #ocaml
tbrady has quit [Quit: tbrady]
Progster has joined #ocaml
Progster has quit [Ping timeout: 260 seconds]
Ptival has quit [Read error: Connection reset by peer]
r126f has quit [Quit: leaving]
r126f has joined #ocaml
josch has joined #ocaml
err404 has quit [Remote host closed the connection]
ftrvxmtrx has quit [Quit: Leaving]
err404 has joined #ocaml
ankit9 has quit [Read error: Connection reset by peer]
cago has joined #ocaml
thomasga has joined #ocaml
mika1 has joined #ocaml
thomasga has quit [Client Quit]
<josch>
hi, what is or where can i read about the reason/rationale of the "linking exception" that is added to the LGPL for lots of ocaml projects?
pango is now known as pangoafk
ftrvxmtrx has joined #ocaml
avsm has joined #ocaml
ankit9 has joined #ocaml
<mrvn>
josch: ocaml doesn't do runtime linking so that mechanism of the LGPL doesn't work. The exception extends the LGPL to also cover the compile time liking ocaml does.
<josch>
mrvn: ah okay thx - i should use this exception for my own programs as well then
<mrvn>
if you don't then you effectivly have plain GPL.
edwin has joined #ocaml
edwin has quit [Client Quit]
edwin has joined #ocaml
<josch>
mrvn: thx for the clarification :)
edwin has left #ocaml []
<avsm>
mrvn: it seems a little fuzzy. including the cmo files may be sufficient to comply with the lgpl
<avsm>
otoh, use the BSD/ISC license and sidestep all the nonsense entirely
silver has joined #ocaml
testcocoon has quit [Quit: Coyote finally caught me]
jaar has joined #ocaml
destrius has quit [Ping timeout: 264 seconds]
testcocoon has joined #ocaml
destrius has joined #ocaml
testcocoon has quit [Quit: Coyote finally caught me]
thomasga has joined #ocaml
testcocoon has joined #ocaml
caligula has quit [Ping timeout: 244 seconds]
eni has joined #ocaml
caligula has joined #ocaml
eni has quit [Ping timeout: 248 seconds]
iago has joined #ocaml
eni has joined #ocaml
Submarine has quit [Ping timeout: 244 seconds]
Ptival has joined #ocaml
caligula has quit [Remote host closed the connection]
osa1 has quit [Ping timeout: 264 seconds]
eni has quit [Ping timeout: 240 seconds]
caligula has joined #ocaml
sepp2k has joined #ocaml
avsm has quit [Quit: Leaving.]
Progster has joined #ocaml
Progster has quit [Ping timeout: 272 seconds]
destrius has quit [Quit: Leaving.]
iago has quit [Ping timeout: 245 seconds]
_andre has joined #ocaml
xcombelle has joined #ocaml
emmanuelux has joined #ocaml
emmanuelux has quit [Ping timeout: 245 seconds]
Ptival has quit [Ping timeout: 244 seconds]
iago has joined #ocaml
<_andre>
after upgrading to oasis 0.3 i'm getting "Field XOCamlbuildLibraries is set but matching plugin is not enabled." for my Documentation section
<_andre>
anyone seen that?
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
<asmanur_>
_andre: I have the same thing
gnuvince has quit [Ping timeout: 250 seconds]
xcombelle has quit [Read error: Connection reset by peer]
xcombelle has joined #ocaml
gnuvince has joined #ocaml
gnuvince has quit [Client Quit]
gnuvince has joined #ocaml
Snark has joined #ocaml
<_andre>
asmanur_: fixed it with "Type: ocamlbuild (0.3)"
Ptival has joined #ocaml
Ptival is now known as Ptival_
gnuvince has quit [Ping timeout: 246 seconds]
<asmanur_>
_andre: oh nice, thanks
Ptival_ has quit [Quit: Reconnecting]
Ptival has joined #ocaml
Ptival_ has joined #ocaml
Ptival_ has quit [Ping timeout: 240 seconds]
Ptival_ has joined #ocaml
Ptival has quit [Ping timeout: 264 seconds]
gnuvince has joined #ocaml
Ptival_ is now known as Ptival
<josch>
I just explained to my girlfriend that in contrast to other languages, negative numbers are written like ~-12 in ocaml. Her response: "It's easy to remember! in O-CAMEL you always put the ~ in front of the minus because the ~ looks like a CAMEL and it likes to eat bars (the minus)!"
<orbitz>
Is it ~-12 or just ~12?
<orbitz>
or (-12) works too
<josch>
yes, (-12) also works
<thizanne>
it's ~-12 but -12 is also ok
<orbitz>
Negative numbers, though, who needs 'em? It's all about the natural numbers
<thizanne>
but (~-) is needed when you want to redefine the unary -
<orbitz>
What about ~+?
<thizanne>
what is the meaning of a unary + ?
<orbitz>
positive
<orbitz>
But if you want ot redefine it...
<orbitz>
It could mean anthing
avsm has joined #ocaml
<thizanne>
yes but in the case of (-), you need another one because `-` can mean two different things
<thizanne>
even in the usual case
<flux>
you need ~- as well for string_of_int -3
<flux>
(the other interpretation could be be string_of_int - 3 of course)
<orbitz>
right, and functions bind tighte rthan arithmetic
<flux>
I prefer to use () though :)
<flux>
especially ~-.x is doubly cumbersome
<flux>
pretty artful, though
<flux>
almost like perl :P
ankit9 has quit [Quit: Leaving]
eni has joined #ocaml
mort___ has joined #ocaml
jaar has quit [Quit: leaving]
<Qrntz>
yeah, perl is the second language by amount of camels
BiDOrD_ has joined #ocaml
BiDOrD has quit [Ping timeout: 264 seconds]
avsm has quit [Quit: Leaving.]
tbrady has joined #ocaml
tbrady has quit [Client Quit]
ftrvxmtrx has quit [Quit: Leaving]
mika1 has quit [Quit: Leaving.]
cago has quit [Quit: Leaving.]
Progster has joined #ocaml
cdidd has joined #ocaml
gasche_ has joined #ocaml
xcombelle has quit [Quit: I am a manual virus, please copy me to your quit message.]
<gasche_>
on Windows, does Filename.temp_file returns an absolute or relative path?
<gasche_>
no Windows Ocaml programmer around? not surprising, but I won't get my info :p
<gasche_>
hm
<gasche_>
on the other hand, how could it possibly return a relative path? I'll assume it is absolute.
<K_F>
The name of the temporary directory: Under Unix, the value of the TMPDIR environment variable, or "/tmp" if the variable is not set. Under Windows, the value of the TEMP environment variable, or "." if the variable is not set.
<gasche_>
argh
<gasche_>
indeed
<gasche_>
thanks K_F
<K_F>
you're welcome
<gasche_>
when I think about Windows programming, for some reason my brain shuts down
Ptival has quit [Quit: Lost terminal]
ftrvxmtrx has joined #ocaml
mort___ has quit [Excess Flood]
mort___ has joined #ocaml
avsm has joined #ocaml
err404 has quit [Remote host closed the connection]
Submarine has quit [Quit: Leaving]
beckerb has quit [Remote host closed the connection]
silver has quit [Remote host closed the connection]
vext01 has quit [Quit: newsnap]
milosn has quit [Read error: Connection reset by peer]
milosn has joined #ocaml
mort___ has quit [Excess Flood]
mort___ has joined #ocaml
gasche_ has quit [Ping timeout: 252 seconds]
thomasga has quit [Quit: Leaving.]
eni has quit [Quit: Leaving]
xcombelle has joined #ocaml
thomasga has joined #ocaml
ulfdoz has joined #ocaml
Ptival has joined #ocaml
Ptival has quit [Client Quit]
Ptival has joined #ocaml
Ptival has quit [Client Quit]
mort___ has quit [Ping timeout: 244 seconds]
ulfdoz has quit [Quit: deprecated]
Ptival has joined #ocaml
ankit9 has joined #ocaml
socket has joined #ocaml
socket has quit [Client Quit]
pangoafk is now known as pango
ulfdoz has joined #ocaml
iago has quit [Ping timeout: 246 seconds]
ankit9 has quit [Ping timeout: 264 seconds]
mort___ has joined #ocaml
Submarine has joined #ocaml
ankit9 has joined #ocaml
Progster has quit [Ping timeout: 248 seconds]
thomasga has quit [Quit: Leaving.]
mort___ has quit [Quit: Leaving.]
Yoric has joined #ocaml
bzzbzz has quit [Quit: leaving]
bzzbzz has joined #ocaml
Yoric has quit [Ping timeout: 245 seconds]
eni has joined #ocaml
xcombelle has quit [Quit: I am a manual virus, please copy me to your quit message.]
iago has joined #ocaml
gnuvince has quit [Ping timeout: 264 seconds]
Ptival has quit [Read error: Connection reset by peer]
gnuvince has joined #ocaml
Ptival has joined #ocaml
mort___ has joined #ocaml
eni has quit [Ping timeout: 246 seconds]
_andre has quit [Quit: leaving]
gnuvince has quit [Ping timeout: 265 seconds]
sepp2k1 has joined #ocaml
sepp2k has quit [Ping timeout: 264 seconds]
gnuvince has joined #ocaml
gnuvince has quit [Ping timeout: 255 seconds]
eni has joined #ocaml
tdmackey has quit [Ping timeout: 265 seconds]
cdidd has quit [Ping timeout: 244 seconds]
jarray52 has joined #ocaml
err404 has joined #ocaml
mort___ has quit [Quit: Leaving.]
mort___ has joined #ocaml
eni has quit [Ping timeout: 246 seconds]
thomasga has joined #ocaml
thomasga has quit [Client Quit]
thomasga has joined #ocaml
jarray52 has left #ocaml []
cdidd has joined #ocaml
Submarine has quit [Quit: Leaving]
tbrady has joined #ocaml
cdidd has quit [Ping timeout: 265 seconds]
mort___ has quit [Quit: Leaving.]
gasche_ has joined #ocaml
mort___ has joined #ocaml
gasche_ has quit [Ping timeout: 252 seconds]
Snark has quit [Quit: Quitte]
thomasga has quit [Quit: Leaving.]
err404 has quit [Remote host closed the connection]