Replies: 1 comment 6 replies
-
The downside would be that it will be harder to find correct one by number (and preview folder will be bloated with everything which was there at any point) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RFCs have their file location in this repo moved as a part of their lifecycle, particularly when they're completed, being moved from RFCs/ to a folder corresponding to the F# version in question (for example FSharp-8.0/). Unfortunately this leaves dead links, not only here on GitHub, but other places on the internet which can prove harder to mend (for example, I sometimes encounter these on StackOverflow). While some of us may know where to find the moved RFC, it's not always so clear to new visitors to this repo.
Therefore, I think that from now on, whenever we move an RFC, we should put a placeholder document in its place with a link to the new location. A simple script could probably be written to do this retroactively for all past RFCs.
Beta Was this translation helpful? Give feedback.
All reactions