Uh oh!
There was an error while loading. Please reload this page.
Use InternedString instead of Symbol for type parameter types (2) - #49695
Conversation
michaelwoerister
commented
Apr 5, 2018
@bors try |
bors
commented
Apr 5, 2018
Use InternedString instead of Symbol for type parameter types Reduced alternative to #49266. Let's see if this causes a performance regression.
TimNN
commented
Apr 5, 2018
Your PR failed on Travis. 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 |
bors
commented
Apr 5, 2018
💔 Test failed - status-travis |
TimNN
commented
Apr 5, 2018
Your PR failed on Travis. 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 |
1 similar comment
TimNN
commented
Apr 5, 2018
Your PR failed on Travis. 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 |
bors
commented
Apr 5, 2018
☔ The latest upstream changes (presumably #49045) made this pull request unmergeable. Please resolve the merge conflicts. |
d7357e2 to
f3aebe3Comparef3aebe3 to
4c4f9b9Comparemichaelwoerister
commented
Apr 6, 2018
@bors try |
bors
commented
Apr 6, 2018
Use InternedString instead of Symbol for type parameter types (2) Reduced alternative to #49266. Let's see if this causes a performance regression.
bors
commented
Apr 6, 2018
☀️ Test successful - status-travis |
michaelwoerister
commented
Apr 6, 2018
@Mark-Simulacrum, would you mind doing a perf run for this? |
Mark-Simulacrum
commented
Apr 6, 2018
Perf run started. |
michaelwoerister
commented
Apr 7, 2018
No real performance regression, it seems. Let's merge this version and treat the optimizations in #49266 in a separate PR, I'd say. |
nikomatsakis
commented
Apr 10, 2018
@bors r+ |
bors
commented
Apr 10, 2018
📌 Commit 4c4f9b9 has been approved by |
bors
commented
Apr 10, 2018
⌛ Testing commit 4c4f9b9 with merge a7325fcf69e107fb6312d6ad93a76ee55b234732... |
bors
commented
Apr 10, 2018
💔 Test failed - status-appveyor |
kennytm
commented
Apr 10, 2018
@bors retry 3 hour timeout in TimingsThe time spent on building LLVM is unusually long, at 18 minutes (usually it is about 5 minutes). |
bors
commented
Apr 11, 2018
…akis Use InternedString instead of Symbol for type parameter types (2) Reduced alternative to #49266. Let's see if this causes a performance regression.
bors
commented
Apr 11, 2018
☀️ Test successful - status-appveyor, status-travis |
pnkfelix
commented
Apr 12, 2018
(this should act as a workaround for issue #48923) |
alexcrichton
commented
Apr 20, 2018
In backporting this PR e31dae4 doesn't apply cleanly but it looks non-critical so I'm going to leave it out. |
This commit papers over rust-lang#49889 (introducing a fixme pointing at rust-lang#50125) for a bug that was introduced with rust-lang#49695. This workaround is taken from rust-lang#49891.
michaelwoerister
commented
Apr 23, 2018
I'll backport that commit too. It's kind of important because otherwise we get rather hard to interpret ICEs in subsequent compilation sessions (and sometimes silent corruption). |
[beta] Backport - Improve assertion in Query::force(). Follow up to #49695 (comment) r? @alexcrichton
Reduced alternative to #49266. Let's see if this causes a performance regression.