You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I don't understand things well enough to reduce to a simple test case. You can speak to John Colvin who may understand what's going on a bit better. But I have had some nightmarish cyclical dependency problems with dub where the packages of a project reference different versions of another package (eg vibe-d). One problem is that the error reporting from dub is very unhelpful:
Root package server references unknown package vibe-d
This seems to be the consequence of subpackages referencing different versions of vibe-d.
Another problem is that dub (build and verbose) gets stuck in a loop and never finishes.
I build a primitive tool here to report all versions used by dub.sdl or dub.json projects in subdirectories of a particular directory, and this helps a lot. Will post gist shortly.
The text was updated successfully, but these errors were encountered:
Unfortunately I don't understand things well enough to reduce to a simple test case. You can speak to John Colvin who may understand what's going on a bit better. But I have had some nightmarish cyclical dependency problems with dub where the packages of a project reference different versions of another package (eg vibe-d). One problem is that the error reporting from dub is very unhelpful:
Root package server references unknown package vibe-d
This seems to be the consequence of subpackages referencing different versions of vibe-d.
Another problem is that dub (build and verbose) gets stuck in a loop and never finishes.
I build a primitive tool here to report all versions used by dub.sdl or dub.json projects in subdirectories of a particular directory, and this helps a lot. Will post gist shortly.
The text was updated successfully, but these errors were encountered: