Sheilong has quit [Quit: Connection closed for inactivity]
Kay606 has joined #ruby
AtleoS has quit [Remote host closed the connection]
AtleoS has joined #ruby
entropie has quit [Ping timeout: 272 seconds]
entropie has joined #ruby
_whitelogger has joined #ruby
kukasmog has joined #ruby
kukasmog has quit [Ping timeout: 252 seconds]
ih8u has quit [Remote host closed the connection]
AtleoS has quit [Ping timeout: 252 seconds]
kukasmog has joined #ruby
mange has joined #ruby
schne1der has joined #ruby
jmcantrell has quit [Ping timeout: 272 seconds]
kukasmog has quit [Ping timeout: 252 seconds]
oznek has quit [Remote host closed the connection]
grenierm has joined #ruby
fantazo has quit [Quit: Lost terminal]
Linux_Kerio has joined #ruby
dionysus69 has joined #ruby
andy-turner has joined #ruby
<nakilon>
o0x1eef: ok but the question is what is going to process those tags and match them to the junit report
<nakilon>
does anyone use the tools to see info about the list of gems, like number of commits, date of the last commit, etc.? I did 'gem search gnuplot' and that's a lot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
grenierm has quit [Ping timeout: 240 seconds]
gr33n7007h has quit [Ping timeout: 276 seconds]
gr33n7007h has joined #ruby
TomyWork has joined #ruby
schne1der has quit [Ping timeout: 245 seconds]
entropie has quit [Ping timeout: 248 seconds]
entropie has joined #ruby
andy-turner_ has joined #ruby
schne1der has joined #ruby
andy-turner has quit [Ping timeout: 248 seconds]
gemmaro_ has quit [Ping timeout: 252 seconds]
gemmaro_ has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
wbooze has quit [Quit: Leaving]
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 248 seconds]
schn31d3r has joined #ruby
schne1der has quit [Ping timeout: 252 seconds]
rvalue- is now known as rvalue
oznek has joined #ruby
TomyWork has quit [Quit: Leaving]
dionysus69 has quit [Ping timeout: 268 seconds]
<o0x1eef>
nakilon: That'd be for you to figure out :P RSpec can also emit JSON: https://rspec.info/features/3-13/rspec-core/formatters/json-formatter/. These are just ideas that seem like they have potential for what you described. No idea if they're actually feasible. But its something you could keep in-house if it works.
dionysus69 has joined #ruby
user71 has joined #ruby
wbooze has joined #ruby
mange has quit [Remote host closed the connection]
CRISPR has joined #ruby
CRISPR has quit [Ping timeout: 272 seconds]
jmcantrell has joined #ruby
wbooze has quit [Read error: Connection reset by peer]
kukasmog has joined #ruby
dionysus69 has quit [Ping timeout: 272 seconds]
kukasmog has quit [Ping timeout: 252 seconds]
fantazo has joined #ruby
schn31d3r has quit [Ping timeout: 272 seconds]
rhe9 has joined #ruby
rhe has quit [Read error: Connection reset by peer]
ssh0732 has quit [Remote host closed the connection]
ssh07322 has joined #ruby
kukasmog has joined #ruby
polishdub has quit [Ping timeout: 265 seconds]
polishdub has joined #ruby
<nakilon>
I would love to have Hash or Set that would automatically discard the oldest members when reaching some amount of memory
<nakilon>
oldest accessed
<nakilon>
looked up
<nakilon>
after reaching some 4-5 gb it ruby starts GC or memory optimization of whatever, but I would be fine with just cleaning the least important piece of my cache out