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

tool: add undocumented option --dump-module-paths for win32 #3208

Closed
wants to merge 1 commit into from

Conversation

jay
Copy link
Member

@jay jay commented Nov 1, 2018

  • Add an undocumented diagnostic option to show the full paths of all
    loaded modules regardless of whether or not libcurl initialization
    succeeds.

This is needed so that in the CI we can get a list of all DLL
dependencies after initialization (when they're most likely to have
finished loading) and then package them as artifacts so that a
functioning build can be downloaded. Also I imagine it may have some use
as a diagnostic for help requests.

Ref: #3103

Closes #xxxx


Something like this is needed to get the artifacts from the CI as discussed in #3103. I can't think of a better way to do it other than we add something to the tool and check after initialization, otherwise we're just guessing.

- Add an undocumented diagnostic option to show the full paths of all
  loaded modules regardless of whether or not libcurl initialization
  succeeds.

This is needed so that in the CI we can get a list of all DLL
dependencies after initialization (when they're most likely to have
finished loading) and then package them as artifacts so that a
functioning build can be downloaded. Also I imagine it may have some use
as a diagnostic for help requests.

Ref: curl#3103

Closes #xxxx
Copy link
Member

@bagder bagder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

We can document it later down the line if it turns out useful and a good thing.

@jay jay closed this in 397664a Nov 6, 2018
@jay jay deleted the dump-module-paths branch November 6, 2018 08:20
@lock lock bot locked as resolved and limited conversation to collaborators Apr 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants