You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
I ran GitLink 3.2.0-unstable0040 (from Chocolatey) on one of my C++ projects (which uses Git submodules):
gitlink -a .\Release\foo_ui_columns.pdb
It resulted in a lot of messages such as the following being printed:
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\base.h".
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\buttons.h".
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\columns_ui.cpp".
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\columns_ui.h".
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\columns_ui_appearance.h".
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\container_window_v2.h".
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\helpers.h".
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\imp_helper.h".
Found a file where we expected to find a directory: "F:\foobar2000\columns_ui\columns_ui-sdk\menu.h".
The paths are all within submodules so I assume the messages are related to that.
It would be great to add full support for submodules, though making it less worse (e.g. ignoring submodules) would still be an improvement.
Steps to reproduce
In a VS 2017 command prompt:
git clone --recursive https://github.com/reupen/columns_ui.git
cd columns_ui
msbuild /m /p:Platform=Win32 /p:Configuration=Release /t:Rebuild vc15\columns_ui-public.sln
gitlink -a .\vc15\Release\foo_ui_columns.pdb
Expected behaviour
No errors.
Actual behaviour
Errors as above.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I ran GitLink 3.2.0-unstable0040 (from Chocolatey) on one of my C++ projects (which uses Git submodules):
gitlink -a .\Release\foo_ui_columns.pdb
It resulted in a lot of messages such as the following being printed:
The paths are all within submodules so I assume the messages are related to that.
It would be great to add full support for submodules, though making it less worse (e.g. ignoring submodules) would still be an improvement.
Steps to reproduce
In a VS 2017 command prompt:
Expected behaviour
No errors.
Actual behaviour
Errors as above.
The text was updated successfully, but these errors were encountered: