Paul Osborne
Paul Osborne
Hi @hackrid. Currently, we are focused on geting updates directly from Vendors so things don't get too out of sync, but we could revisit this if Vendors are behaving too...
@porkybrain Did you end up making any more sense of this?
In the latest PR, I took a guess as to how this maybe should work. Any news from FOSDEM?
One approach would be the following: 1. First pass just parses the raw items and stores them against the appropriate parts of the tree. 2. Methods/Properties do computation on request....
Yeah, with my idea you would have to store a reference to the parent or similar. In general, I like to reduce the amount of state that has to be...
I believe the current behavior would be to use the first (https://docs.python.org/2/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.find). I'm not sure if it is worth it to do the extra work to warn that multiple exist...
Parse time probably isn't too big of a deal. Running the tests takes awhile (parses every SVD) but you can do it in parallel which makes things move along a...
Something like a JSON file would be nice so that we can separate the metadata from individual parser implementations. Hopefully, the code could be designed to accept both additional metadata...
@porkybrain I've run into the same thing. This is the dirty hack I tried to put together to generate a name based on the description. It doesn't really work well...
@gzm55 @stuaxo I haven't touched anything related to this for some time and could use independent verification if you are actively working with dbus-python. Based on the notes in the...