Module talk:Signpost: Difference between revisions

Content deleted Content added
Line 126:
{{outdent|::::::}} {{ping|JPxG}} I [https://en.wikipedia.org/w/index.php?title=Special%3AContributions&target=Mr.+Stradivarius&namespace=828&tagfilter=&start=2023-01-31&end=2023-01-31&limit=50 undid] WegweiserBot's edits to the index modules with my new serialisation code, due to [https://github.com/jp-x-g/wegweiser/pull/3#issuecomment-1410060723 this issue]. The fix was also pretty simple, so I've made a [https://github.com/jp-x-g/wegweiser/pull/4 new pull request]. — '''''[[User:Mr. Stradivarius|<span style="color: #194D00; font-family: Palatino, Times, serif">Mr.&nbsp;Stradivarius</span>]]''''' <sup>[[User talk:Mr. Stradivarius|♪&nbsp;talk&nbsp;♪]]</sup> 13:49, 31 January 2023 (UTC)
:I had a look into [[WP:SPT]]'s handling of <code>\uxxxx</code> escapes as well. It turns out that Lua doesn't actually have that kind of escape, as it treats strings as a series of bytes, rather than a series of Unicode characters. So it's not really a bug in [[WP:SPT]], but rather a fundamental issue of how Lua was trying to parse those strings. In other words, my serialisation code in Wegweiser was outputting incorrect Lua strings, so that's the thing we need to fix. — '''''[[User:Mr. Stradivarius|<span style="color: #194D00; font-family: Palatino, Times, serif">Mr.&nbsp;Stradivarius</span>]]''''' <sup>[[User talk:Mr. Stradivarius|♪&nbsp;talk&nbsp;♪]]</sup> 14:14, 31 January 2023 (UTC)
::I merged your PR request from this morning, and am running it on a few index pages. [https://en.wikipedia.org/w/index.php?title=Module:Signpost/index/2005&action=history It seems to work as intended] :) '''[[User:JPxG|jp]]'''×'''[[User talk:JPxG|g]]''' 23:06, 31 January 2023 (UTC)
 
== Multiple authors ==