OpenCyphal / pydsdl

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

Fix for #82 PyDSDL allows same namespace name for lookup dir and root… #88

Closed thirtytwobits closed 1 year ago

thirtytwobits commented 1 year ago

… namespace

Problem: Pydsdl does not allow using same root namespace names.

Solution: We made the check for root namespace name collisions optional. Tests: Unit test, Manual test

thirtytwobits commented 1 year ago

Merging. Will watch mainline to see if this is transient or not...