You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/02/01 17:51:32 UTC

[GitHub] mrmcduff opened a new pull request #6802: Removing additional unguarded calls to JSON.stringify

mrmcduff opened a new pull request #6802: Removing additional unguarded calls to JSON.stringify
URL: https://github.com/apache/incubator-superset/pull/6802
 
 
   Addresses https://jira.lyft.net/projects/VIZ/issues/VIZ-198, moving most of the remaining cases of https://github.com/apache/incubator-superset/issues/6761 .
   
   The few remaining cases left to ordinary JSON.stringify were left because of one of the following:
   
   1. Stringifying an object made inline, so we know it can't be circular
   2. Using additional formatting on JSON.stringify, which the `safeStringify` function doesn't yet incorporate.
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org