On Wednesday, 13 October 2021 at 01:55:38 UTC, russhy wrote:
On Tuesday, 12 October 2021 at 18:18:45 UTC, tastyminerals wrote:
On Tuesday, 12 October 2021 at 17:35:53 UTC, russhy wrote:
[...]

Yes, I can locally "fix" that but I would also like whoever wants to compile the app in the company also compile it for his machine :( I tried to find the email of the maintainer but so far didn't have time for search.

I found this twitter: https://twitter.com/nomaddeveloper

And his linkdin: https://uk.linkedin.com/in/gary-willoughby-33b48963

(Publicly available on his website: http://nomad.uk.net/pages/about.html)

What you should probably do anyways is:


1- fork the project on github

2- apply the workaround for nullable

Update your dub file so it picks your dependency (people forgot, but you can use git repo as dependencies, just like in go)

```json
        "repository":"https://github.com/your_github/tkd.git";,
        "dependencies": {
                "tkd":  "~master" // or what ever version you want
        }
```

Thank you. I have contacted him via LinkedIn and he unarchived the repo so I could push a PR. The PR is now merged and a new tkd version `1.1.14` is available via dub. This version is compatible with the recent dmd. All good.

Reply via email to