Added a comment: will do

This commit is contained in:
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb 2021-08-24 21:45:28 +00:00 committed by admin
parent c64e80b357
commit 5ba124a00a

View file

@ -0,0 +1,40 @@
[[!comment format=mdwn
username="jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb"
nickname="jkniiv"
avatar="http://cdn.libravatar.org/avatar/419f2eee8b0c37256488fabcc2737ff2"
subject="will do"
date="2021-08-24T21:45:27Z"
content="""
Thanks. I'll try to be more diligent in the future in reporting these type of bugs when I see them. :)
I can confirm that commit 4ed36b263 seems to fix the test case with quickcheck random seed value 258328
(`--quickcheck-replay=258328`) on my Windows laptop:
[[!format sh \"\"\"
jkniiv@AINESIS MINGW64 /c/annx
$ grep -C 10 'TL\\US5\\\\X:l!nFb\\ENQ' git-annex.test--p-QuickCheck_prop_view_roundtrips.LOG~201
AssociatedFile (Just \"\ESC\")
MetaData (fromList [(MetaField \"9CY\",fromList [MetaValue (CurrentlySet False) \"\",MetaValue (CurrentlySet True) \"7y\EOT\",MetaValue (CurrentlySet True) \"D$\f^\\"\r{`\",MetaValue (CurrentlySet False) \"xpo\SOHq\"]),(MetaField \"aMO\",fromList [MetaValue (CurrentlySet False) \"\",MetaValue (CurrentlySet True) \"\ENQE\at\",MetaValue (CurrentlySet True) \"\DC4\\"1\",MetaValue (CurrentlySet True) \"7J\n,Z&0j\",MetaValue (CurrentlySet False) \"T8|3\",MetaValue (CurrentlySet False) \"UZ\",MetaValue (CurrentlySet False) \"n\n\",MetaValue (CurrentlySet False) \"uZ:]K.z~\fa\"]),(MetaField \"H\",fromList [MetaValue (CurrentlySet True) \"hEu\"]),(MetaField \"LbT\",fromList [MetaValue (CurrentlySet True) \"\",MetaValue (CurrentlySet True) \"\ENQM7\",MetaValue (CurrentlySet False) \"\b0F`;\",MetaValue (CurrentlySet False) \"\CAN\USs\",MetaValue (CurrentlySet True) \"C\",MetaValue (CurrentlySet False) \"K\",MetaValue (CurrentlySet True) \"\\}(g_\"]),(MetaField \"v\",fromList [MetaValue (CurrentlySet True) \"ES\"])])
False
Passed:
AssociatedFile Nothing
MetaData (fromList [(MetaField \"J\",fromList [MetaValue (CurrentlySet False) \"\",MetaValue (CurrentlySet False) \"b(4G\",MetaValue (CurrentlySet False) \"bf\\"\STXCF\DEL\",MetaValue (CurrentlySet True) \"i\DC3VB^\"]),(MetaField \"O\",fromList [MetaValue (CurrentlySet False) \"\",MetaValue (CurrentlySet False) \"\STXAX\US5\",MetaValue (CurrentlySet True) \"\ESC\",MetaValue (CurrentlySet False) \"&\GS\DEL\SOH)i\ACK,\",MetaValue (CurrentlySet False) \"3I4\DLE\",MetaValue (CurrentlySet True) \"J\",MetaValue (CurrentlySet True) \"t\",MetaValue (CurrentlySet False) \"yD6t\"]),(MetaField \"p\",fromList [MetaValue (CurrentlySet True) \"\",MetaValue (CurrentlySet True) \"\EOTM1ZcA\",MetaValue (CurrentlySet True) \"\nK\",MetaValue (CurrentlySet False) \")\GS\",MetaValue (CurrentlySet True) \".P'\RSJZ&\DC1\ETB\rz\",MetaValue (CurrentlySet False) \"1;\",MetaValue (CurrentlySet True) \"f4Z\SOHr\",MetaValue (CurrentlySet False) \"gkl\"]),(MetaField \"XaF\",fromList [MetaValue (CurrentlySet False) \"\",MetaValue (CurrentlySet True) \"@\",MetaValue (CurrentlySet False) \"H4o?2\\K\EM\",MetaValue (CurrentlySet False) \"IQ\DC3p\"])])
False
Passed:
AssociatedFile (Just \"A<#;\SUB\ETB]u v\FS?\bY\SUB9b%\DC4%Ws\\\aJ\FS4\rM\DC1\CAN6g;(TL\US5\\X:l!nFb\ENQ\")
MetaData (fromList [(MetaField \"H\",fromList [MetaValue (CurrentlySet True) \"\",MetaValue (CurrentlySet False) \"1=x\",MetaValue (CurrentlySet True) \">\STX\",MetaValue (CurrentlySet False) \"H}9\"]),(MetaField \"HJ\",fromList [MetaValue (CurrentlySet True) \"\",MetaValue (CurrentlySet True) \"\f\",MetaValue (CurrentlySet True) \"\DC1\DC4Xw{aX\",MetaValue (CurrentlySet False) \"'\\"{\",MetaValue (CurrentlySet False) \"'9\USKB*\r\",MetaValue (CurrentlySet True) \"I)\ar\",MetaValue (CurrentlySet False) \"l\"]),(MetaField \"m\",fromList [MetaValue (CurrentlySet False) \"\",MetaValue (CurrentlySet True) \"\GS#\"]),(MetaField \"ub\",fromList [MetaValue (CurrentlySet True) \"\",MetaValue (CurrentlySet True) \"\DC3{5q9\",MetaValue (CurrentlySet False) \")\",MetaValue (CurrentlySet False) \"C\\!H\",MetaValue (CurrentlySet False) \"|\"])])
True
Passed:
AssociatedFile (Just \"\\+4xu#WC@\ENQ#%Txfh\n9Am};\tv!\ETB8\")
MetaData (fromList [(MetaField \"I\",fromList [MetaValue (CurrentlySet True) \"\NAK\"])])
True
Passed:
AssociatedFile (Just \"\SOH^=Fs\DC3Cmbt/\ESC5\US S\ETB\f}y%\GS\GSlwL\SOH\\N<T\SYN7\\"I\")
\"\"\"]]
"""]]