[Checkins] [zopefoundation/z3c.autoinclude] 528d56: Added boolean operator to ZCMLInfo.

Maurits van Rees noreply at github.com
Fri Mar 6 15:32:45 CET 2020


  Branch: refs/heads/maurits/debug-log
  Home:   https://github.com/zopefoundation/z3c.autoinclude
  Commit: 528d56b95c0390f48f6d694152018b2703870411
      https://github.com/zopefoundation/z3c.autoinclude/commit/528d56b95c0390f48f6d694152018b2703870411
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M src/z3c/autoinclude/utils.py
    M src/z3c/autoinclude/utils.txt

  Log Message:
  -----------
  Added boolean operator to ZCMLInfo.

Report as False when none of the keys have values.


  Commit: 29b19ff455e0708b200729ace1ee99ef6d04d146
      https://github.com/zopefoundation/z3c.autoinclude/commit/29b19ff455e0708b200729ace1ee99ef6d04d146
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M src/z3c/autoinclude/utils.py
    M src/z3c/autoinclude/utils.txt

  Log Message:
  -----------
  Added create_report command in utils.py.

This creates a report of the auto included zcml.
It is a list of zcml snippets that would do the same thing.
When there is no zcml auto included, we include a comment.


  Commit: b0c02b359ecdc45c91e5af3c22a2bbcdc890cf51
      https://github.com/zopefoundation/z3c.autoinclude/commit/b0c02b359ecdc45c91e5af3c22a2bbcdc890cf51
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M CHANGES.rst
    M src/z3c/autoinclude/api.py
    M src/z3c/autoinclude/dependency.py
    M src/z3c/autoinclude/plugin.py

  Log Message:
  -----------
  With env var Z3C_AUTOINCLUDE_DEBUG, log which packages are being automatically included.

Do this in a form that you can copy to a `configure.zcml` file.


Compare: https://github.com/zopefoundation/z3c.autoinclude/compare/528d56b95c03%5E...b0c02b359ecd


More information about the checkins mailing list