OpenCyphal / pydsdl

Cyphal DSDL processing front end implemented in Python
https://opencyphal.org
MIT License
10 stars 9 forks source link

Fix duplicate path detection #61

Closed pavel-kirienko closed 3 years ago

pavel-kirienko commented 3 years ago

Fix #60

@PetervdPerk-NXP can you please verify this? This is how you can deploy this version locally for testing:

pip install git+https://github.com/UAVCAN/pydsdl@issue-60
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 37392942


Totals Coverage Status
Change from base Build 37139568: 0.0%
Covered Lines: 3343
Relevant Lines: 3343

💛 - Coveralls
PetervdPerk-NXP commented 3 years ago

It's working now

hovergames@hovergames:~/uavcan$ yakut compile  ./public_regulated_data_types/uavcan  ./public_regulated_data_types/reg 
hovergames@hovergames:~/uavcan$ 

Thanks!