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
Although I'm using dub here, what happens is basically:
Dub specifies files by using dirEntries("*.d", SpanMode.breadth)
Redub specifies files by using dirEntries("*.d", SpanMode.depth).
That difference in how files are specified, makes redub gets the same error as dub build --combined.
I have asked Adam a little of directions on that problem, he says it might be related to how package.d works.
I believe that having errors like that can create frustrating experiences with really tricky ways to solve it. I would argue that even if uncommon, that is highly important
The text was updated successfully, but these errors were encountered:
OS: Posix (Likely ArchLinux)
Reproduction Steps:
dub init -n
dub add mir-algorithm
dub build --combined
More details on that problem can also be found at MrcSnm/redub#38 (comment)
Although I'm using dub here, what happens is basically:
Dub specifies files by using
dirEntries("*.d", SpanMode.breadth)
Redub specifies files by using
dirEntries("*.d", SpanMode.depth)
.That difference in how files are specified, makes redub gets the same error as
dub build --combined
.I have asked Adam a little of directions on that problem, he says it might be related to how
package.d
works.I believe that having errors like that can create frustrating experiences with really tricky ways to solve it. I would argue that even if uncommon, that is highly important
The text was updated successfully, but these errors were encountered: