User Details
- User Since
- Mar 2 2019, 11:21 AM (167 w, 6 d)
Wed, May 11
Dec 11 2020
Nov 30 2020
This is usual and expected, the second diff is the landed version. All DREVs get closed by daemon and get a new diff reflecting the landed commit when the commit gets picked up by Diffusion.
The first diff correctly shows the apostrophe. The difference between these two diffs shows that the apostrophe and the following lower case letter t have been replaced with CJK ideogram 稚, U+7A1A, [0xE7 0xA8 0x9A] in UTF-8.
My local repository does not have a commit f3a001cfe4b8. It has a2eda1ff22aa, where the apostrophe was replaced with a single 0x92 byte (and the letter t following it is there).
0x92 is the RIGHT SINGLE QUOTATION MARK in Windows-1252, which is what the requirements.rs file gets detected as prior to this commit. I don't know how phab mangles that into the ideogram, but locally the quotation mark is there, just not a UTF-8 one.
Jul 31 2020
Jul 30 2020
Nov 8 2019
Nov 4 2019
Drop in favour of D7221.
Obsoleted by a better fix in cf3bf3b03445.
Nov 2 2019
Nov 1 2019
Rebase onto stable
Oct 31 2019
Oct 30 2019
Oct 24 2019
Oct 23 2019
I'm not that bothered about this so going to abandon it for now, can always revisit it later.
Oct 18 2019
Oct 17 2019
Oct 16 2019
Oct 12 2019
I'd missed out the attrs key conversion needed on py3.
I'd missed out the attrs key conversion needed on py3.
I'd missed out the attrs key conversion needed on py3.
I'd missed out the attrs key conversion needed on py3.
I'd missed out the attrs key conversion needed on py3.
I'd missed out the attrs key conversion needed on py3.
Oct 11 2019
Tested in a xenial VM with 3.5.2 and this does make the test pass.
Fix some test-check-code issues, and one test-check-pyflakes unused local.
Fix some test-check-code issues, and one test-check-pyflakes unused local.