https://bugzilla.wikimedia.org/show_bug.cgi?id=60563
--- Comment #1 from Krinkle <[email protected]> --- A discussion on #wikimedia-dev between TimStarling, superm401 and myself came up with the following: * Krinkle and superm401 mentioned that serialising integer values would be a problem as that would mean we'd have to resort to BagOStuff's emulation of increment(). * TimStarling proposed we instead serialise all non-integer values, including simple strings (even if they look like strings). And on the retrieval end, always cast to an integer if the value contains only digits, and unserialise otherwise. This latter is close to what we have already, except that we don't cast it right now. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
