fsharp / fsharp-compiler-docs

Doc build for FSharp.Compiler.Service
https://fsharp.github.io/fsharp-compiler-docs
MIT License
279 stars 123 forks source link

404 for the release note on the F# Language #1005

Closed nodakai closed 2 weeks ago

nodakai commented 2 weeks ago

Case 1: Screenshot 2024-09-17 at 00-49-42 About F# Compiler Guide => https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.md

Case 2: Screenshot 2024-09-17 at 00-55-46 F# Language F# Compiler Guide

nojaf commented 2 weeks ago

For case 2 you would need to check what happens when you evaluate https://github.com/dotnet/fsharp/blob/main/docs/release-notes/Language.fsx

nojaf commented 2 weeks ago

Think https://github.com/dotnet/fsharp/pull/17750 will do the trick.

nojaf commented 2 weeks ago

Should be fixed now, https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html

nodakai commented 2 weeks ago

confirmed, thanks!