Closed thirtytwobits closed 2 years ago
Poking at this bug is showing a network of problems with the use of Python's file APIS. Specifically, the mixing of pathlib, os.path, and manual transformations is causing significant fragility in this code. I have a fix for the specific problem reported but it requires fixing all the unit tests to make more concise assertions so the patch might take a bit to post. After this we need to generally go through the entire codebase here and use pathlib consistently.
Added #84 to track follow-on tasks.
Create bug.py:
create a symlink to the top-level types:
do:
Expected to parse and print dsdl. Actual: