\Drupal\Component\Diff\Diff::reverse()
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | reroll_diff_12-15.txt | 5.67 KB | medha kumari |
| #15 | 3043006-15.patch | 4.45 KB | medha kumari |
| #13 | interdiff_11-12.txt | 476 bytes | immaculatexavier |
| #13 | 3043006-12.patch | 7.28 KB | immaculatexavier |
| #12 | reroll_diff_2-11.txt | 3.18 KB | immaculatexavier |
Issue fork drupal-3043006
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
sweetchuckComment #9
quietone commentedThis is still applicable.
The tasks here are suitable as a first time issue adding novice tag. I took a look at the test and I think it would help to have a test with an array that has only one element and that changes. I think it would make it easier to see the reverse failure.
This needs an issue summary update, see Write an issue summary for an existing issue for guidance.
Comment #12
immaculatexavier commentedRerolled patch against #2 for 9.5.x
Comment #13
immaculatexavier commentedFixed the custom commands against #11
Comment #15
medha kumariRerolled patch #12 in 10.1.x and fixed whitespace.
Comment #16
mondrakeNote, Diff::reverse is unused in core and #3299678: Deprecate DiffEngine and replace with sebastian/diff there's a proposal to deprecate it.
Comment #18
sweetchuckThat means, Drupal core provides it, and any contrib can|might rely on it.
Diff component should work without any problem.
Maybe the Diff component is deprecated, maybe it will be replaced in 10.x,
even in those cases, Diff component should work without any problem in 9.x.