wilzbach / tools-test

1 stars 0 forks source link

[BLOCKING] dscanner needs to handle 'scope' function attributes #163

Closed wilzbach closed 7 years ago

wilzbach commented 7 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#17139 From: Walter Bright <bugzilla@digitalmars.com> Reported version: D2 CC: briancschott@gmail.com, petar.p.kirov@gmail.com

wilzbach commented 7 years ago

Comment author: Walter Bright <bugzilla@digitalmars.com>

It's causing circleci to fail in the autotester, preventing progress with using 'scope' annotations:

../dscanner/dsc --config .dscanner.ini --styleCheck $(find etc std -type f -name '*.d' | grep -vE 'std/traits.d|std/typecons.d') -I. std/utf.d(3810:40)[error]: 'in', 'out', 'body', or block statement expected

https://github.com/dlang/phobos/pull/5082

wilzbach commented 7 years ago

Comment author: ZombineDev <petar.p.kirov@gmail.com>

The issue is already reported on the project's repo: https://github.com/Hackerpilot/Dscanner/issues/397

wilzbach commented 7 years ago

Comment author: briancschott@gmail.com

https://github.com/Hackerpilot/Dscanner/releases/tag/v0.4.0-beta.4

wilzbach commented 7 years ago

Comment author: github-bugzilla@puremagic.com

Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4fab50175481d9b1c00ae168c444580de92f258c fix issue 17139 - dscanner needs to handle 'scope' function attributes

https://github.com/dlang/phobos/commit/72a2b2eb93b30806d4fa0cb162f24091fdfb651e Merge pull request BZ#5085 from BBasile/issue-17139

fix issue 17139 - dscanner needs to handle 'scope' function attributes

wilzbach commented 7 years ago

Comment author: github-bugzilla@puremagic.com

Commits pushed to newCTFE at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4fab50175481d9b1c00ae168c444580de92f258c fix issue 17139 - dscanner needs to handle 'scope' function attributes

https://github.com/dlang/phobos/commit/72a2b2eb93b30806d4fa0cb162f24091fdfb651e Merge pull request BZ#5085 from BBasile/issue-17139

wilzbach commented 7 years ago

Comment author: github-bugzilla@puremagic.com

Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4fab50175481d9b1c00ae168c444580de92f258c fix issue 17139 - dscanner needs to handle 'scope' function attributes

https://github.com/dlang/phobos/commit/72a2b2eb93b30806d4fa0cb162f24091fdfb651e Merge pull request BZ#5085 from BBasile/issue-17139