[Buildbot] #2811: Buildbot doesn't allow referring to base class via super()

Buildbot trac trac at buildbot.net
Sun May 25 10:20:16 UTC 2014


#2811: Buildbot doesn't allow referring to base class via super()
-------------------------+-----------------------
Reporter:  piyushbansal  |      Owner:
    Type:  undecided     |     Status:  new
Priority:  major         |  Milestone:  undecided
 Version:  0.8.7p1       |   Keywords:
-------------------------+-----------------------
 Buildbot's code is written in a manner such that base classes are referred
 to explicitly.

 For people used to writing super() to do the same,and extending one of
 Buildbot's classes, the debugging is a pain, since buildbot emits all
 kinds of incomprehensible error messages.

 Shouldn't the buildbot's code also refer to the base class via super() ?

--
Ticket URL: <http://trac.buildbot.net/ticket/2811>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list