ID:2674071
 
Resolved
A typo existed in the results of world.Profile() for SendMaps in JSON format.
BYOND Version:514.1554
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 90.0.4430.72
Applies to:Dream Daemon
Status: Resolved (514.1555)

This issue has been resolved.
Descriptive Problem Summary:
There needs to be a comma between the "name" and "unit" entries.

Numbered Steps to Reproduce Problem:
Output the json
Get something like

{"name":"SendMaps""unit":"s","value":0.0354452,"calls":2012}

Code Snippet (if applicable) to Reproduce Problem:
world.Profile(PROFILE_START, "sendmaps", "json")


Expected Results:
non-malformed json
Actual Results:
malformed json
Does the problem occur:
Every time? Or how often?yes
In other games? unk
In other user accounts? unk
On other computers? unk

When does the problem NOT occur?
never

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
I mean technically the broken 1553 version probably

Workarounds:
regex/findreplace fixing it
Lummox JR resolved issue with message:
A typo existed in the results of world.Profile() for SendMaps in JSON format.