Fix missing UnicodePlots compat entry in Project.toml#19
Merged
Conversation
Agent-Logs-Url: https://github.com/jMetal/MetaJul/sessions/a900b340-4e2b-4356-8598-33691dbdbd6f Co-authored-by: ajnebro <1889196+ajnebro@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix unresolved merge conflict in Project.toml
Fix missing UnicodePlots compat entry in Project.toml
May 4, 2026
Contributor
|
@copilot review the failed tests |
Agent-Logs-Url: https://github.com/jMetal/MetaJul/sessions/9d2237fa-4991-4f3e-831a-819c0a1d00da Co-authored-by: ajnebro <1889196+ajnebro@users.noreply.github.com>
Contributor
Author
The CI failure was caused by a duplicate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A partially-resolved merge conflict between
compathelperandmainleftUnicodePlots = "3"dropped from the[compat]section, breaking TOML parsing and CI.Changes
Project.toml: AddedUnicodePlots = "3"to[compat], restoring the full merged set of compat entries:Original prompt
This pull request was created from Copilot chat.