Skip to content

Merge main to release/dev17.14 #18244

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

Merged
merged 24 commits into from
Jan 20, 2025
Merged

Conversation

dotnet-bot
Copy link
Contributor

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

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.14
git reset --hard upstream/release/dev17.14
git merge upstream/main
# Fix merge conflicts
git commit
git push upstream merges/main-to-release/dev17.14 --force

majocha and others added 23 commits January 6, 2025 21:16
…18195)

* refactor

* tests/FSharp.Compiler.ComponentTests/EmittedIL/ForLoop
…18196)

* More tests - directory attribute improvements

* methordresolution
Co-authored-by: Petr <psfinaki@users.noreply.github.com>
* fix AsyncLazy cancellation

* baselines
* otel instrumentation for xunit test runs

* wip

* sort out deps version conflict

* disable for desktop
…ence-packages build 20250110.3 (#18226)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.24619.1 -> To Version 9.0.0-alpha.1.25060.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…108.5 (#18227)

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24623.3 -> To Version 9.0.0-beta.25058.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
…ic arguments (#17877)

* tests

* code

* baseline

* fantomas

* release notes

* ilverify baselines

* Update tests/FSharp.Compiler.ComponentTests/Conformance/LexicalAnalysis/SymbolicOperators.fs

Yeah the comments are pointless.

Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>

* Feedback pt 1

* temp

* tests

* release notes

* debug

* Update DEVGUIDE.md

Co-authored-by: Petr <psfinaki@users.noreply.github.com>

---------

Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Petr <psfinaki@users.noreply.github.com>
…nager/DependencyProvider.fs and refactored. (#18207)

* /Compiler/TypedTree/TypedTreePickle.fs refactored.
"#if" directive around nullness removed from src
Related: #18061 (partially addresses)

- [x] Release notes entry updated: in
    `docs/release-notes/.FSharp.Compiler.Service/9.0.200.md`,

* try 2

* refactoring

* .

* .

* lets hope this works

* .

* fantomas tried with a bit of tricks DependencyProvider.fs

* fantomas ignore

* unformat

---------

Co-authored-by: Petr <psfinaki@users.noreply.github.com>
…115.2 (#18240)

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.25058.5 -> To Version 9.0.0-beta.25065.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* simplify tests dependencies

* OverallHintExperienceTests
…ence-packages build 20250116.1 (#18242)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.25060.3 -> To Version 9.0.0-alpha.1.25066.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Copy link
Contributor

❗ Release notes required


✅ Found changes and release notes in following paths:

Warning

No PR link found in some release notes, please consider adding it.

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/9.0.300.md No current pull request URL (#18244) found, please consider adding it

@psfinaki psfinaki merged commit 3981d81 into release/dev17.14 Jan 20, 2025
33 checks passed
@psfinaki psfinaki deleted the merges/main-to-release/dev17.14 branch January 20, 2025 12:03
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.

10 participants