Zum Inhalt springen

„Wikipedia Diskussion:Lua/Modul/JSONutil“ – Versionsunterschied

Seiteninhalte werden in anderen Sprachen nicht unterstützt.
aus Wikipedia, der freien Enzyklopädie
Letzter Kommentar: vor 5 Jahren von קיפודנחש in Abschnitt no comments in JSON
Inhalt gelöscht Inhalt hinzugefügt
Neuer Abschnitt no comments in JSON
typo
Zeile 3: Zeile 3:
== no comments in JSON ==
== no comments in JSON ==


the module tries to verify (starting at line 57) if every open comment ( /* ) is closed. however, this makes no sense - JSON syntax does not support comments of any kind, and every time the module encounters either /* or //, except when inside a string token, it should mark it as an error. verifying that a verbotten "open comment" is matched by another vebotten "close comment" seems illogical.
the module tries to verify (starting at line 57) that every open comment ( /* ) is closed. however, this makes no sense - JSON syntax does not support comments of any kind, and every time the module encounters either /* or //, except when inside a string token, it should mark it as an error. verifying that a verbotten "open comment" is matched by another vebotten "close comment" seems illogical.


peace - [[Benutzer:קיפודנחש|קיפודנחש]] ([[Benutzer Diskussion:קיפודנחש|Diskussion]]) 21:54, 31. Jul. 2019 (CEST)
peace - [[Benutzer:קיפודנחש|קיפודנחש]] ([[Benutzer Diskussion:קיפודנחש|Diskussion]]) 21:54, 31. Jul. 2019 (CEST)

Version vom 31. Juli 2019, 21:54 Uhr

Vorlagenprogrammierung Diskussionen Lua Test Unterseiten
Modul Deutsch English

Modul: Dokumentation

no comments in JSON

the module tries to verify (starting at line 57) that every open comment ( /* ) is closed. however, this makes no sense - JSON syntax does not support comments of any kind, and every time the module encounters either /* or //, except when inside a string token, it should mark it as an error. verifying that a verbotten "open comment" is matched by another vebotten "close comment" seems illogical.

peace - קיפודנחש (Diskussion) 21:54, 31. Jul. 2019 (CEST)Beantworten