Edit Sup Issue: issue73

Summary
Issue type Status
Sup version Ruby version
Assigned To Tags (list)
Description
Attachments
  Make a copy

Created on 2010-02-27.13:05:58 by anonymous, last changed by sschober.

Messages
msg181 (view) Author: rlane Date: 2010-02-27.18:01:01
Excerpts from anonymous's message of 2010-02-27 08:05:58 -0500:
> Now, I don't know my way around ruby and i am no git guru, so maybe
> this is my fault, but my guess is the file has been forgotten to be
> added?

Yep, I forgot to add the file. Sorry about that. Should be fixed now.
msg180 (view) Author: anonymous Date: 2010-02-27.13:05:58
I'm tracking  mainline/next branch and since yesterday,
more exactly since:

commit 4c49c32ead797518bd96d24ef88391b2b555aecc
Merge: 0acbe14 807fd49
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Sat Feb 27 00:05:17 2010 -0800

    Merge branch 'idle' into next

i am seeing this, when trying to start sup:

$ start-sup
/opt/ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require': no such file to load -- sup/idle (LoadError)
        from 
/opt/ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
        from ./lib/sup.rb:352
        from 
/opt/ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'
        from 
/opt/ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
        from bin/sup:15

I searched around the history and found this commit to introduce the dependency:

commit 920f40d6c5ba04af2e79cf8c5350bb91e00d712f
Author: Eric Sherman <hyperbolist@gmail.com>
Date:   Sat Jan 23 00:42:56 2010 -0500

    idle and unidle updates
    
    Now handled outside of the main thread to accommodate shelling out to
    the editor.
    
    [PATCH] flush index on idle
    and 
    [PATCHv5] [issue14] poll updates accumulate while idle
    will still work with this patch.

I tried the idle branch, but there was no lib/sup/idle.rb either.

Now, I don't know my way around ruby and i am no git guru, so maybe
this is my fault, but my guess is the file has been forgotten to be
added?

Ciao,
 Sven
History
Date User Action Args
2010-03-01 08:05:04sschobersetstatus: chatting -> resolved
2010-02-27 18:01:01rlanesetstatus: unread -> chatting
messages: + msg181
2010-02-27 13:05:58anonymouscreate