Re: [Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-13 Thread יגאל חיטרון
I think I was not clear enough. I know the code is broken, and I know noone
should use it. I show it as a symptom of the system problem - wrong
precedence order implemented in the parser.
Igal


‫בתאריך יום ה׳, 13 בדצמ׳ 2018 ב-19:03 מאת ‪Thiemo Kreuz‬‏ <‪
thiemo.kr...@wikimedia.de‬‏>:‬

> > I expect from the parser to parse wiki markup before parsing html tags
> […]
>
> As I said. As neither the wiki markup nor the XML tags in the given
> example are valid, one can't expect anything. Seriously. Code like
> {{cite|}} is just broken. It's like having two nested Klein
> bottles. Both structural elements are inside and outside the same
> time.
>
> What do you even want to achieve?
>
> Best
> Thiemo
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-13 Thread Thiemo Kreuz
> I expect from the parser to parse wiki markup before parsing html tags […]

As I said. As neither the wiki markup nor the XML tags in the given
example are valid, one can't expect anything. Seriously. Code like
{{cite|}} is just broken. It's like having two nested Klein
bottles. Both structural elements are inside and outside the same
time.

What do you even want to achieve?

Best
Thiemo

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-13 Thread יגאל חיטרון
N3: The lonk you provides expects the transclusion (preprocessor 3.4)
before tags (processor 2.2). So the follow parameter behavior is broken.
Igal


‫בתאריך יום ה׳, 13 בדצמ׳ 2018 ב-18:25 מאת יגאל חיטרון <‪
khit...@post.bgu.ac.il‬‏>:‬

> The problem is the precedence, once again. I expect from the parser to
> parse wiki markup before parsing html tags, because templates can create
> new tags by transclusion. If the ref tag is parsed first, glueing the
> unbalanced parts to one proper template call, that means that (1) the
> template can't include ref tags with follow parameter, because they will
> not be parsed any more; or (2) after the transclusion the tags are parsed
> once again, with the same algorithm. Both variants look me as a bad choice.
> So the fact that the bad code I posted works is a symptom for a parser
> problem.
> Igal
>
>
> ‫בתאריך יום ה׳, 13 בדצמ׳ 2018 ב-18:17 מאת ‪Thiemo Kreuz‬‏ <‪
> thiemo.kr...@wikimedia.de‬‏>:‬
>
>> The wikitext snippet you posted appears to be seriously broken. More
>> precisely: It is unbalanced. Technically, there is no such thing as
>> "broken" wikitext. The parser will always output something (as he does
>> in the example). However, this doesn't mean such wikitext is ok. Sure,
>> nobody is stopping anyone from writing unbalanced code. But it becomes
>> unpredictable (as the example shows), unreliable, and effectively
>> unmaintainable as it starts to heavily depend on quirky internal
>> details of the parsers implementation, how it approaches certain
>> aspects, and in which order they are processed.
>>
>> The bigger problem here is this: Even if you figure out how the parser
>> works right now, it might change, as it already did many times. Have a
>> look at pages like https://www.mediawiki.org/wiki/Markup_spec to get
>> an idea of how complex this topic is, and how many people tried how
>> many times to nail it down, all failing for one or the other reason.
>> Code like the one you showed depends so much on the tiniest
>> implementation detail of the parsing process, it becomes so fragile
>> that it might break any day for reasons nobody could ever anticipate
>> without a warning.
>>
>> Please balance your wikitext.
>>
>> Best
>> Thiemo
>>
>> ___
>> Wikitech-l mailing list
>> Wikitech-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-13 Thread יגאל חיטרון
The problem is the precedence, once again. I expect from the parser to
parse wiki markup before parsing html tags, because templates can create
new tags by transclusion. If the ref tag is parsed first, glueing the
unbalanced parts to one proper template call, that means that (1) the
template can't include ref tags with follow parameter, because they will
not be parsed any more; or (2) after the transclusion the tags are parsed
once again, with the same algorithm. Both variants look me as a bad choice.
So the fact that the bad code I posted works is a symptom for a parser
problem.
Igal


‫בתאריך יום ה׳, 13 בדצמ׳ 2018 ב-18:17 מאת ‪Thiemo Kreuz‬‏ <‪
thiemo.kr...@wikimedia.de‬‏>:‬

> The wikitext snippet you posted appears to be seriously broken. More
> precisely: It is unbalanced. Technically, there is no such thing as
> "broken" wikitext. The parser will always output something (as he does
> in the example). However, this doesn't mean such wikitext is ok. Sure,
> nobody is stopping anyone from writing unbalanced code. But it becomes
> unpredictable (as the example shows), unreliable, and effectively
> unmaintainable as it starts to heavily depend on quirky internal
> details of the parsers implementation, how it approaches certain
> aspects, and in which order they are processed.
>
> The bigger problem here is this: Even if you figure out how the parser
> works right now, it might change, as it already did many times. Have a
> look at pages like https://www.mediawiki.org/wiki/Markup_spec to get
> an idea of how complex this topic is, and how many people tried how
> many times to nail it down, all failing for one or the other reason.
> Code like the one you showed depends so much on the tiniest
> implementation detail of the parsing process, it becomes so fragile
> that it might break any day for reasons nobody could ever anticipate
> without a warning.
>
> Please balance your wikitext.
>
> Best
> Thiemo
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-13 Thread Thiemo Kreuz
The wikitext snippet you posted appears to be seriously broken. More
precisely: It is unbalanced. Technically, there is no such thing as
"broken" wikitext. The parser will always output something (as he does
in the example). However, this doesn't mean such wikitext is ok. Sure,
nobody is stopping anyone from writing unbalanced code. But it becomes
unpredictable (as the example shows), unreliable, and effectively
unmaintainable as it starts to heavily depend on quirky internal
details of the parsers implementation, how it approaches certain
aspects, and in which order they are processed.

The bigger problem here is this: Even if you figure out how the parser
works right now, it might change, as it already did many times. Have a
look at pages like https://www.mediawiki.org/wiki/Markup_spec to get
an idea of how complex this topic is, and how many people tried how
many times to nail it down, all failing for one or the other reason.
Code like the one you showed depends so much on the tiniest
implementation detail of the parsing process, it becomes so fragile
that it might break any day for reasons nobody could ever anticipate
without a warning.

Please balance your wikitext.

Best
Thiemo

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-13 Thread יגאל חיטרון
Thank you.
But even so, what about the weird order of precedence? I really do not like
that this code actually works:
text1{{citetext3|title=google|url=
http://google.com}}text5
Or it's implemented like this in purpose?
Igal


‫בתאריך יום ה׳, 13 בדצמ׳ 2018 ב-12:58 מאת ‪Thiemo Kreuz‬‏ <‪
thiemo.kr...@wikimedia.de‬‏>:‬

> > […] why the  tag parameter follow= is not turned off in wiki sites
> that are not wikisource?
>
> As the Technical Wishes team at Wikimedia Germany is currently working
> on the Cite extension, I had a look to find an answer to your
> question.
>
> The follow="…" feature was introduced in 2010[1] as part of the Cite
> extension, the extension responsible for the  and 
> tags. The feature was never designed to be turned on or off per wiki,
> and can't be turned off.
>
> In case a wiki does not want to use it, and make sure it isn't used, I
> suggest to either use an "insource" search[2] on a regular basis, or
> possibly talk to the users running the Check Wikipedia project[3] to
> add a scan for the follow="…" parameter to their list.
>
> Best
> Thiemo
>
> [1]
> https://phabricator.wikimedia.org/rECITb5883ddc36f8ee270f555ad73ac5fa00cf1bcbc9
> [2] https://www.mediawiki.org/wiki/Help:CirrusSearch#Insource
> [3] https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Check_Wikipedia
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-13 Thread Thiemo Kreuz
> […] why the  tag parameter follow= is not turned off in wiki sites that 
> are not wikisource?

As the Technical Wishes team at Wikimedia Germany is currently working
on the Cite extension, I had a look to find an answer to your
question.

The follow="…" feature was introduced in 2010[1] as part of the Cite
extension, the extension responsible for the  and 
tags. The feature was never designed to be turned on or off per wiki,
and can't be turned off.

In case a wiki does not want to use it, and make sure it isn't used, I
suggest to either use an "insource" search[2] on a regular basis, or
possibly talk to the users running the Check Wikipedia project[3] to
add a scan for the follow="…" parameter to their list.

Best
Thiemo

[1] 
https://phabricator.wikimedia.org/rECITb5883ddc36f8ee270f555ad73ac5fa00cf1bcbc9
[2] https://www.mediawiki.org/wiki/Help:CirrusSearch#Insource
[3] https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Check_Wikipedia

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-12 Thread billinghurst
Presumably because it is part of Extension:Cite, not part of 
Extension:Proofread; and the two extensions operate individually, and 
Cite is independent of any particular wiki.


-- billinghurst

-- Original Message --
From: "יגאל חיטרון" 
To: "Wikimedia developers" 
Sent: 13/12/2018 5:03:16 AM
Subject: [Wikitech-l] The ref tag parameter follow in non wikisource 
wikis



Hello.
Could you explain me, please, why the  tag parameter follow= is 
not
turned off in wiki sites that are not wikisource? Who needs it there at 
all?

Thank you,
Igal (User:IKhitron)




___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] The ref tag parameter follow in non wikisource wikis

2018-12-12 Thread יגאל חיטרון
Hello.
Could you explain me, please, why the  tag parameter follow= is not
turned off in wiki sites that are not wikisource? Who needs it there at all?
Thank you,
Igal (User:IKhitron)
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l