Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix caching error in the push evaluator #2332
Conversation
richvdh
assigned
erikjohnston
Jul 4, 2017
|
I hate python so much. LGTM |
richvdh
merged commit 3d31b39
into
develop
Jul 5, 2017
5 of 8 checks passed
Sytest Dendron (Commit)
Build #2414 origin/rav/fix_pushes failed in 6 min 20 sec
Details
Sytest Postgres (Commit)
Build #3250 origin/rav/fix_pushes failed in 8 min 51 sec
Details
Sytest SQLite (Commit)
Build #3334 origin/rav/fix_pushes failed in 1 min 41 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
richvdh
deleted the
rav/fix_pushes
branch
Jul 5, 2017
richvdh
referenced this pull request
Jul 5, 2017
Closed
Badges for rooms without notifications #2270
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
richvdh commentedJul 4, 2017
Initialising
resultto{}in the parameters meant that every call to_flatten_dict used the same target dictionary.
I'm hopeful this will fix #2270,
but I suspect it won't. (This code seems to have been here since forever,
unlike the bug, and I don't really think it explains the observed
behaviour). Still, it makes it hard to investigate the problem.