Which project should I work on?

On Fri, Jul 17, 2009 at 11:12 AM, Roger P.[email protected]
wrote:

All righty the results are in.

ok, i just got hit by this one:

make all gems/libs run in ruby1.9

ok, i just got hit by this one:

make all gems/libs run in ruby1.9

Any in particular (besides ruby-debug) that aren’t compat but we wish
they were? It seems to me like porting to 1.9 isn’t too difficult.
=r

On Fri, Jul 17, 2009 at 12:41 PM, Roger P.[email protected]
wrote:

Any in particular (besides ruby-debug) that aren’t compat but we wish
they were?

just my current wish:
1 ruby-serialport
2 eventmachine
3 pg
4 fastri
5 rcov

It seems to me like porting to 1.9 isn’t too difficult.

that is the good news :slight_smile:

thanks and best regards -botp

Roger P. wrote:

ok, i just got hit by this one:

make all gems/libs run in ruby1.9

Any in particular (besides ruby-debug) that aren’t compat but we wish
they were? It seems to me like porting to 1.9 isn’t too difficult.
=r

ruby-debug would be really nice. I’d like webby too, but Tim P. is
apparently held up by some other gem - I think it’s hpricot, but I’m not
sure,

t.

Tom C., MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [email protected] >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)

On Jul 16, 2009, at 11:22 PM, botp wrote:

On Fri, Jul 17, 2009 at 12:41 PM, Roger
Pack[email protected] wrote:

Any in particular (besides ruby-debug) that aren’t compat but we wish
they were?

just my current wish:
1 ruby-serialport
2 eventmachine
3 pg
4 fastri

See here for fastri instructions + patch (it’s still a WIP, send me
bugs!): Tu fui, ego eris | :wq – blog

5 rcov

See here: GitHub - relevance/rcov: The new home of RCov on GitHub

thanks and best regards -botp

  • Lee

On Thu, Jul 16, 2009 at 10:22 PM, botp [email protected] wrote:

On Fri, Jul 17, 2009 at 12:41 PM, Roger P.[email protected]
wrote:

Any in particular (besides ruby-debug) that aren’t compat but we wish
they were?

just my current wish:
1 ruby-serialport
2 eventmachine

I believe eventmachine 0.12.8 works just fine under 1.9 - I know it
works
for the limited amount I use it

3 pg

The version from here http://github.com/dseverin/pg/tree/master - works
for
me just fine under 1.9

John

botp wrote:

On Fri, Jul 17, 2009 at 12:41 PM, Roger P.[email protected]
wrote:

Any in particular (besides ruby-debug) that aren’t compat but we wish
they were?

just my current wish:
1 ruby-serialport
2 eventmachine
3 pg
4 fastri
5 rcov

Appears the only ones not compat are ruby-serialport [unfortunately I’m
not sure if I have a serial device to test it with] and webby appears
also to install and work if you patch it [1]. hpricot does appear to
compile and work on 1.9.
For ruby-debug the only current option (at least we have options) is the
built in debugger [2] or unroller [3].

Not sure if there’s much to do here. Move along now.

=r

[1]
http://webby.lighthouseapp.com/projects/17680-webby/tickets/19-multibyte-error-under-ruby-191#ticket-19-2
[2] http://beaver.net/rdebug/index-0.html
[3] http://allgems.ruby-forum.com/gems/unroller/0.1.3

On Sep 25, 2009, at 6:17 PM, Roger P. [email protected] wrote:

Are there any other gems that people use that they wish could become
1.9
compat?

Win32console
Ruby-snarl

Gordon T. wrote:

On Sep 25, 2009, at 6:17 PM, Roger P. [email protected] wrote:

Are there any other gems that people use that they wish could become
1.9
compat?

Win32console
Ruby-snarl

All righty got ruby-snarl updated :slight_smile:

Can’t seem to push it to gemcutter as of yet, so here it is.

http://github.com/rdp/ruby-snarl/downloads

Enjoy.

-r

Any in particular (besides ruby-debug) that aren’t compat with 1.9 but we wish
they were?

just my current wish:
1 ruby-serialport

Appears it’s compatible for linux:
http://rubyforge.org/tracker/index.php?func=detail&aid=23788&group_id=61&atid=320

Are there any other gems that people use that they wish could become 1.9
compat?

-r

  1. Documentation: hack on rdoc with a few things – some bugs, update
    the hanna template so that it looks prettier, create a live method
    introspection gem, add remote ri gem, etc.

At the moment there is still no (rdoc) documentation for Ruby 1.9.1
available anywhere, so it would be great if that could be improved.

http://rubydoc.ruby-forum.com/doc/ruby-1.9.1-p129/

Are there any other requests for ruby documentation that people out
there still feel is lacking, anywhere?

-r

Roger P. wrote:
I was wondering on any feedback on which of the following pet projects
would be most helpful to the community.

  1. One thing I would really, really like would be support for proxies
    which require authentication, and more specifically the Microsoft ISA
    Firewall. I’d like to be able to push to gemcutter from behind that
    firewall, for instance, or install gems without resorting to NTLM APS

Barring that, Track down more bugs in the core!

And thanks for everything you’ve done so far.

Are there any other requests for ruby documentation that people out
there still feel is lacking, anywhere?

Any other burning requests for things in Ruby, for me to work on?
-r

  1. One thing I would really, really like would be support for proxies
    which require authentication, and more specifically the Microsoft ISA
    Firewall. I’d like to be able to push to gemcutter from behind that
    firewall, for instance, or install gems without resorting to NTLM APS

Any +1’s out there? :slight_smile:

-r

Roger P. wrote:

Are there any other requests for ruby documentation that people out
there still feel is lacking, anywhere?

Any other burning requests for things in Ruby, for me to work on?
-r

Well, I can’t really +1 my previous request for the proxy authentication
thing, so I’m going to +1 the documentation…
Like, for instance, :
http://ruby-doc.org/core/classes/Array.html#M002224

Roger P. wrote:

  1. One thing I would really, really like would be support for proxies
    which require authentication, and more specifically the Microsoft ISA
    Firewall. I’d like to be able to push to gemcutter from behind that
    firewall, for instance, or install gems without resorting to NTLM APS

I did notice
NTLM authentication for Ruby with Typhoeus and libcurl - RubyFlow
with regard to NTLM

But since I don’t have one to test with…

(n)curses!

"c:\scripts>gem install typhoeus
Building native extensions. This could take a while…
ERROR: Error installing typhoeus:
ERROR: Failed to build gem native extension.

c:/ruby/bin/ruby.exe extconf.rb
checking for curl/curl.h in
/opt/local/include,/opt/local/include/curl,c:/ruby/include/curl,c:/ruby/include,/u
sr/include/curl,/usr/local/include/curl… no
need libcurl

… Well, it’s WINDOWS… I guess I’ll have to submit a patch or at
least tell them about this :slight_smile:

  1. One thing I would really, really like would be support for proxies
    which require authentication, and more specifically the Microsoft ISA
    Firewall. I’d like to be able to push to gemcutter from behind that
    firewall, for instance, or install gems without resorting to NTLM APS

I did notice

with regard to NTLM

But since I don’t have one to test with…