Mathias LANG
Mathias LANG
Actually it is the `mainSourceFile`. But I think we should just rely on it and not add it in `sourceFiles`. Will raise a PR.
It would lead to a very odd UX since `bla.d` needs to include a `main` - if it doesn't it can only be run via `dub test` but that's not...
> Edit: I.e., one would expect the duplicates to be filtered out. There's two issues: 1) We normalize the `mainSourceFile` before adding it (because it failed another test otherwise); 2)...
Superseded by #59
There's a few errors, some of them probably irrelevant. However this caught my eye: ``` 1c1 < -version=someVerIdent -version=Have_describe_project -version=Have_describe_dependency_1 -version=Have_describe_dependency_2 -version=Have_describe_dependency_3 -version=anotherVerIdent --- > -version=someVerIdent -version=Have_describe_project -version=Have_describe_dependency_1 -version=Have_describe_dependency_2 -version=Have_describe_dependency_3...
Done in #2982
> Even though the order looks odd, I think it's more important to make sure addition is commutative for any types if we're going to overload it. Why ? There...
Anything where the offset is not of the same type as the thing being offset, depending on how the developer represent it. They can also be of the same type...
Hit this issue as well. Thanks @youssefbenlemlih for the workaround, worked nicely!
@kinke : Any idea ?