Skip to content
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

frontend > 2.100 support #16

Open
belka-ew opened this issue Sep 9, 2022 · 3 comments
Open

frontend > 2.100 support #16

belka-ew opened this issue Sep 9, 2022 · 3 comments

Comments

@belka-ew
Copy link

belka-ew commented Sep 9, 2022

The DMD frontend version used by DLP is starting to show its age. I'm currently have the problem that I can't use std.sumtype. Are there any plans to update the frontend?

I've looked into ddc and there seem to be quite a few code changes and rebasing is not that easy (at least without knowing what has changed). Is it possible to make DLP work with the official frontend (available as Dub package since 2.100)?

@jacob-carlborg
Copy link
Owner

The DMD frontend version used by DLP is starting to show its age. I'm currently have the problem that I can't use std.sumtype. Are there any plans to update the frontend?

No, unfortunately there are currently no plans to update the frontend. This project turned out to be an experiment that failed.

I've looked into ddc and there seem to be quite a few code changes and rebasing is not that easy (at least without knowing what has changed)

There are very few changes in DDC. I think it should be easy.

Is it possible to make DLP work with the official frontend (available as Dub package since 2.100)?

No, I don't think that would be possible. BTW, I created the Dub package several years ago.

@linkrope
Copy link

We use infer-attributes regularly at work.
In what way do you think the experiment failed?
Because we are thinking about creating a pull request or in the worst case a fork.

@jacob-carlborg
Copy link
Owner

In what way do you think the experiment failed?

The experiment was to see if it's possible to build tools using the DMD frontend. Since I had to create a fork it shows that the upstream is not good enough to build tools on. There are other features I would have liked to implement but there's too much trouble with the DMD frontend so I gave up.

Because we are thinking about creating a pull request or in the worst case a fork.

Sure, I can merge a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants