Skip to content

Conversation

@dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from main into release/dev17.11.

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯

Troubleshooting conflicts

Identify authors of changes which introduced merge conflicts

Scroll to the bottom, then for each file containing conflicts copy its path into the following searches:

Usually the most recent change to a file between the two branches is considered to have introduced the conflicts, but sometimes it will be necessary to look for the conflicting lines and check the blame in each branch. Generally the author whose change introduced the conflicts should pull down this PR, fix the conflicts locally, then push up a commit resolving the conflicts.

Resolve merge conflicts using your local repo

Sometimes merge conflicts may be present on GitHub but merging locally will work without conflicts. This is due to differences between the merge algorithm used in local git versus the one used by GitHub.

git fetch --all
git checkout -t upstream/merges/main-to-release/dev17.11
git reset --hard upstream/release/dev17.11
git merge upstream/main
# Fix merge conflicts
git commit
git push upstream merges/main-to-release/dev17.11 --force

psfinaki and others added 3 commits June 27, 2024 23:30
* simplify

* remove dead param

* simplify

* adapter

* Simplify sh also

* up

* Okay logger should stay

* Update AssemblyContentProviderTests.fs
* arm64tests

* Update build.sh

---------

Co-authored-by: Petr <[email protected]>
* .NET 9preview4

* New macos + udpated prebuilts

* p5 + some tests fixes

* Update SourceBuildPrebuiltBaseline.xml

* fix

* Don't use msbuild output

* Update OperatorsModuleDynamic.fs

* reverting this, will be fixed separately

* up

* Update OperatorsModuleDynamic.fs

* Revert "Update OperatorsModuleDynamic.fs"

This reverts commit fc20f9e.

* Update OperatorsModuleDynamic.fs

* Update OperatorsModuleDynamic.fs

* up

* Update OperatorsModule1.fs

* Update OperatorsModule2.fs

* Update OperatorsModuleDynamic.fs

* Update OperatorsModule1.fs

* Update OperatorsModule2.fs

* Update OperatorsModule2.fs

* remove old workarond

* Revert "remove old workarond"

This reverts commit a27df0f.

* Update OperatorsModule2.fs

* invert ifs, set up consts

* comments

---------

Co-authored-by: Petr <[email protected]>
@github-actions
Copy link
Contributor

✅ No release notes required

@vzarytovskii vzarytovskii merged commit 02adf13 into release/dev17.11 Jul 1, 2024
@vzarytovskii vzarytovskii deleted the merges/main-to-release/dev17.11 branch July 1, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants