[Buildbot-commits] [SPAM] Re: [Buildbot] #631: IRC bot gives 'ValueError' when fed a singlequote

Buildbot buildbot-devel at lists.sourceforge.net
Tue Dec 29 22:58:38 UTC 2009


#631: IRC bot gives 'ValueError' when fed a singlequote
-------------------+--------------------------------------------------------
Reporter:  tycho   |        Owner:        
    Type:  defect  |       Status:  new   
Priority:  major   |    Milestone:  0.7.12
 Version:  0.7.11  |   Resolution:        
Keywords:          |  
-------------------+--------------------------------------------------------

Comment(by ddunbar):

 The problem is shlex rules allow it to fail, which isn't ideal in an IRC
 bot. I expect the syntax to be
   force build foo any text I want
 not
   force build foo "any text I want"

 When do we need to allow things to be quoted? The only options I can think
 off are builder names (and the like) that had spaces.

 Looking at the code, I'd be tempted to just completely redo how the IRC
 bot does command parsing.

-- 
Ticket URL: <http://buildbot.net/trac/ticket/631#comment:6>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list