[Tagging] Wiki Edit War on using/avoiding semicolon lists
Daniel Koć
daniel at xn--ko-wla.pl
Fri Jan 23 11:14:26 UTC 2015
W dniu 22.01.2015 19:15, moltonel 3x Combo napisał(a):
> This has been debated (yet again) on this list not long ago for the
> "name" key. The usual arguments followed. There are enough proponents
> of both styles (each with good arguments) that both styles are clearly
> here to stay (unless maybe the code data model gets updated to support
> multi-value tags).
What are the chances than to update our data model to support it? Is it
just a loose expectation (as in a "would be nice") or something more
concrete?
I also think tools can deal with semicolon-delimited lists just by
internally converting:
key=value1;value2
to a temporary array:
key[1]=value1
key[2]=value2
and returning to the semicolon mode on the output again. That would
probably help avoid too much regexping.
--
Mambałaga
More information about the Tagging
mailing list