Module talk:RoundN: Difference between revisions

Content deleted Content added
Line 1,709:
:: okay, I changed it to a less aggressive pattern match. [[User:Frietjes|Frietjes]] ([[User talk:Frietjes|talk]]) 18:17, 22 December 2022 (UTC)
:::[[User:Frietjes|Frietjes]]: OK, the misnested tags are cleared, so, thanks! —[[User:Anomalocaris|Anomalocaris]] ([[User talk:Anomalocaris|talk]]) 22:53, 22 December 2022 (UTC)
 
== Edit request 25 February 2024 Fix node_function orphan bug ==
 
{{Edit template-protected|answered=}}
 
'''Description of suggested change:''' A fix for the longstanding <code>node_function{orphan}</code> bug where the lines from the first two matches in each round (after the first) would not be hidden (see examples here: [[User:Blaixx/sandbox/RoundN-main]]). This is what it looks like when fixed: [[User:Blaixx/sandbox/RoundN]] (tables generated using the Module:RoundN/sandbox).
 
The fix took a long time to find but is actually pretty simple. We just need to null out a variable once per column. That way all subsequent rounds will work the same way as the first. I also added some comments.
 
'''Diff:'''
See diff here: {{diff|diff=1210101008|oldid=1210100067}} [[User_talk:Blaixx|<b style="color: #329604">B</b><b style="color: #FD8F42">L</b><b style="color: #0096FF">A</b><b>IXX</b>]] 01:04, 25 February 2024 (UTC)