Steps to replicate the issue (include links if applicable):
- Go to https://www.wikifunctions.org/view/en/Z801
- View the errors for Z13870, for implementations Z10015 and Z15788
What happens?:
JavaScript error: "bigint are forbidden in JSON.stringify"
Python error: "[2024-07-14 12:59:36.486] [error] execution failed: unreachable, Code: 0x89\n[2024-07-14 12:59:36.486] [error] When executing function name: \"_start\""
What should have happened instead?:
A singleton list of type Natural number containing the value 12345 should have been returned (see result for Z901).
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
I tried editing the implementations to simply return an array containing an int. These had similar failures. JavaScript also fails when the array is a number, error: "Could not serialize input JS object: Number 801"
Related errors occur on function https://www.wikifunctions.org/view/en/Z12668. Z17702 fails with all implementations.
(On the other hand, https://www.wikifunctions.org/view/en/Z13727 successfully returns a Natural number list (presumably because that is explicit in the function definition).)