python / buildmaster-config

Configuration for buildbot.python.org

Home Page:https://buildbot.python.org/all/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

synchronization of class names for AIX systems compared to other platforms

aixtools opened this issue · comments

While synchronization may not be hot - I do notice what feel like incorrect names.

I would expect the basename, e.g. "AIXBuild" to be the generic aka starting point and then other names for when arguments are added. This was done - there is a classname AIXBuildWithGcc - except there is no configure argument "--with-gcc". Further, it magically deletes the argument "--without-computed-gotos" that the class AIXBuild has.

So, the coming PR will contain my suggestion:

classnames "AIXBuild", and "AIXBuildWithoutComputedGotos"

This was done by #81.