amplifying-fsharp / sessions

11 stars 0 forks source link

New Session About Solving Good First Issues for FSharp #52

Open kirisky opened 1 month ago

kirisky commented 1 month ago

Session on Solving Good First Issues for FSharp - A Newcomer's Perspective

Dong, from Individual Contributor. In EET/EEST, would like to tackle: Some "first good issue"s from the Bugs & Regressions (triaged) dashboard.

Extra

It will demonstrate how to tackle "first good issue"s for dotnet/fsharp repo from a newcomer's perspective. The goal is to help new contributors become familiar with the workflow of fixing bugs in the F# repo and take their first steps in contributing.

kirisky commented 2 weeks ago

I am gonna to choose to solve this issue dotnet/fsharp/issues/13504.

The issue is about debugging computed expressions. The example from the issue is that 3 computed expressions there and added breakpoints on them for debugging, but the debugger will skip for one of them. I tried with the given code and the issue is still there.

So far, I have been reading the F# Compiler Guide and try to find out the related parts for this issue. (seems it is the Debug Emit chapter).

I hope get some suggestions/advices from you guys about this issue.

Thank you in advance! 😊