Closed (fixed)
Project:
Search API
Version:
8.x-1.x-dev
Component:
Framework
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jan 2016 at 15:49 UTC
Updated:
16 Feb 2017 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mbovan commentedComment #3
drunken monkeyComment #4
drunken monkeyEr, do we even need that method (
ContentEntity::getFieldDependenciesForEntityType())? Seems that's called exactly nowhere. Apparently, we just left it in by accident after taking a different approach in #2541206: Consider field storage dependency removal on Index.Removing the method. Also, updating the tests to be more thorough regarding field dependencies – I already had done that when I figured out that the method isn't actually called anywhere.
Comment #5
drunken monkeyComment #6
borisson_Removing code AND adding coverage? Is this what a perfect patch looks like?
Testbot isn't back yet but I'm going to rtbc anyway.
Comment #7
drunken monkeyDoes sound like a good patch, yes. Thanks for reviewing!
And at least one patch without CI error – even better! Committed.