Jan Jurzitza

Results 777 comments of Jan Jurzitza

the build directory would be the best I think, since it is a build artifact after all, however DUB exposes no information about it to commands + we would also...

CI fail seems unrelated / flaky

yes pls add `enum PackageCommitSha = "...";` and `enum PackageVersionTag = "v0.1.0";` and the same for subpackages using `enum Package__CommitSha` and `Package__VersionTag`, dub already knows about these and I just...

I don't think that is helpful as it's just for the commands dub can run. What would fix this issue imo would be having defines (enums) set to the versions.

branch based dependencies have been deprecated / discouraged for a while for this reason. I think to go forward with this, like described in #9, we need: - some checksum...

yes, that's actually a better way how to keep track of git dependencies, but we would probably still want the registry to send people what's the current version, so locally...

@ntrel please open a new issue for that, that's unrelated to this issue

dub also seems to be bombarding the registry with requests when it's up but doesn't return code 200 (like it was right now) ``` 502 - Bad Gateway Connection to...

I tried restarting the travis builds but I'm not really sure why it still hangs up in the dependency fetching of dub in old DMD versions. And the ICE on...