tools: fix C++ import checker argument expansion by addaleax · Pull Request #34582 · nodejs/node
added 2 commits
July 31, 2020 17:58Makefile 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
nodejs-github-bot
added
c++
labels
Jul 31, 2020
addaleax
added
author ready
labels
Aug 3, 2020This was referenced
Aug 4, 2020This was referenced
Aug 5, 2020This was referenced
Aug 7, 2020jasnell pushed a commit that referenced this pull request
Aug 7, 2020jasnell pushed a commit that referenced this pull request
Aug 7, 2020Makefile 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: #34565 PR-URL: #34582 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This was referenced
Aug 8, 2020addaleax added a commit that referenced this pull request
Aug 8, 2020addaleax added a commit that referenced this pull request
Aug 8, 2020Makefile 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: #34565 PR-URL: #34582 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This was referenced
Aug 9, 2020This was referenced
Aug 11, 2020codebytere pushed a commit that referenced this pull request
Aug 11, 2020codebytere pushed a commit that referenced this pull request
Aug 11, 2020Makefile 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: #34565 PR-URL: #34582 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This was referenced
Aug 12, 2020This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters