Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only load and parse pollfile if it has changed since last loading #327

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    3961684 View commit details
    Browse the repository at this point in the history
  2. Add pollfile_mtime attribute to zino state

    This will be used to determine if the pollfile has been modified since the last read
    johannaengland committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    acf11ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de4af43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3ee7a0 View commit details
    Browse the repository at this point in the history
  5. Add news fragment

    johannaengland committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a4e0ccd View commit details
    Browse the repository at this point in the history
  6. Catch OSError when reading pollfile

    This should rarely/never happen, since we check for the existence of the pollfile
    when loading the config and earlier in the same function, but better safe than sorry
    johannaengland committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5987e68 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Remove noqa

    johannaengland committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b98c138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4999221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76cdb5b View commit details
    Browse the repository at this point in the history