-
-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ghcide master? #173
Comments
Left out (at least) @ndmitchell |
Well, to summarize the alternatives as i see them:
Maybe a combination of both would be possible, jump to stable right now and return later to the actual state. |
We are running on
I prefer it this way as we have a proving ground for changes before they make their way into The |
Testing future ghcide changes on hls users seems to me a recipe for hls maintenance headaches. I'm unconvinced that this is a good argument. To prove my ghcide major changes, I have been following this methodology:
As a ghcide contributor, I hope that all the good stuff in the hls-2 fork will be upstreamed asap. |
I find it really weird that ghcide master is not the place for cutting edge development of ghcide. In fact, I don't really even know where is, which prevents me as a contributor for doing much beyond tinkering around the edges. The fact that we are encouraging people to use a version of ghcide which doesn't have a home is confusing - it's hard to know how to report issues and every time someone says something about Ghcide you have to clarify which Ghcide they are using. It adds to the support burden. Like @pepeiborra I'm a big fan of getting all the stuff in hls-2 upstream and then use ghcide HEAD as the cutting edge and ghcide Hackage as the last-stable version. |
I agree that we should switch to |
What's the reason for not migrating now ? |
I crated https://github.com/digital-asset/ghcide/issues/663 to track the things that need upstreaming. |
hls-2 has quite a few behavioral changes compared to master, like typechecking parent modules on save, supporting the document symbols LSP request and so on. These features have been included in haskell-language-server for a long time now, almost two months. I don't see the benefit of regressing in features, when the hls-2 branch is up to date with the latest ghcide. |
Document symbols are supported in ghcide too, and type checking parent modules as well. What other behavioural changes are there? |
Sorry, I meant
where is this? |
|
By parents I mean reverse dependencies (i.e. files that depend on the current module), even those that are not files of interest. |
HaRe calls them client modules, ones that make use of a given module. And for this you need the module graph. |
On the topic of this are there any plans to unify the |
See https://github.com/digital-asset/ghcide/issues/478 |
It had been some merged prs upstream and we have now hls-3, so this should be a litle bit close to get done |
|
* Prepare for new releases * More accurate changelog
A lot has happened since Bristol, and we have made a lot of progress, in
ghcide
andhls
.In the
hls
world, there was a time whenghcide
did not have multi-cradle support, and had some performance issues, so we used a separate fork. This had some major differences, driven primarily by the alternate build process put forward by @mpickering.My understanding is that the issues in
ghcide
have largely been resolved, and it is settling in as the primary development point for "vanilla GHC" features. This makes sense.But hls is still running a fork of ghcide that is a long way from ghcide master.
Is there still any reason to do this? I would personally prefer the gap to be as small as possible, so we can proceed as two parts of one project, each addressing a different constituency.
The text was updated successfully, but these errors were encountered: