Sam Ruby | 2 May 2006 18:17
Favicon
Gravatar

I think I'm done now...

I've made fixes for HTTP status codes, added an optional (and, by
default, off) feature for identifying feeds that haven't been updating,
and made the OPML validate.

http://planet.intertwingly.net/bzr/

What I would like to see is some or all of this merged into "Jeff's
devel repo".  At which point, I've been talking to Ted and Thom about
deploying this on PlanetApache where it will see a more diverse set of
feeds and a much larger set of visitors.  After beta'ing it for a while,
perhaps then we can talk about a new release of Planet?

- Sam Ruby
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel

Jeff Waugh | 2 May 2006 18:33
Gravatar

Re: I think I'm done now...

<quote who="Sam Ruby">

> I've made fixes for HTTP status codes, added an optional (and, by default,
> off) feature for identifying feeds that haven't been updating, and made
> the OPML validate.
> 
> http://planet.intertwingly.net/bzr/
> 
> What I would like to see is some or all of this merged into "Jeff's devel
> repo".

This new set hasn't made it in, but the previous lot did.

> At which point, I've been talking to Ted and Thom about deploying this on
> PlanetApache where it will see a more diverse set of feeds and a much
> larger set of visitors.

I'm running my personal Planet directly from the devel trunk repo (like,
very directly). Seems to be doing very nicely.

> After beta'ing it for a while, perhaps then we can talk about a new
> release of Planet?

'new'? We have yet to do a first *real* release. Everyone makes fun of me
about it, considering history. ;-) I'm pretty happy with all of this though,
and would be happy to merge it into the 1.0 branch, and ship the sucker. I
will give it a bit more time though, and some testing the other Planets I
run (GNOME, Ubuntu, a few others).

Thanks Sam,
(Continue reading)

Chris Dolan | 2 May 2006 19:37
Favicon
Gravatar

Re: I think I'm done now...

On May 2, 2006, at 11:33 AM, Jeff Waugh wrote:

> <quote who="Sam Ruby">
>
>> I've made fixes for HTTP status codes, added an optional (and, by  
>> default,
>> off) feature for identifying feeds that haven't been updating, and  
>> made
>> the OPML validate.
>>
>> http://planet.intertwingly.net/bzr/
>>
>> What I would like to see is some or all of this merged into  
>> "Jeff's devel
>> repo".
>
> This new set hasn't made it in, but the previous lot did.

Help!  I just did "bzr merge" from Jeff and get the following from  
"bzr status":

... [snip] ...
pending merges:
   Jeff Waugh 2006-05-03 merge from sam
     Sam Ruby 2006-05-02 Produce OPML that conforms to the Guidelines  
for val...
     ... [snip] ...
     Sam Ruby 2006-04-21 Autodiscovery and Atom feed improvments
     Sam Ruby 2006-04-21 Common feed icon
     bzr: ERROR: 'ascii' codec can't encode character u'\xe9' in  
(Continue reading)

Jeff Waugh | 2 May 2006 19:48
Gravatar

Re: I think I'm done now...

<quote who="Chris Dolan">

> position 60: ordinal not in range(128)
>   command: '/sw/bin/bzr' 'status'
>       pwd: u'/Users/chris/Documents/planet'
>     error: exceptions.UnicodeEncodeError
>   at /sw/lib/python2.4/site-packages/bzrlib/status.py line 108, in  
> show_status()
>   see ~/.bzr.log for debug information
> 
> I'm very new to bzr (installed via Fink on my Mac) and don't  
> understand this error message.

This is probably a little beyond this list's ken - could you check with the
bzr folks? Mailing list: https://lists.ubuntu.com/mailman/listinfo/bazaar-ng

Thanks,

- Jeff

-- 
linux.conf.au 2007: Sydney, Australia           http://lca2007.linux.org.au/

      There is a very fine line between 'hobby' and 'mental illness'.
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel

(Continue reading)

Jan Kundrát | 2 May 2006 23:00
Picon
Favicon

pydoc gives a backtrace on planet module

Hi folks,
today I've tried to use `pydoc` from Python/2.4.2 against your current
nightly snapshot of Planet. It ended up with a backtrace:

jkt <at> slon ~/work/prog/planet/planet-nightly $ pydoc planet
Traceback (most recent call last):
  File "/usr/bin/pydoc", line 5, in ?
    pydoc.cli()
  File "/usr/lib/python2.4/pydoc.py", line 2235, in cli
    help.help(arg)
  File "/usr/lib/python2.4/pydoc.py", line 1689, in help
    elif request: doc(request, 'Help on %s:')
  File "/usr/lib/python2.4/pydoc.py", line 1475, in doc
    pager(title % desc + '\n\n' + text.document(object, name))
  File "/usr/lib/python2.4/pydoc.py", line 295, in document
    if inspect.ismodule(object): return self.docmodule(*args)
  File "/usr/lib/python2.4/pydoc.py", line 1069, in docmodule
    contents.append(self.document(value, key, name))
  File "/usr/lib/python2.4/pydoc.py", line 296, in document
    if inspect.isclass(object): return self.docclass(*args)
  File "/usr/lib/python2.4/pydoc.py", line 1193, in docclass
    lambda t: t[1] == 'method')
  File "/usr/lib/python2.4/pydoc.py", line 1143, in spill
    name, mod, object))
  File "/usr/lib/python2.4/pydoc.py", line 297, in document
    if inspect.isroutine(object): return self.docroutine(*args)
  File "/usr/lib/python2.4/pydoc.py", line 1254, in docroutine
    doc = getdoc(object) or ''
  File "/usr/lib/python2.4/pydoc.py", line 75, in getdoc
    result = inspect.getdoc(object) or inspect.getcomments(object)
(Continue reading)

Mary Gardiner | 3 May 2006 05:41
Favicon

http://users.puzzling.org/users/mary/bzr/planet/branches/original-url-tracking/

This branch is a much smaller change than my last. The motivation for
this branch is that, with ERROR level logging, I've been getting a lot
of messages along these lines:

ERROR:planet:Error 404 while updating feed <http://www.blogger.com/maintenance.html>

I don't have the feed http://www.blogger.com/maintenance.html in my ini
file and never did quite manage to find where it was being redirected
from.

Error messages of this kind, only where the feed has been redirected,
will now read like this:

ERROR:planet:Error 404 while updating feed <http://www.blogger.com/maintenance.html> (formerly <http://bastubis.blogspot.com/atom.xml>)

-Mary
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel

Mary Gardiner | 3 May 2006 05:56
Favicon

http://users.puzzling.org/users/mary/bzr/planet/branches/executable-tests/

I've been executing the test suite under planet/tests by doing this:

$ cd [branch]
$ trial planet

trial is the Twisted test suite runner, and it finds the tests directory
and excecutes as appropriate. This has two nice features: colourful
error reporting, and no need for a custom PYTHONPATH.

This is all very nice, but it's more traditional to make the tests
directly executable. Thus, this branch.

It should apply directly after
http://users.puzzling.org/users/mary/bzr/planet/branches/original-url-tracking/

-Mary
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel

Jeff Waugh | 3 May 2006 06:21
Gravatar

http://users.puzzling.org/users/mary/bzr/planet/branches/original-url-tracking/

<quote who="Mary Gardiner">

> Error messages of this kind, only where the feed has been redirected,
> will now read like this:
> 
> ERROR:planet:Error 404 while updating feed <http://www.blogger.com/maintenance.html> (formerly <http://bastubis.blogspot.com/atom.xml>)

You're a legend. :-)

- Jeff

-- 
GUADEC 2006: Vilanova i la Geltrú, Spain            http://2006.guadec.org/

   "I think hot Chinese girls who kick ass are the wave of the future, as
                      far as films go." - Cody Russell
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel

Jeff Waugh | 3 May 2006 06:23
Gravatar

http://users.puzzling.org/users/mary/bzr/planet/branches/executable-tests/

<quote who="Mary Gardiner">

> This is all very nice, but it's more traditional to make the tests
> directly executable. Thus, this branch.

Awesome, thanks.

> It should apply directly after
> http://users.puzzling.org/users/mary/bzr/planet/branches/original-url-tracking/

(btw, this branch was not independent of your previous 'retain original URL'
one. no biggie, 'cos i'm going to merge both anyway.)

- Jeff

-- 
GUADEC 2006: Vilanova i la Geltrú, Spain            http://2006.guadec.org/

      "Then it hit me: What I really want is for all edit panes in all
    applications to be gnuclient processes hooked to a centralized emacs
                     gnuserver process!" - Gary Murphy
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel

Mary Gardiner | 3 May 2006 06:50
Favicon

http://users.puzzling.org/users/mary/bzr/planet/branches/executable-tests/

> > It should apply directly after
> > http://users.puzzling.org/users/mary/bzr/planet/branches/original-url-tracking/
> 
> (btw, this branch was not independent of your previous 'retain original URL'
> one. no biggie, 'cos i'm going to merge both anyway.)

No it wasn't. I couldn't be bothered, because then there's need to be a
third "fix up the tests added by the retain branch" branch.

-Mary
--

-- 
devel mailing list
devel <at> lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel


Gmane