Module talk:Signpost: Difference between revisions

Content deleted Content added
whitespace: yet another pull request
Line 125:
::::::{{ping|JPxG}} Looks like I still missed a few, so I [https://github.com/jp-x-g/wegweiser/pull/3 submitted another pull request]. These should be the last ones. — '''''[[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> 00:51, 31 January 2023 (UTC)
{{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)
 
== Multiple authors ==