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 crate type detection #554

Merged
merged 5 commits into from
Nov 17, 2023
Merged

Commits on Nov 14, 2023

  1. Revert "Improve logging for kinds that are not binary or library"

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5038587 View commit details
    Browse the repository at this point in the history
  2. Recognize any library type (cdylib, etc) not just 'lib'

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    16e0070 View commit details
    Browse the repository at this point in the history
  3. Restore improved logging of unrecognized crate types

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4d886ef View commit details
    Browse the repository at this point in the history
  4. Also recognize proc macros as libraries

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    914e28c View commit details
    Browse the repository at this point in the history
  5. Silence Clippy

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    73ed4a8 View commit details
    Browse the repository at this point in the history