[Checkins] [zopefoundation/z3c.autoinclude] 1d559e: Catch and ignore AttributeError for ``module.__fil...

Maurits van Rees noreply at github.com
Thu Feb 28 11:49:34 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.autoinclude
  Commit: 1d559efbb1e44d7b56097cc9fcede05768a0a34b
      https://github.com/zopefoundation/z3c.autoinclude/commit/1d559efbb1e44d7b56097cc9fcede05768a0a34b
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

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

  Log Message:
  -----------
  Catch and ignore AttributeError for ``module.__file__``.

Fixes https://github.com/zopefoundation/z3c.autoinclude/issues/6.


  Commit: f0757a50d22d7087ca6e061c0502731d7ea57d45
      https://github.com/zopefoundation/z3c.autoinclude/commit/f0757a50d22d7087ca6e061c0502731d7ea57d45
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
    M src/z3c/autoinclude/dependency.txt

  Log Message:
  -----------
  Write test for AttributeError for module.__file__.

Issue #6.


  Commit: 8fc9aa2867dff48042469ee65b6f62476d0c5ab7
      https://github.com/zopefoundation/z3c.autoinclude/commit/8fc9aa2867dff48042469ee65b6f62476d0c5ab7
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
    M .gitignore
    A src/z3c/autoinclude/tests/empty/.gitkeep

  Log Message:
  -----------
  Do not git ignore .gitkeep files.

I thought I had added this file.
Then I added it again.
And I did not notice that it was not actually added.
The .gitignore file ignored it.
(I will remove the file because I have found a better way, but I want to fix the .gitignore anyway, to help future authors.)


  Commit: 7fdf681713083d1a6b72b670e6a5bf1fb40e543e
      https://github.com/zopefoundation/z3c.autoinclude/commit/7fdf681713083d1a6b72b670e6a5bf1fb40e543e
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
    M src/z3c/autoinclude/dependency.txt
    R src/z3c/autoinclude/tests/empty/.gitkeep
    A src/z3c/autoinclude/tests/nomodulefile/__init__.py

  Log Message:
  -----------
  Write real test for AttributeError for module.__file__.

Issue #6.


  Commit: cb646ad0808bc1025945bd465a57c1247f24aae7
      https://github.com/zopefoundation/z3c.autoinclude/commit/cb646ad0808bc1025945bd465a57c1247f24aae7
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M src/z3c/autoinclude/dependency.py
    M src/z3c/autoinclude/dependency.txt
    A src/z3c/autoinclude/tests/nomodulefile/__init__.py

  Log Message:
  -----------
  Merge pull request #7 from zopefoundation/maurits-attributeerror-module-file-issue-6

Catch and ignore AttributeError for module.__file__.


Compare: https://github.com/zopefoundation/z3c.autoinclude/compare/8a9ed4534d5c...cb646ad0808b


More information about the checkins mailing list