[Issue 17139] New: [BLOCKING] dscanner needs to handle 'scope' function attributes

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Feb 2 16:59:58 PST 2017


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

          Issue ID: 17139
           Summary: [BLOCKING] dscanner needs to handle 'scope' function
                    attributes
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: tools
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at 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

--


More information about the Digitalmars-d-bugs mailing list