[libcxx-commits] [libcxx] e93f98f - [libc++] [test] Check for another kind of modulemap typo in lint_modulemap.sh.py.

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 17 07:20:58 PST 2022


Author: Arthur O'Dwyer
Date: 2022-01-17T10:20:34-05:00
New Revision: e93f98f09c86b909d0ba76196cce57399bf23d6f

URL: https://github.com/llvm/llvm-project/commit/e93f98f09c86b909d0ba76196cce57399bf23d6f
DIFF: https://github.com/llvm/llvm-project/commit/e93f98f09c86b909d0ba76196cce57399bf23d6f.diff

LOG: [libc++] [test] Check for another kind of modulemap typo in lint_modulemap.sh.py.

Verify that the name of the private submodule matches the name of the detail header.

Differential Revision: https://reviews.llvm.org/D117438

Added: 
    

Modified: 
    libcxx/include/module.modulemap
    libcxx/test/libcxx/lint/lint_modulemap.sh.py

Removed: 
    


################################################################################<html>
  <head>
    <meta content="origin" name="referrer">
    <title>Rate limit · GitHub</title>
    <meta name="viewport" content="width=device-width">
    <style type="text/css" media="screen">
      body {
        background-color: #f6f8fa;
        color: rgba(0, 0, 0, 0.5);
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
        font-size: 14px;
        line-height: 1.5;
      }
      .c { margin: 50px auto; max-width: 600px; text-align: center; padding: 0 24px; }
      a { text-decoration: none; }
      a:hover { text-decoration: underline; }
      h1 { color: #24292e; line-height: 60px; font-size: 48px; font-weight: 300; margin: 0px; }
      p { margin: 20px 0 40px; }
      #s { margin-top: 35px; }
      #s a {
        color: #666666;
        font-weight: 200;
        font-size: 14px;
        margin: 0 10px;
      }
    </style>
  </head>
  <body>
    <div class="c">
      <h1>Whoa there!</h1>
      <p>You have triggered an abuse detection mechanism.<br><br>
        Please wait a few minutes before you try again;<br>
        in some cases this may take up to an hour.
      </p>
      <div id="s">
        <a href="https://support.github.com">Contact Support</a> —
        <a href="https://githubstatus.com">GitHub Status</a> —
        <a href="https://twitter.com/githubstatus">@githubstatus</a>
      </div>
    </div>
  </body>
</html>


        


More information about the libcxx-commits mailing list