[Buildbot-commits] [buildbot/buildbot] 74ab73: Skip balanced parentheses in ternary Interpolation...

GitHub noreply at github.com
Thu May 17 17:44:03 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 74ab736bd4a0d348af7358194787685ea57fab37
      https://github.com/buildbot/buildbot/commit/74ab736bd4a0d348af7358194787685ea57fab37
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  Skip balanced parentheses in ternary Interpolations.

Normal python % substitution skips over nested balanced parentheses.
We should do the same thing when parsing Interpolate.


  Commit: a878a0a7e51b8aeafd0fdd6410a8198c6d17a871
      https://github.com/buildbot/buildbot/commit/a878a0a7e51b8aeafd0fdd6410a8198c6d17a871
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  Be strict about identifiers accepted by Interpolate.


  Commit: ade94e1b8f250e0639372242e50860f8127b6a52
      https://github.com/buildbot/buildbot/commit/ade94e1b8f250e0639372242e50860f8127b6a52
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  Merge pull request #409 from tomprince/ternary-split

Don't use regexes in Interpolate.


Compare: https://github.com/buildbot/buildbot/compare/c807937...ade94e1


More information about the Commits mailing list