Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkimports #7

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Checkimports #7

wants to merge 5 commits into from

Commits on Jul 31, 2020

  1. src: fix linter failures

    Fix linter failures when running the linter on all source files.
    addaleax committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ddc7467 View commit details
    Browse the repository at this point in the history
  2. tools: fix C++ import checker argument expansion

    Makefile assumes that it can pass a list of files to the import
    checker, whereas the import checker expects a single argument
    that is interpreted as a blob.
    
    Fix that mismatch by accepting multiple arguments in the import
    checker.
    
    Refs: nodejs#34565
    addaleax committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    22c467d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. temp debug

    richardlau committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    37f2d44 View commit details
    Browse the repository at this point in the history
  2. fixup! temp debug

    richardlau committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    98872a9 View commit details
    Browse the repository at this point in the history
  3. fixup! temp debug

    richardlau committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    0f8778c View commit details
    Browse the repository at this point in the history