Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Rocky Bernstein
RE: columnize for Ruby 1.9 (was ruby-debug...) [ reply ]  
2009-08-02 10:22
I've looked over the linecache changes on github and I have sent you more a more detailed email.

Basically I don't think we want to follow the approach for Ruby 1.9 of compiling the code followed by running a disassembly and a parse of the string output. And doing all of this in a C extension.

So please don't check that in. However I do notice there are a number of other small improvements and corrections of typographical errors in the github repository. Those changes can and should be checked into the 1.8 trunk code.

Thanks.

By: Roger Pack
RE: columnize for Ruby 1.9 (was ruby-debug... [ reply ]  
2009-08-01 13:00
even better [for me] would be to move the "root" repository to github, so I can track its changes more easily.
Thanks all!

By: Rocky Bernstein
RE: columnize for Ruby 1.9 (was ruby-debug...) [ reply ]  
2009-07-27 01:07
Thanks. A new release (0.3.1) has been made.

By: Mark Moseley
RE: columnize for Ruby 1.9 (was ruby-debug...) [ reply ]  
2009-07-26 21:22
Thanks, I'll do it today. The heap issue was fixed before I created the github repo. It involved the line with "free(disasm)".

But take a look at the linecache changes and let me know; there's certainly no rush.

By: Rocky Bernstein
RE: columnize for Ruby 1.9 (was ruby-debug...) [ reply ]  
2009-07-26 17:09
You've been added. Go ahead and commit, please.

As for linecache, please hold off on that. I haven't had a chance to look over the changes and somewhere I read that there's a SEGV, memory, or heap problem.

By: Mark Moseley
RE: columnize for Ruby 1.9 (was ruby-debug...) [ reply ]  
2009-07-26 14:31
Go ahead and give me access and I'll do as you suggest. Do you want me to check in linecache also? My changes are backwards-compatible to 1.8.

By: Rocky Bernstein
columnize for Ruby 1.9 (was ruby-debug...) [ reply ]  
2009-07-26 06:20
Do you mind if I put the changes to columnize for 1.9 back into trunk?

Or better, I can give you commit access there and you can make commit the changes there directly. But if you decide to go this route there are a couple of small changes I'd suggest. First replace the tabs with the corresponding number of space characters. Second, don't change the version number from 0.3.1 (the next upcoming release) to 0.3.3.

Thanks.

By: Mark Moseley
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-24 17:23
installation instructions for Windows are up; same website...

By: Mark Moseley
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-24 07:10
gems are done for Linux -- see http://www.fast-software.com for install instructions

By: Roger Pack
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-22 16:20
Yeah I was just wishing that Kent would put all his code on github, too, so we could fork straight :)
=r

By: Mark Moseley
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-22 15:14
I'm not sure I follow. I tried to import the entire ruby-debug SVN tree from here, but that failed twice with some kind of connection error. It worked for columnize and linecache, though.

So I pulled the tip of the trunk and started with that at github. Then I checked in my changes on top of that.

Can you clarify?

By: Roger Pack
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-22 14:53
I wonder if it would be possible to post the original code at github...either that or someone keep an eye on it to track change :)
=r

By: Mark Moseley
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-22 04:40
ruby_debug changes are now on github

By: Mark Moseley
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-21 22:50
linecache and columnize changes are now at http://github.com/mark-moseley/

By: Mark Moseley
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-21 21:27
OK, I'll do that. At this point I've put the columnize and linecache diffs over on Rocky's miscellaneous gems project. I'll get them to github and then I'll deal with the ruby-debug-base changes.

By: Roger Pack
RE: ruby-debug for Ruby 1.9 [ reply ]  
2009-07-20 20:41
patches up on github would be even better for me.
=r

By: Mark Moseley
ruby-debug for Ruby 1.9 [ reply ]  
2009-07-20 20:37
I've been working on this. If you want to see what I've got so far, see http://www.fast-software.com. I'll get patches up to rubyforge when I'm more comfortable with it.