Comment #10 on issue 78 by sebastien.lelong: Normalized format for jallib information http://code.google.com/p/jallib/issues/detail?id=78
I've commited (as of rev. 1155) last JSON format for pinmap_pinsuffix.json, indented. This may not as readable as you may expect, I just can't control the way the lib does it. Most importantly, while I tried to convert all files on JSON format, I've discovered two issues: 1. there can't be comments in JSON file. That just sucks when you need to explain what and why you're doing something (see adc/adc_pcfg.py for instance). 2. dictionary keys can't be lists. That sucks too because I need this in adc/adc_an_grp.py). As a consequence, 2 python files remain pristine source: "pinmap.py" and "adc/adc_pcfg.py". If something has to manually be changed, that's in these files. Luckily, while doing this, extract_pinfos.py script is responsible in converting all these files (and others) in JSON format, so it's available for all languages (or for people liking to build parsers :)). I tried to document this in a wiki page: UpdatingPinmap If you're ok, I will close this issue. Seb -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
