Uh oh!
There was an error while loading. Please reload this page.
Make SelectionCache and EvaluationCache thread-safe - #49834
Conversation
TimNN
commented
Apr 10, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
There was a problem hiding this comment.
Given the comment above, should this also use insert_same()?
There was a problem hiding this comment.
The inserted type doesn't implement Eq.
nikomatsakis
commented
Apr 11, 2018
@bors r+ |
bors
commented
Apr 11, 2018
📌 Commit 9d48917 has been approved by |
Zoxc
commented
Apr 11, 2018
This doesn't work since @bors r- |
bors
commented
Apr 12, 2018
☔ The latest upstream changes (presumably #49558) made this pull request unmergeable. Please resolve the merge conflicts. |
rust-highfive
commented
Apr 17, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
nikomatsakis
commented
Apr 25, 2018
@Zoxc to be honest I didn't think too hard here-- and I still haven't. =) Can you spell out the problem, and do you have any ideas for how to solve? |
Zoxc
commented
Apr 25, 2018
@nikomatsakis I though maps in |
shepmaster
commented
Apr 30, 2018
Ping from triage, @Zoxc and @nikomatsakis ! Will you have time to make progress on this in the near future? |
rust-highfive
commented
May 1, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
shepmaster
commented
May 6, 2018
Ping from triage, @Zoxc ! You have test failures. |
Zoxc
commented
May 7, 2018
I've created #50507 for the bug which overwrites the cache and added a fixme to use |
nikomatsakis
commented
May 9, 2018
@bors r+ |
bors
commented
May 9, 2018
📌 Commit f741ee1 has been approved by |
bors
commented
May 9, 2018
Make SelectionCache and EvaluationCache thread-safe Split out from #49558 r? @nikomatsakis
bors
commented
May 9, 2018
☀️ Test successful - status-appveyor, status-travis |
Split out from #49558
r? @nikomatsakis