You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash$ csearch -i -verbose '%%0.*sprintf'
2012/02/29 16:02:11 query: "%%0"
("SPR"|"SPr"|"SpR"|"Spr"|"sPR"|"sPr"|"spR"|"spr")|("\xbfPR" "ſP")|("\xbfPr"
"ſP")|("\xbfpR" "ſp")|("\xbfpr" "ſp")
("PRI"|"PRi"|"PrI"|"Pri"|"pRI"|"pRi"|"prI"|"pri")
("RIN"|"RIn"|"RiN"|"Rin"|"rIN"|"rIn"|"riN"|"rin")
("INT"|"INt"|"InT"|"Int"|"iNT"|"iNt"|"inT"|"int")
("NTF"|"NTf"|"NtF"|"Ntf"|"nTF"|"nTf"|"ntF"|"ntf")
2012/02/29 16:02:11 post query identified 3295 possible files
bash$ csearch -i -verbose '%%0' >/dev/null
2012/02/29 16:02:24 query: "%%0"
2012/02/29 16:02:24 post query identified 9 possible files
Since only 9 files match '%%0', I would expect no more than 9 possible files
from the post query when adding '.*sprintf' to the query string. It looks like
something is ignoring the 'restrict' list somewhere.
I'm still working on a minimal test case. I'll look into this more tonight or
so.
Original issue reported on code.google.com by dgryski on 29 Feb 2012 at 3:10
The text was updated successfully, but these errors were encountered:
postReader init() was not initializing restrict correctly, so all r.next()
calls returned the full list list and not the restricted set.
Patch attached.
Original comment by dgryski on 29 Feb 2012 at 3:43
Original issue reported on code.google.com by
dgryski
on 29 Feb 2012 at 3:10The text was updated successfully, but these errors were encountered: