rocky (Rocky Bernstein)
- Login: rocky
- Email: rocky@gnu.org
- Registered on: 07/07/2009
- Last sign in: 01/09/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/09/2025
-
06:31 PM Ruby Feature #8751: Add offsets to method#source_location
- Eregon (Benoit Daloze) wrote in #note-7:
> In light of end line and column information being added in #6012 do you think there is still a need for byte offsets?
Sure, this is fine. Feel free to close issue.
08/19/2013
-
10:34 AM Ruby Feature #8751: Add offsets to method#source_location
- =begin
Although I think some other suggestion will be used if this issue gets addressed, I want to mention a cool implementation for representing source-code positions. I believe it would the right approach to take if things were done f...
06/10/2011
-
07:20 AM Ruby Feature #4824: Provide method Kernel#executed?
- Cezary Baginski wrote:
> This may seem like heresy, but isn't really:
> ...
I wrote my thoughts regarding this to ruby-core on June 5-6. See http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/36772. But I realize that doesn't ...
02/15/2011
-
12:28 PM Ruby Bug #3660: Trace events seem to be missing
- =begin
I think this was fixed by r29914 which changes
elsif caller.size <= 1
to:
elsif caller.count {|bt| /\A<internal:[^<>]+>:/ !~ bt} <= 1
=end
11/15/2010
-
09:26 PM Ruby Feature #4046: Saving C's **argv and cwd allows Ruby programs to reliably restart themselves
- =begin
I am sorry if this duplicated on ruby-core. I wanted the redmine ticket updated. It also gives me an opportunity to correct some grammar.
This is a valid point and I now understand that this isn't 100% reliable. Just "most-o...
11/12/2010
-
12:32 PM Ruby Feature #4046 (Feedback): Saving C's **argv and cwd allows Ruby programs to reliably restart themselves
- =begin
In a debugger often one gets to a state where one just wants to restart everything exactly the way the program was previously invoked.
It would helpful if Ruby saved **argv and cwd.
The attached patch saves these in ...
09/08/2010
-
03:11 PM Ruby Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
Hi, you reported:
> I can't reproduce it on the x86_64 Ubuntu 10.04.1.
I am not not surprised because I couldn't reproduce it in earlier on my i686 Ubuntu 10.04.1 laptop in Japan. (I meant to indicate that in note #6 earli... -
12:47 PM Ruby Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
Sorry for the omission. Ubuntu Lucid. Details follow. If there is more information you'd like let me know.
$ lsb_release -a
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-no... -
12:47 AM Ruby Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
I ran the following program to show group information in C on the computer where the test was failing:
#include <sys/types.h>
#include <grp.h>
#include <stdio.h>
#include <errno.h>
int main(int argc, const char *a...
08/30/2010
-
03:37 AM Ruby Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
I'm in Tokyo right now, and can't get access to the computer where this was happening. Also, I am not able to make the test fail on my laptop. So hopefully I will be able give useful information when I get back to the U.S with us...