vect changed the topic of #ocaml to: OCaml 3.07 ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn, ICFP'03 http://www.icfpcontest.org/, A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/, A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list
clam has quit [Read error: 60 (Operation timed out)]
Riastradh has quit ["Lost terminal"]
Riastradh has joined #ocaml
Kinners has joined #ocaml
Nthe-fixer|32569 has joined #ocaml
Nthe-fixer|32569 has left #ocaml []
Tabu-la-Rasa has joined #ocaml
buggs is now known as buggs|afk
Tabu-la-Rasa has quit ["Goodbye"]
Kinners has left #ocaml []
lus|wazze has joined #ocaml
Tabu-la-Rasa has joined #ocaml
whee has quit ["Leaving"]
lus|wazze has quit ["Copyright is a temporary loan from the public domain, not property"]
lus|wazze has joined #ocaml
teratorn has quit [leguin.freenode.net irc.freenode.net]
polin8 has quit [leguin.freenode.net irc.freenode.net]
mattam has quit [leguin.freenode.net irc.freenode.net]
rox has quit [leguin.freenode.net irc.freenode.net]
mattam has joined #ocaml
rox has joined #ocaml
polin8 has joined #ocaml
teratorn has joined #ocaml
systems has joined #ocaml
systems has quit [Nick collision from services.]
systems has joined #ocaml
two-face has joined #ocaml
two-face has quit [Remote closed the connection]
systems has quit ["Client Exiting"]
phubuh has joined #ocaml
mattam_ has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
frediz has joined #ocaml
<frediz> hi
__buggs has joined #ocaml
buggs|afk has quit [Read error: 110 (Connection timed out)]
__buggs is now known as buggs|afk
buggs|afk is now known as buggs
karryall has joined #ocaml
systems has joined #ocaml
systems has quit ["Client Exiting"]
pitecus has joined #ocaml
Riastradh has quit [Read error: 60 (Operation timed out)]
mattam_ is now known as mattam
systems has joined #ocaml
Riastradh has joined #ocaml
systems has quit [Read error: 110 (Connection timed out)]
phubuh has quit [Remote closed the connection]
frediz has quit ["go"]
karryall has quit [Remote closed the connection]
pitecus has left #ocaml []
lus|wazze has quit ["Copyright is a temporary loan from the public domain, not property"]
teratorn is now known as teratorn-afk
stardust has joined #ocaml
<Maddas> ack, something going crazy on me
<Maddas> gotta hate debugging code with side-effects
<Riastradh> So don't write code with side effects!
<Maddas> I should have thought of that before. Thought that a little efficiency wouldn't hurt. *mumble*
<Maddas> I can't *see* how my code modifies the thing which gets modified in any way, but it does get modified.
<Maddas> well, I can't see how it modifies it between the two print statements which output different things
<Maddas> But then, finding that out the hard way is the point of debugging I guess.
* Maddas silently resigns
<Maddas> I know the exact function call after which the Array is different than before the call
<Maddas> but I just cannot find any reference to that array inside the function, and the array is not passed to the function
<Maddas> (reference to that array as in mentioning of the name of the array)
<Maddas> I'll paste in case anybody wants to look at the code, but it's quite a bit
<Maddas> the printing itself does not modify the array, there is only *one* line between the print statements
<Maddas> That line is a function call, the arguments don't modify the array, the array isn't passed as an argument, and inside the function called the array isn't in scope anyway
<Maddas> I'm stumped
systems has joined #ocaml
teratorn-afk is now known as teratorn
async has quit [Read error: 60 (Operation timed out)]
systems has left #ocaml []