Project:General Discussions: Difference between revisions

Line 36: Line 36:


:: A bit uncomfortable with the lack of logging for the new-Regex. It's now impossible for anyone but the implementer to review what happened. I have faith in you Jhnonn, but it makes it impossible for others to review/provide assistance, though I guess it's logged on a per-page basis. [[User:Kolano|Kolano]] ([[User talk:Kolano|talk]]) 05:32, 20 June 2016 (CEST)
:: A bit uncomfortable with the lack of logging for the new-Regex. It's now impossible for anyone but the implementer to review what happened. I have faith in you Jhnonn, but it makes it impossible for others to review/provide assistance, though I guess it's logged on a per-page basis. [[User:Kolano|Kolano]] ([[User talk:Kolano|talk]]) 05:32, 20 June 2016 (CEST)
::: The logging is there, but just like the other bots, it's [https://wiki.dolphin-emu.org/index.php?title=Special:RecentChanges&hidebots=0 not shown by default]. If you mean it's not possible to see what RegExp expression was used, we can establish a guideline to include the expression used in the summary field. For keeping record, I used two expressions, on the same query:
::: '''Find:'''
::: <tt>/(?:\={3}\s\{{2}s\}{2}[\s\S]*?\{{2}\/s\}{2}\s\={3})([\s\S]*?(?=\s\=))/</tt>
::: <tt>/(\n{3,})(\n=)/</tt>
:::'''Replace:'''
::: <tt><empty line - placeholder to avoid it being crushed by formatting> </tt>
::: <tt>\n$2</tt>
:::... which essentially matched every entry in the format <tt>=== <nowiki>{{s}}whatever{{/s}}</nowiki> ===</tt> and then fixed the excess of line breaks left by the first expression. - [[User:Jhonn|Jhonn]] ([[User talk:Jhonn|talk]]) 05:54, 20 June 2016 (CEST)


:: Also we shouldn't just transition opening of graphics option issues related to INI conflicts to Emulation Information unedited. We need to indicate the issues now only occur in that case (and only if non-conformant options are set in the graphics config). Would probably be best to set up a new shared Problem template with the general text, that can have specific title issues postfixed to. [[User:Kolano|Kolano]] ([[User talk:Kolano|talk]]) 05:38, 20 June 2016 (CEST)
:: Also we shouldn't just transition opening of graphics option issues related to INI conflicts to Emulation Information unedited. We need to indicate the issues now only occur in that case (and only if non-conformant options are set in the graphics config). Would probably be best to set up a new shared Problem template with the general text, that can have specific title issues postfixed to. [[User:Kolano|Kolano]] ([[User talk:Kolano|talk]]) 05:38, 20 June 2016 (CEST)
::: For now I'm moving them to Emulation Information and tagging them with [[:Category:5.0 cleanup]] so we can track and make any edits after we discuss how we'll handle those. Also, I'm only moving those entries to emulation information if the game INI already include the settings, otherwise I'm just leaving it in Problems section (uncrossing it if necessary) - [[User:Jhonn|Jhonn]] ([[User talk:Jhonn|talk]]) 05:54, 20 June 2016 (CEST)


=== Global Replacement Request ===
=== Global Replacement Request ===