Bug 262071 - check-webkit-style: false positive calling std::span::begin() in initializer
Summary: check-webkit-style: false positive calling std::span::begin() in initializer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 261228
Blocks:
  Show dependency treegraph
 
Reported: 2023-09-25 14:20 PDT by David Kilzer (:ddkilzer)
Modified: 2023-09-25 14:45 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2023-09-25 14:20:20 PDT
check-webkit-style: false positive calling std::span::begin() in initializer.

As seen on this PR:  <https://github.com/WebKit/WebKit/pull/17701>
Via the style bot:  <https://ews-build.webkit.org/#/builders/38/builds/18164>

```
ERROR: Source/WebKit/Platform/IPC/Decoder.cpp:71:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
```

<https://github.com/WebKit/WebKit/pull/17701/files#diff-4b71201784568e18ad8b227a370bf23c9585d800a4cfe42867bafaf55c946fb3R71>
Comment 1 Radar WebKit Bug Importer 2023-09-25 14:21:18 PDT
<rdar://problem/116015290>
Comment 2 David Kilzer (:ddkilzer) 2023-09-25 14:28:09 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18189
Comment 3 EWS 2023-09-25 14:45:04 PDT
Committed 268413@main (2a9cd8313d47): <https://commits.webkit.org/268413@main>

Reviewed commits have been landed. Closing PR #18189 and removing active labels.