[#64517] Fw: Re: Ruby and Rails to become Apache Incubator Project — Tetsuya Kitahata <kitahata@99.alumni.u-tokyo.ac.jp>

What do you think? >> Ruby developers

13 messages 2014/08/23

[#64615] [ruby-trunk - Feature #10181] [Open] New method File.openat() — oss-ruby-lang@...

Issue #10181 has been reported by Technorama Ltd..

10 messages 2014/08/28
[#64616] Re: [ruby-trunk - Feature #10181] [Open] New method File.openat() — Eric Wong <normalperson@...> 2014/08/28

I like this feature.

[#64671] Fwd: [ruby-changes:35240] normal:r47322 (trunk): symbol.c (rb_sym2id): do not return garbage object — SASADA Koichi <ko1@...>

Why this fix solve your problem?

9 messages 2014/08/30
[#64672] Re: Fwd: [ruby-changes:35240] normal:r47322 (trunk): symbol.c (rb_sym2id): do not return garbage object — SASADA Koichi <ko1@...> 2014/08/30

(2014/08/30 8:50), SASADA Koichi wrote:

[ruby-core:64403] [ruby-trunk - Feature #8515] don't allow irb to dump output for forever and ever

From: andrew@...
Date: 2014-08-15 21:20:54 UTC
List: ruby-core #64403
Issue #8515 has been updated by Andrew Vit.


pry's pager is very cool, but it seems that it needs to build the whole string output before it gets echoed back to the screen using `less`. Maybe something better could be done for that within irb by "streaming" the output buffer?

----------------------------------------
Feature #8515: don't allow irb to dump output for forever and ever
https://bugs.ruby-lang.org/issues/8515#change-48362

* Author: Josh Sharpe
* Status: Feedback
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
----------------------------------------
You've done this before, I know you have.  You were screwing around in IRB and you ran something stupid and IRB just started dumping output.  LOTS of output.  Output that would scroll by for an hour if you don't go kill it.  Output going by so fast that it's useless.  So much output that your lappy laptop starts burning your knees.  (That much output!)

Then, to compound problems, Crtl-C doesn't work here.  Maybe you're in some weird context, or on a low-mem server and everything is just... What, Bam, UNRESPONSIVE.

Ugh, the troubles!  Now you gotta gotta bust out the 'kill -9' (if you can even get another terminal open) and lose any progress you may have been working on.... OH MAN!

Wouldn't it be nice if IRB limited its output, much the way psql/less do?  That is, at some point if enough output has scrolled by, Stop, and let me have the option to continue or not.

That'd be cool.

<3



-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next