[jruby-dev] jruby dev using IntelliJ IDEA

2007-10-28 Thread Sam Larbi
Forgive me if this isn't the proper channel for this question, and kindly point me to the right place. I've just bought a license to IDEA and haven't used it in the past. I also installed the Ruby plugin. Then, I checked out the JRuby code and built it successfully. However, I can't seem to get

Re: [jruby-dev] jruby-debug done (almost)

2007-10-28 Thread Martin Krauskopf
Peter Brant wrote: Hi all, With the exception of post mortem debugging, jruby-debug is now complete. Of course, it hasn't gotten much testing and there must be a bug or two still lurking or an edge that needs more polish, but overall things should be in good shape. For anybody wanting to try t

Re: [jruby-dev] Disabling ObjectSpace in 1.1

2007-10-28 Thread Thomas E Enebo
Too bad we cannot preserve original 1.0 semantics and have -O turn off Objectspace and +O enable it. Then we can default to -O. -O really just keeps getting worse and worse (comparatively to not having it enabled) and people generally do not realize they can disable it. So I have come around on

Re: [jruby-dev] jruby-debug done (almost)

2007-10-28 Thread Chris Nelson
Seems like this is a good time to start the discussion of which gems to install where. There are actually several gems which comprise the "fast" ruby debugger: 1. ruby-debug-base: this is the gem that implements the core debugging functionality and contains the only native code. jruby-debug buil

Re: [jruby-dev] jruby-debug done (almost)

2007-10-28 Thread Charles Oliver Nutter
Peter Brant wrote: Hi all, With the exception of post mortem debugging, jruby-debug is now complete. Of course, it hasn't gotten much testing and there must be a bug or two still lurking or an edge that needs more polish, but overall things should be in good shape. For anybody wanting to try t

[jruby-dev] jruby-debug done (almost)

2007-10-28 Thread Peter Brant
Hi all, With the exception of post mortem debugging, jruby-debug is now complete. Of course, it hasn't gotten much testing and there must be a bug or two still lurking or an edge that needs more polish, but overall things should be in good shape. For anybody wanting to try this out, there are a

Re: [jruby-dev] Disabling ObjectSpace in 1.1

2007-10-28 Thread Evan Weaver
Personally, I wish each_object was removed from MRI, too. Evan On 10/28/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > Dudley Flanders wrote: > > > > On Oct 28, 2007, at 12:58 AM, Charles Oliver Nutter wrote: > > > >> - Do we know of anything else that needs ObjectSpace? Can we get those