[Buildbot-commits] [buildbot/buildbot] 7b982e: Make all IRenderables properly comparable.
GitHub
noreply at github.com
Thu Sep 27 19:51:56 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 7b982e27ed269fdb9c004ccb0a84e5606b780a89
https://github.com/buildbot/buildbot/commit/7b982e27ed269fdb9c004ccb0a84e5606b780a89
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M master/buildbot/process/properties.py
M master/buildbot/test/unit/test_process_properties.py
Log Message:
-----------
Make all IRenderables properly comparable.
Compare all renderables using all relevant attributes. Distinctly evaluated
lambdas will compare not-equal, so using lambdas for WithProperties or
properties.renderer will work properly with reconfig.
Fixes #1948.
Commit: 83c32a70fa072db043b9cc0ee1e20676eefe0580
https://github.com/buildbot/buildbot/commit/83c32a70fa072db043b9cc0ee1e20676eefe0580
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M master/buildbot/process/properties.py
M master/buildbot/test/unit/test_process_properties.py
Log Message:
-----------
Merge branch 'bug1948' of git://github.com/tomprince/buildbot
Compare: https://github.com/buildbot/buildbot/compare/8a6ecb94de80...83c32a70fa07
More information about the Commits
mailing list