OpenCyphal / pydsdl

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

Fix for Issue #104 #107

Closed thirtytwobits closed 2 months ago

thirtytwobits commented 2 months ago

This changes our logic for detecting duplicate definitions on case-sensitive file-systems to only operate on files of interest and to fix this detection logic per issue #104.

If globular searches find duplicates we do not waste time detecting this until/unless these duplicates are actually considered when parsing target definitions.

thirtytwobits commented 2 months ago

We good now?

thirtytwobits commented 2 months ago

Ping? I have another PR parked behind this one too.

pavel-kirienko commented 2 months ago

Apologies for the delay, things pile up.