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: [email protected]
          Reporter: [email protected]

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

--

Reply via email to