- Status changed to RTBC
about 2 months ago 10:29am 13 February 2025 - πͺπΈSpain nachosalvador Elx
I have faced this issue when I need to use a custom idMap plugin and the last patch #35 works successfully to me.
- πΊπΈUnited States benjifisher Boston area
The patch from #35 does not apply to the 6.0.x branch.
- My version of
git
did not like the DOS-style line endings. - My version of
git
did not like that there were some empty lines. - There is a conflict from π Fix failing tests on HEAD Fixed .
I fixed (1) and (2) by editing the patch file. (I added a single space to the empty lines.)
I fixed (3) by checking out the commit before that issue, applying the patch, committing, and then rebasing on the 6.0.x branch.
It looks as though I did some of the early work on this issue, but I have not looked at the code changes in years. I am setting the status back to NR. Someone who has worked with this issue more recently should review and re-test after my rebase.
I created a MR for this issue, and I am attaching a patch for convenience.
- My version of