Thread overview
CI is broken
Feb 02, 2017
Jack Stouffer
Feb 02, 2017
Basile B.
Feb 07, 2017
Jack Stouffer
Feb 08, 2017
Walter Bright
February 02, 2017
Trying to raise visibility on this issue.

dscanner doesn't recognize the new DIP1000 syntax, so it errors out when running on CircleCI. All current PRs don't have either working style checks or coverage reports.

If someone with knowledge of dscanner could take a look at this, it would be very helpful.
February 02, 2017
On Thursday, 2 February 2017 at 20:56:35 UTC, Jack Stouffer wrote:
> Trying to raise visibility on this issue.
>
> dscanner doesn't recognize the new DIP1000 syntax, so it errors out when running on CircleCI. All current PRs don't have either working style checks or coverage reports.
>
> If someone with knowledge of dscanner could take a look at this, it would be very helpful.

Yes, Coedit's symbol list is also affected so I've made a PR

https://github.com/Hackerpilot/libdparse/pull/125

Problem is that there's more maintenance to do:
- update Dscanner submodules,
- add a git tag for libdparse,
- update min requirement for Dscanner DUB dependencies,
- etc...

And H.P. doesn't seem to be available since a 2 or 3 months.
February 07, 2017
On Thursday, 2 February 2017 at 20:56:35 UTC, Jack Stouffer wrote:
> ...

Now the Project Tester and the doc builder are both broken.
February 07, 2017
On 2/2/2017 12:56 PM, Jack Stouffer wrote:
> dscanner doesn't recognize the new DIP1000 syntax, so it errors out when running
> on CircleCI.

Brian Schott has fixed it:

https://issues.dlang.org/show_bug.cgi?id=17139