digitalmars.D - CI is broken
- Jack Stouffer (6/6) Feb 02 2017 Trying to raise visibility on this issue.
- Basile B. (9/15) Feb 02 2017 Yes, Coedit's symbol list is also affected so I've made a PR
- Jack Stouffer (2/3) Feb 07 2017 Now the Project Tester and the doc builder are both broken.
- Walter Bright (3/5) Feb 07 2017 Brian Schott has fixed it:
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.
Feb 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.
Feb 02 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.
Feb 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
Feb 07 2017