Skip to content

Commit 33437f1

Browse files
authored
Add session page for Martin (#274)
* Add session page for Martin * Remove draft
1 parent 989962c commit 33437f1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/sessions/2024-12-13.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 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.
16+
17+
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.
18+
19+
## Champion
20+
21+
- [Martin](https://github.com/Martin521)

0 commit comments

Comments
 (0)