Steps to replicate the issue (include links if applicable):
- Go to Echo (Z801)
- In “Try a function”, choose Quote for the type
- For the Quote object (…) choose “Reference”
- Select a Reference like Z17403/Monday
- Click “Run function”
What happens?:
Z560/Invalid evaluation result
What should have happened instead?:
The quoted object reference should have been returned
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Any object in the quote will fail to echo. It will also fail in Z199 and any code implementation of any function.
If, however, a valid Quote object is constructed by a code implementation, it will echo correctly.
- For echo’s input (…) choose “Function call”
- Choose Z29267/quoted reference as the function
- Click ➕ to add an item to the untyped list
- For item 1 (…) choose “Reference”
- Select Z17403/Monday
- Click “Run function”
Trying non-builtin implementations of echo, the Python error is:
Error type: Unspecified error Error data: error information: "'str' object has no attribute 'get'"
The JavaScript error is:
Error type: Invalid executor response Error data: contents: "[2025-11-04 22:39:48.106] [error] execution failed: out of bounds memory access, Code: 0x408 [2025-11-04 22:39:48.106] [error] When executing function name: "_start""
