--- Log opened Sat Feb 04 00:00:52 2006 00:51 -!- user317 [n=aeyakove@ip68-101-143-206.sd.sd.cox.net] has quit [Remote closed the connection] 00:52 -!- user317 [n=aeyakove@ip68-101-143-206.sd.sd.cox.net] has joined #nemerle 00:53 < user317> why does it seem that cons runs in n^2 00:55 -!- user317 [n=aeyakove@ip68-101-143-206.sd.sd.cox.net] has quit [Client Quit] 00:56 -!- user317 [n=aeyakove@ip68-101-143-206.sd.sd.cox.net] has joined #nemerle 00:59 < user317> hmm, cons seem to kind of die after a list hits 3mil entries 01:58 < user317> how do i force a list to free the memory that it used? 02:25 < user317> doh, i think its a problem with rand 02:27 < user317> well, rand screwes up after 3 mil hits, but my program still takes up to much memory after i no longer use the list, and GC.Collect() doesn't have any effect 02:34 -!- Arnia [n=jgeldart@14-16-101-159.adsl.legend.co.uk] has joined #nemerle 02:47 < user317> oh ic, it was just getting stuck when it ran out of ram, but i still cant figure out how to release memory once its no longer used, it just seems that mono keeps whatever resources it aquired 02:57 < user317> can somone try: http://pastebin.com/537921 after about 2.7 million iterations everything grinds to a halt, but cpu is still at 100% 03:58 -!- user317 [n=aeyakove@ip68-101-143-206.sd.sd.cox.net] has quit [Remote closed the connection] 03:59 -!- user317 [n=aeyakove@ip68-101-143-206.sd.sd.cox.net] has joined #nemerle 04:14 -!- kanru [n=kanru@59-121-152-92.dynamic.hinet.net] has joined #nemerle 04:30 -!- Arnia [n=jgeldart@14-16-101-159.adsl.legend.co.uk] has quit [Excess Flood] 06:28 < user317> is there anybody out there? 06:30 < kanru> hi :) 06:36 < user317> i cant figure out a function that takes a heap 06:37 < user317> Heap[IComparible['a]] -> Heap[IComparible['a]] doesn't work 06:50 < user317> error: typing constraint on 'a not satisfied, upon instantiation of Nemerle.Collections.Heap: System.IComparable is not a subtype of System.IComparable [simple require] 06:50 < user317> wtf does that mean? 06:51 < user317> def clean(heap : Heap[IComparable]) : Heap[IComparable] 08:22 < kanru> public class Heap ['a] where 'a : System.IComparable ['a] 08:23 < kanru> so 'a is already IComparable type 08:27 < kanru> http://pastebin.com/538125 08:44 < malekith> user317: or otherwise def clean['a](heap : Heap['a]) : Heap['a] where 'a : IComparable['a] 09:14 -!- mode/#nemerle [+o malekith] by ChanServ 10:58 -!- CIA-10 [i=cia@flapjack.navi.cx] has quit [Remote closed the connection] 11:00 -!- CIA-6 [i=cia@69.90.211.97] has joined #nemerle 11:44 -!- nazgul` [n=d47f5f7d@lilith.ii.uni.wroc.pl] has joined #nemerle 11:44 -!- mode/#nemerle [+o nazgul`] by ChanServ 12:06 -!- nazgul` [n=d47f5f7d@lilith.ii.uni.wroc.pl] has quit ["CGI:IRC (Ping timeout)"] 12:17 -!- nazgul` [n=d47f5f7d@lilith.ii.uni.wroc.pl] has joined #nemerle 12:17 -!- mode/#nemerle [+o nazgul`] by ChanServ 12:21 < d> hgrmpf 12:21 < d> the menu on the left at http://nemerle.org/doc/ doesn't scroll in safari 12:21 < d> :/ 12:22 < d> how often are these docs refreshed ? 12:23 < d> it would be nice to check how my documentation for rlists turned out.. 12:23 <@malekith> they are not refreshed 12:28 < d> hah 12:28 < d> o k 12:45 < d> ok then, are they *going*to* be refreshed in forseeable future ?;] 12:47 <@nazgul`> as soon as NDoc will support .NET 2.0 12:47 <@nazgul`> or if we find out any other documentation generation tool 12:47 < d> ahm 13:27 < CIA-6> trupill * r6107 /nemerle/trunk/ncc/completion/CodeCompletionEngine.n: 13:27 < CIA-6> Adding locking to completion engine. MonoDevelop crashes if not locking 13:27 < CIA-6> on it, because multiple Engines try to access the parser and typer. 16:06 -!- nazgul` [n=d47f5f7d@lilith.ii.uni.wroc.pl] has quit ["CGI:IRC (Ping timeout)"] 16:39 -!- nazgul` [n=d47f5f7d@lilith.ii.uni.wroc.pl] has joined #nemerle 16:39 -!- mode/#nemerle [+o nazgul`] by ChanServ 16:41 -!- nazgul` [n=d47f5f7d@lilith.ii.uni.wroc.pl] has quit [Client Quit] 16:49 -!- nazgul` [n=d47f5f7d@lilith.ii.uni.wroc.pl] has joined #nemerle 16:49 -!- mode/#nemerle [+o nazgul`] by ChanServ 17:32 -!- kanru [n=kanru@59-121-152-92.dynamic.hinet.net] has quit ["Leaving"] 19:18 -!- nazgul` [n=d47f5f7d@lilith.ii.uni.wroc.pl] has quit ["CGI:IRC (EOF)"] 23:02 -!- m3ga [n=erikd@adsl-64-136.swiftdsl.com.au] has joined #nemerle 23:55 -!- m3ga [n=erikd@adsl-64-136.swiftdsl.com.au] has quit ["disappearing into the sunset"] 23:56 -!- Arnia [n=jgeldart@14-16-101-159.adsl.legend.co.uk] has joined #nemerle --- Log closed Sun Feb 05 00:00:53 2006