-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Roan Kattouw wrote: | Brion Vibber schreef: |> If it's not a hard fix, it might be great to see that come in in the |> next day or two so I can merge it into the 1.12.0 release. |> | Well ain't that a funny coincidence ;) I fixed the issue and applied the | fix to the 1.12 branch. The magnitude of this problem was far greater | than I had imagined: *every* mention of a page outside of the main | namespace breaks, *every* ISO8601 timestamp breaks, which makes most | query modules completely useless in YAML.
Hmm, a related problem I see is that numeric strings aren't quoted. If I'm reading things properly, that means that, say, a page named "123" will decode with an integer value for the 'title' field instead of a string value.
While some scripting languages will happily convert automatically between integer and string types, others are pretty picky about this.
- -- brion vibber (brion @ wikimedia.org)