-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update links to issues in ghcide tests #718
Comments
These are fine I think since they are full links?
I don't see any instances of this sort of thing outside of ghcide/test/exe/Main.hs And the only instances in ghcide/test/exe/Main.hs occur between lines 2480 and 2523. It's just that one block of code.
that 71 is ghcide issue 71, which is already closed. Since its closed, will it be transferred? What should it be changed to, ("field in record construction ghcide 71")? ("field in record construction https://github.com/haskell/ghcide/issues/71")?
the 120 is ghcide pull 120, which is merged. That also won't be transferred I think? Should it become "-- ghcide 120"? Or "-- haskell/ghcide#120"? Most of the other numbers are like 71 and 120, either closed issues or merged pulls ... here are the only exceptions:
that 310 is an open ghcide issue that has not yet been transferred. What should this turn into?
that 123 is ghcide issue 123, which is open, and has been transferred to hls issue 713. So I guess we can change the 123 to "hls 713", or even just "713". Or we could change it to "ghcide 123", because the old issue redirects to the new one. |
@peterwicksstringfield thanks for take a look at this
Well, we are gonna to transfer them all, closed ones included, so ideally we should replace them with the new link (so we have to wait for that). Old links are automatically forwarded to the new issues so no a big deal
closed issues will be transferred but pr's won't, so we have to use full links for pr's
In the new issue id when it is transferred (i've just transferred that one and now it is #767)
I would use #713 |
That answers all my questions. When the rest of the closed issues are transferred I'll put up a PR to fix the numbers and close this issue. Thanks! |
(Is there a reason that haskell/ghcide#104 didn't get moved? Seems weird that there is just 1 issue left back on ghcide.) |
haskell-language-server/ghcide/test/exe/Main.hs
Lines 2517 to 2518 in d4f5d43
The text was updated successfully, but these errors were encountered: