public
Description: I suppose it's a document database. Or a tuple store. But really, it's just data sloshing around, waiting to be used.
Clone URL: git://github.com/lazyatom/soup.git
Disabling RCov tests, as RCov seems to be broken on my machine (it sucks 
up all the memory).
lazyatom (author)
Thu Apr 17 07:27:45 -0700 2008
commit  513d6d02f315e0ab4650e8277b6ca0d61909cd93
tree    3362d212894f64e5ff1bb584d1bd85ae1209451d
parent  3a84fa07e0d301ce5e6504962c39e3756883899b
...
26
27
28
29
30
 
 
31
32
33
...
26
27
28
 
 
29
30
31
32
33
0
@@ -26,8 +26,8 @@ begin
0
     t.spec_opts = ["--format", "specdoc", "--colour"]
0
     t.spec_files = Dir['spec/**/*_spec.rb'].sort
0
     t.libs = ['lib']
0
- t.rcov = true
0
- t.rcov_dir = 'meta/coverage'
0
+ #t.rcov = true
0
+ #t.rcov_dir = 'meta/coverage'
0
   end
0
   
0
   task :show_rcov do

Comments

  • elliottcable Thu Apr 17 12:53:40 -0700 2008

    That’s odd – does it just iterate infinitely? Or does it spawn a process that continues to eat ram after rcov has generated?

  • lazyatom Thu Apr 17 15:47:53 -0700 2008

    It’s only an issue on my work machine, weirdly (which is a quad-core Mac, so it’s nothing performance-related). I’ll investigate further…