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

Improve "dune describe external-lib-deps" : printing out more information #7478

Merged
merged 6 commits into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. refactor: improve "dune describe external-lib-deps"

        Instead of having only external dependencies, we could also add the
        internal dependencies for more information.
    
        Add the extensions of executables
    
    Signed-off-by: Alpha DIALLO <moyodiallo@gmail.com>
    moyodiallo authored and emillon committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    677cff4 View commit details
    Browse the repository at this point in the history
  2. A private lib could be a dependency

    If a private lib is a dependency and have an external lib as dependency,
    that information should be known. In order to reach all external
    dependencies.
    
    Signed-off-by: Alpha DIALLO <moyodiallo@gmail.com>
    moyodiallo authored and emillon committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    335d442 View commit details
    Browse the repository at this point in the history
  3. Update bin/describe/describe_external_lib_deps.ml

    Co-authored-by: Etienne Millon <etienne.millon@gmail.com>
    Signed-off-by: Alpha Issiaga DIALLO <alpha@tarides.com>
    moyodiallo and emillon committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    499e868 View commit details
    Browse the repository at this point in the history
  4. Update bin/describe/describe_external_lib_deps.ml

    Co-authored-by: Etienne Millon <etienne.millon@gmail.com>
    Signed-off-by: Alpha Issiaga DIALLO <alpha@tarides.com>
    moyodiallo and emillon committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a6da29e View commit details
    Browse the repository at this point in the history
  5. refactor the code

    Signed-off-by: Alpha DIALLO <moyodiallo@gmail.com>
    moyodiallo authored and emillon committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fa073c4 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    Signed-off-by: Alpha DIALLO <moyodiallo@gmail.com>
    moyodiallo authored and emillon committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2c67b7a View commit details
    Browse the repository at this point in the history