Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Issue #104 #107

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Fix for Issue #104 #107

merged 3 commits into from
Jul 16, 2024

Commits on Jun 28, 2024

  1. Fix for Issue OpenCyphal#104

    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 OpenCyphal#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 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1299df4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Improving error handling

    Promoting case-sensitivity issue from assertion error to DataTypeNameCollisionError
    thirtytwobits committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d527ac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update pydsdl/_data_type_builder.py

    Co-authored-by: Pavel Kirienko <[email protected]>
    thirtytwobits and pavel-kirienko authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d9c953a View commit details
    Browse the repository at this point in the history