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

Inbox - log errors when they happen #3366

Merged
merged 9 commits into from Oct 27, 2021
Merged

Inbox - log errors when they happen #3366

merged 9 commits into from Oct 27, 2021

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    c02bd99 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Make sure to log any unexpected results instead of ignoring them

    Note that `mod_inbox_rdbms:set_inbox/6` does a strict match against
    `check_result` returning `ok`, but `_:set_inbox_incr_unread/5` does
    not have such strong verification.
    NelsonVides committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4f42844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a26cf8 View commit details
    Browse the repository at this point in the history
  3. Remove redundant indirections

    These only make jumping to tags more annoying.
    NelsonVides committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    802470b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83e0433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b12fea3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db7abb6 View commit details
    Browse the repository at this point in the history
  7. Remove unused function

    NelsonVides committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    c62ca92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47c46c2 View commit details
    Browse the repository at this point in the history