-
Notifications
You must be signed in to change notification settings - Fork 101
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
Agilent MH12 method export #1344
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just make it so that the project in Executables uses the copy of the DLLs in the Methods folder to avoid having two copies? I think you should be able to make the project point at the other DLLs with a relative path containing ..\ parent folder navigation. Then the build system should be able to copy the DLLs from there.
….com/ProteoWizard/pwiz into Skyline/work/20201207_agilent_ultivo
…k/20201207_agilent_ultivo
….com/ProteoWizard/pwiz into Skyline/work/20201207_agilent_ultivo
@rita-gwen This PR changed every line of Resources.resx: |
I wonder why these line ending changes happen to Rita more than to anyone else. By the way, if you want to see how much space a particular version of a file is taking up inside of the packfile, I think there is some information about how to use "git verify-pack" to do that here: |
So moving forward probably just a simple PR to revert the line ending changes? Otherwise every other PR that touches Resources.resx has to due a huge conflict resolution. |
Yes, a separate PR to fix the line endings sounds like a good idea. |
Sorry about this, guys. There was a conflict in the Resources.resx file and
Github was showing the whole file difference, so I used local merge.
TurtoseGit conflict resolution editor apparently ignores the whitespace
because it was showing the actual differences, so it was easy to resolve.
I'm not sure why it keeps happening. I see "Inconsistent line endings"
pop-up dialog in Visual Studio pretty often and I always cancel out of it,
but I'm not sure if this is the cause or the effect. Do you think the fact
that I mostly use the command line Git client instead of TurtoseGit can be
relevant?
…On Wed, Nov 29, 2023 at 10:40 AM nickshulman ***@***.***> wrote:
Yes, a separate PR to fix the line endings sounds like a good idea.
Merge conflicts caused by line ending changes are usually not that bad.
The github website has no idea how to handle them, but if you resolve the
conflicts using TortoiseMerge, it usually handles it automatically and
tells you that there are no conflicts.
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/ProteoWizard/pwiz/pull/1344*issuecomment-1832494121__;Iw!!K-Hz7m0Vt54!lJcK5hhPBtlsiRph6QvFw6OiIABFBngn0fwoYIGq6QRGvl1wWq7P7iS1Az3Byurjew4pMXGHKy4E4Sku_Kqi4A$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ADFQG7D2JQJOK3SCOQVVCHTYG56RHAVCNFSM4UQZBMF2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBTGI2DSNBRGIYQ__;!!K-Hz7m0Vt54!lJcK5hhPBtlsiRph6QvFw6OiIABFBngn0fwoYIGq6QRGvl1wWq7P7iS1Az3Byurjew4pMXGHKy4E4SkG64Tn9A$>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Rita Chupalov
*Software Developer*
*at UW Genome Sciences Department*
|
This is my global git config:
|
The Github showing the whole file difference is the cue to look for that you had already committed the file with a line endings change. (You can also see it in the number of lines added and removed in the git status or TortoiseGit commit changes window.) I think TGit and git use the same core settings, so it's probably VS changing them. I also use autocrlf=true. |
Actually, I'm looking at Resources.resx before and after this commit and I do not see line ending differences. They both are all CR/LF. |
TortoiseGit's "Show unified diff" can for some reason show the whitespace changes without changing autocrlf: diff --git a/pwiz_tools/Skyline/Properties/Resources.resx b/pwiz_tools/Skyline/Properties/Resources.resx I'm guessing this got messed up when Kaipo did a merge from master with the wrong autocrlf setting, because I don't see any non-merge commits on this branch that make so many changes to Resources.resx. |
No, there are just few lines of change. |
So, next time I see this dialog pop out should I just press OK and change everything to CR/LF? |
Thank you, guys, appreciate your help with this! |
No description provided.