freehck has quit [Quit: rcirc on GNU Emacs 24.4.1]
yegods has quit [Ping timeout: 268 seconds]
Algebr has quit [Ping timeout: 245 seconds]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 248 seconds]
AlexDenisov has joined #ocaml
tmtwd has quit [Ping timeout: 246 seconds]
malc_` has joined #ocaml
malc_ has quit [Ping timeout: 250 seconds]
zpe has joined #ocaml
_2can has quit [Remote host closed the connection]
Simn has joined #ocaml
AltGr has joined #ocaml
<cheater>
aantron: thank you
cheater has quit [Quit: leaving]
AlexDenisov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Algebr has joined #ocaml
AlexDenisov has joined #ocaml
cheater has joined #ocaml
wu_ng has quit [Ping timeout: 250 seconds]
zirman has joined #ocaml
zirman has quit [Changing host]
zirman has joined #ocaml
zirman has quit [Ping timeout: 265 seconds]
jwatzman|work has joined #ocaml
mfp has joined #ocaml
ygrek has quit [Ping timeout: 260 seconds]
TarVanimelde has quit [Quit: TarVanimelde]
<vramana>
Why is the debug flag -g? Does anybody know historical details?
TarVanimelde has joined #ocaml
yegods has joined #ocaml
<Algebr>
probaly cause c compilers use -g as debug flag
tmtwd has joined #ocaml
AlexDenisov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ocaml208 has quit [Ping timeout: 260 seconds]
fre has joined #ocaml
_andre has joined #ocaml
AlexDenisov has joined #ocaml
cpdean has joined #ocaml
cheater has quit [Ping timeout: 240 seconds]
FreeBirdLjj has joined #ocaml
cheater has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 248 seconds]
tmtwd has quit [Ping timeout: 268 seconds]
xvw has joined #ocaml
copy` has joined #ocaml
silver has joined #ocaml
nahra has quit [Ping timeout: 250 seconds]
pierpa has joined #ocaml
cpdean has quit [Quit: Leaving.]
govg has joined #ocaml
cpdean has joined #ocaml
cpdean has quit [Client Quit]
AlexDenisov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zirman has joined #ocaml
cheater has quit [Ping timeout: 245 seconds]
cheater has joined #ocaml
zirman has quit [Ping timeout: 250 seconds]
<RalfJ>
Hi all - I have a problem with opam pins. Say I have two packages A and Bpinned to some http://urlA.git#hashA1 and http://urlB.git#hashB1, and installed at these versions. I now want to upgrade the packages to hasA2 and hashB2. project B will only compile with matching versions of project A, so what I do is I update the pins with "pin add -n". after preparing all the pins, I now want opam to install the new versions I gave it to install... however, "opam
<RalfJ>
upgrade" doesn't do anything, and neither does "opam install projectA projectB". "opam show projectA" shows no indication that opam even remembers that it didn't yet install the pinned version.
<RalfJ>
how can I change several pins at once and then have opam re-compile things if needed?
TarVanimelde has quit [Quit: Leaving]
shon has quit [Remote host closed the connection]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
ocaml619 has joined #ocaml
<ocaml619>
476458@LT032871 /cygdrive/d/Ocaml/Week 6/ocaml/opam64 $ bash install.sh the following programs are not installed properly: curl I can't proceed :( 476458@LT032871 /cygdrive/d/Ocaml/Week 6/ocaml/opam64 $ curl curl: try 'curl --help' or 'curl --manual' for more information
<ocaml619>
Anyone know the meaning of this ?
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
TarVanimelde has joined #ocaml
orbifx-m has joined #ocaml
<Algebr>
look at the install.sh script and try doing things line by line yourself
<orbifx-m>
What techniques are there to stop the GC from collecting values in a scope?
<orbifx-m>
unused values that is
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 248 seconds]
silver has quit [Read error: Connection reset by peer]
<flux>
put them to a global variable, have a piece of C code register a global root to it, maybe it also works to put it into a tuple with a 'really' live variable
AlexDenisov has joined #ocaml
<orbifx-m>
I tried the last option using a list and seemed to work. But there is no ocaml function to ask the runtime to keep them?
<flux>
I don't think so. what do you need it for?
<flux>
..sounds hacky ;)
shon has joined #ocaml
<orbifx-m>
I need to save an object coming from a c stub
<orbifx-m>
Ill do this properly by making it a parameter to the main loop
<orbifx-m>
Are all parameters preserved even if they are not used?
<flux>
I don't think so..
zirman has joined #ocaml
zirman has quit [Changing host]
zirman has joined #ocaml
<orbifx-m>
Ok ill feed them to a function that makes the a global root
<orbifx-m>
But that needs c right? No ocaml function?
zirman has quit [Remote host closed the connection]
zirman has joined #ocaml
zirman has quit [Remote host closed the connection]
zirman has joined #ocaml
jao has joined #ocaml
sepp2k has joined #ocaml
AlexDenisov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gregoire has quit [Ping timeout: 260 seconds]
jao has quit [Ping timeout: 265 seconds]
th5 has joined #ocaml
cpdean has joined #ocaml
yegods has quit [Remote host closed the connection]
ocaml619 has quit [Ping timeout: 260 seconds]
_2can has joined #ocaml
cpdean has quit [Quit: Leaving.]
zirman has quit [Remote host closed the connection]
jlongster has joined #ocaml
yegods has joined #ocaml
cpdean has joined #ocaml
nomicflux has joined #ocaml
yegods has quit [Remote host closed the connection]
soupault has joined #ocaml
soupault has quit [Remote host closed the connection]
zpe has quit [Remote host closed the connection]
zpe has joined #ocaml
FreeBirdLjj has joined #ocaml
zpe has quit [Ping timeout: 258 seconds]
yomimono has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
<flux>
correct.
FreeBirdLjj has joined #ocaml
shinnya has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 240 seconds]
d0nn1e has quit [Ping timeout: 252 seconds]
cpdean has quit [Quit: Leaving.]
cpdean has joined #ocaml
d0nn1e has joined #ocaml
gregoire has joined #ocaml
cpdean has quit [Quit: Leaving.]
Algebr has quit [Ping timeout: 252 seconds]
<orbifx-m>
Thanks flux
al-damiri has joined #ocaml
cpdean has joined #ocaml
cpdean has quit [Client Quit]
Mercuria1Alchemi has quit [Ping timeout: 244 seconds]
zirman has joined #ocaml
shon has quit [Remote host closed the connection]
sh0t has joined #ocaml
ryanartecona has joined #ocaml
yegods has joined #ocaml
yegods has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
AlexDenisov has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
jwatzman|work has quit [Quit: jwatzman|work]
FreeBirdLjj has quit [Ping timeout: 258 seconds]
w1gz has left #ocaml ["WeeChat 1.5"]
govg has quit [Ping timeout: 260 seconds]
noddy has quit [Ping timeout: 248 seconds]
FreeBirdLjj has joined #ocaml
dhil has joined #ocaml
mpenet has joined #ocaml
larhat has quit [Quit: Leaving.]
cheater has quit [Ping timeout: 250 seconds]
larhat has joined #ocaml
cpdean has joined #ocaml
cheater has joined #ocaml
shinnya has quit [Ping timeout: 252 seconds]
FreeBirdLjj has quit [Remote host closed the connection]