gtristan opened a new pull request, #2016:
URL: https://github.com/apache/buildstream/pull/2016

   This serializes the `SourceInfo` into a regular simple dictionary object 
that can be easily serialized into formats like json or yaml.
   
   While it was requested to make this public in some way, it is not 
particularly useful to make this serialize directly into a yaml string, since 
normally one will probably want to serialize a *list of SourceInfo* objects 
reported for a given *element*, in whatever data structure one would want to 
serialize this into.
   
   For this reason, we export the current serialization which just converts the 
`SourceInfo` object into something that other serialization python libraries 
can reliably consume (simple dictionaries).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to