Skip to content

Commit 2e2e044

Browse files
committed
Remove draft
1 parent 65d7967 commit 2e2e044

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/sessions/2024-12-13.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ youtubeId: ""
1212

1313
## Topic
1414

15-
The F\# language is driven by language suggestions in .
16-
Placing a suggestion is easy, the hardship is listed in the implementation.
17-
As we established in some of our past [sessions](../) contributing to the F\# compiler can be challeging.
18-
And even we you managed to make it work, in open-source, you still need a signoff from the maintainers.
19-
20-
In this session, we will take [dotnet/fsharp/#18049](https://github.com/dotnet/fsharp/pull/18049) as a case study on how a language suggestion was implemented.
21-
We will try and have a mob PR review session to provide feedback on this large pull request.
22-
2315
The evolution of the F# language is guided by community suggestions submitted to the [fsharp/fslang-suggestions](https://github.com/fsharp/fslang-suggestions) repository. While proposing a new idea is straightforward, the real challenge often lies in its implementation. As we’ve discussed in previous [sessions](../../), contributing to the F# compiler can be demanding. Even after overcoming the technical hurdles, open-source contributions require approval from maintainers to be accepted.
2416

2517
In this session, we’ll examine [dotnet/fsharp/#18049](https://github.com/dotnet/fsharp/pull/18049) as a case study, exploring how a language suggestion made its way to implementation. Additionally, we’ll conduct a mob PR review to provide collaborative feedback on this substantial pull request.

0 commit comments

Comments
 (0)