Skip to content

Commit 65d7967

Browse files
committed
Add session page for Martin
1 parent 989962c commit 65d7967

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/sessions/2024-12-13.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: 'A F# Compiler Tour: Reviewing "Scoped Nowarn"'
3+
preview: 'A F# Compiler Tour: Reviewing "Scoped Nowarn"'
4+
isDraft: true
5+
date: 2024-12-13T14:00:00.000Z
6+
slug: "2024/11/22"
7+
champion: "Martin"
8+
zoomLink: "https://us06web.zoom.us/j/86109507433?pwd=qc6GJtAjXynXVBUE7puI4RwcbOQBI4.1"
9+
zoomPasscode: "review"
10+
youtubeId: ""
11+
---
12+
13+
## Topic
14+
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+
23+
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.
24+
25+
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.
26+
27+
## Champion
28+
29+
- [Martin](https://github.com/Martin521)

0 commit comments

Comments
 (0)