You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: In adafruit/circuitpython#5519 a revision was made to nvm.toml that just errored when trying to fill out the nvm header template. I wanted to add a check for toml file correctness, and first tried cascadetoml check, but that doesn't find the problem. Only cascadetoml cascade filter (or the equivalent, from Python) seems to do so.
I also don't know for sure whether it should be an error that manufacturer_id appears in both flash/puya/P25Q16H.toml and flash/puya/puya.toml, or if it should be allowed.
The text was updated successfully, but these errors were encountered:
Background: In adafruit/circuitpython#5519 a revision was made to nvm.toml that just errored when trying to fill out the nvm header template. I wanted to add a check for toml file correctness, and first tried
cascadetoml check
, but that doesn't find the problem. Onlycascadetoml cascade filter
(or the equivalent, from Python) seems to do so.I also don't know for sure whether it should be an error that
manufacturer_id
appears in bothflash/puya/P25Q16H.toml
andflash/puya/puya.toml
, or if it should be allowed.The text was updated successfully, but these errors were encountered: