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

Dependencies way out of date #18

Open
pontaoski opened this issue Jan 24, 2021 · 1 comment
Open

Dependencies way out of date #18

pontaoski opened this issue Jan 24, 2021 · 1 comment

Comments

@pontaoski
Copy link

Trying to use this in a project, I get a failure from hunt:

../../../../.dub/packages/hunt-1.1.2/hunt/source/hunt/concurrency/Executors.d(401,12): Error: interface hunt.util.Common.Callable(V) at ../../../../.dub/packages/hunt-1.1.2/hunt/source/hunt/util/Common.d(120,1) conflicts with struct core.thread.context.Callable at /home/jpontaoski/dlang/dmd-2.095.0/linux/bin64/../../src/druntime/import/core/thread/context.d(26,1)

It looks like this is a very old version, as the latest one is 1.6.10; seems that a lot of dependencies are out of date

@Heromyth
Copy link
Collaborator

It's really old. You can a older compiler than DMD 2.095, or use the latest grpc-dlang.

Here are all the dependencies used by the latest grpc-dlang:

{
        "fileVersion": 1,
        "versions": {
                "grpc": {"path":"../../"},
                "hunt": "1.6.11+commit.1.gccbcd8d",
                "hunt-extra": "1.0.7",
                "hunt-http": "0.6.13",
                "hunt-net": "0.5.10",
                "hunt-openssl": "1.0.3",
                "protobuf": "0.6.2"
        }
}

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

2 participants