Skip to content

git merge conflict indicator error message#5974

Open
0xda157 wants to merge 4 commits into
gleam-lang:mainfrom
0xda157:merge-conflict-annotations
Open

git merge conflict indicator error message#5974
0xda157 wants to merge 4 commits into
gleam-lang:mainfrom
0xda157:merge-conflict-annotations

Conversation

@0xda157

@0xda157 0xda157 commented Jul 15, 2026

Copy link
Copy Markdown
Contributor
  • The changes in this PR have been discussed beforehand in an issue
  • The issue for this PR has been linked
  • Tests have been added for new behaviour
  • The changelog has been updated for any user-facing changes

Fixes #5906

Comment on lines +957 to +958
"I don't know how to handle this",
vec!["Hint: resolve merge conflicts".into()],

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I didn't really have any good ideas for the error message, suggestions would be appreciated.

Comment on lines +412 to +416
<<<<",
ParseError {
error: ParseErrorType::UnexpectedEof,
location: SrcSpan { start: 0, end: 0 },
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

for some reason GtGT provides a nice error message but LtLt provides this unhelpful message. any advice on this would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant