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

Fix crate config conflicts errors #1208

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Conversation

Fabien-Chouteau
Copy link
Member

No description provided.

@Fabien-Chouteau Fabien-Chouteau force-pushed the fix_crate_config_conflicts_errors branch from 2cef73b to 0cab969 Compare October 25, 2022 16:50
To match casing of TOML files where they come from.
 - TOML value comparison was incorrect (use Equals function now)
 - The "set by" info was incorrect
 - Error message now show the conflicting values
@Fabien-Chouteau Fabien-Chouteau force-pushed the fix_crate_config_conflicts_errors branch from 0cab969 to 0e9ce57 Compare November 17, 2022 13:07
@mosteo mosteo merged commit 2d8fab4 into master Nov 18, 2022
@mosteo mosteo deleted the fix_crate_config_conflicts_errors branch November 18, 2022 08:55
@Fabien-Chouteau
Copy link
Member Author

Thanks @mosteo , we should merge this in the 1.2 branch. I'll try to open a PR today.

Fabien-Chouteau added a commit that referenced this pull request Nov 18, 2022
* Alire.Properties.Configurations: print boolean values in lowercase

To match casing of TOML files where they come from.

* Alire.Crate_Configuration: fix, improve, and test value conflicts

 - TOML value comparison was incorrect (use Equals function now)
 - The "set by" info was incorrect
 - Error message now show the conflicting values
mosteo pushed a commit that referenced this pull request Nov 18, 2022
* Fix crate config conflicts errors (#1208)

* Alire.Properties.Configurations: print boolean values in lowercase

To match casing of TOML files where they come from.

* Alire.Crate_Configuration: fix, improve, and test value conflicts

 - TOML value comparison was incorrect (use Equals function now)
 - The "set by" info was incorrect
 - Error message now show the conflicting values

* Set macOS version to 10.15 for CI

To avoid compiler issue with Xcode 14.
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.

2 participants