View Single Post
Old 01-19-2021, 10:04 AM   #5229
Ascello
Enthusiast
Ascello began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2021
Device: Kindle Paperwhite 4
Quote:
Originally Posted by JimmXinu View Post
Characters like ABcd or Harry, Ron, Hermione? One sounds like you are assigning Characters to it, the other sounds like you broke something.

Error output is the same as the messages in the View Log when an update/download finishes.
I think I broke something. I had a lot of old code that needs working on there. Or maybe I dreamt the whole situation up, as I was running on not a lot of sleep. xD Either way, I cannot seem to be able to replicate the issue and everything seems to work now, sooooo...

Quote:
Originally Posted by JimmXinu View Post
I had to go look at this for a bit too before I understood what's going on.

When you do a \, split, FFF runs each resulting entry back through the replace_metadata again, so when yy & zz hit the first line, they get changed back into xx. But then the infinite recursion check on the second line bails out, leaving xx, xx which dedups to xx.
Hm, yeah, I had this feeling that replace_metadata made loops, since I actually got xxxx when I didn't include the ^$ symbols, but since I didn't have any more code, I wasn't sure if it's something replace_metadata does in general or if I screwed something or if I was just plain wrong. Thanks.
Ascello is offline   Reply With Quote