Searched +full:lint +full:- +full:py (Results 1 – 25 of 42) sorted by relevance
12
10 lint-addon-docs:11 runs-on: ubuntu-latest13 - uses: actions/checkout@v214 - name: Use Node.js ${{ env.NODE_VERSION }}15 uses: actions/setup-node@v117 node-version: ${{ env.NODE_VERSION }}18 - name: Environment Information20 - name: Lint addon docs21 run: NODE=$(which node) make lint-addon-docs22 lint-cpp:[all …]
7 runs-on: ubuntu-latest9 fail-fast: false10 max-parallel: 112 python-version: [3.8] # [2.7, 3.5, 3.6, 3.7]14 - uses: actions/checkout@v215 - name: Set up Python ${{ matrix.python-version }}16 uses: actions/setup-python@v118 python-version: ${{ matrix.python-version }}19 - name: Compile Node.js21 python ./configure.py[all …]
1 -include config.mk10 STAGINGSERVER ?= node-www12 OSTYPE := $(shell uname -s | tr '[A-Z]' '[a-z]')13 COVTESTS ?= test-cov16 GNUMAKEFLAGS += --no-print-directory23 PARALLEL_ARGS = -j $(JOBS)25 PARALLEL_ARGS = -J29 TAP_V8 := --junitout $(PWD)/v8-tap.xml30 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml31 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml[all …]
8 if /i "%1"=="--help" goto help9 if /i "%1"=="-help" goto help12 if /i "%1"=="-?" goto help13 if /i "%1"=="--?" goto help19 set NATIVE_SUITES=addons js-native-api node-api24 @rem Same as the test-ci target in Makefile74 :next-arg75 if "%1"=="" goto args-done76 if /i "%1"=="debug" set config=Debug&goto arg-ok77 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok[all …]
13 * [Supported platforms](#supported-platforms)16 * [Platform list](#platform-list)17 * [Supported toolchains](#supported-toolchains)18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)19 * [OpenSSL asm support](#openssl-asm-support)20 * [Previous versions of this document](#previous-versions-of-this-document)21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)22 * [Note about Python 2 and Python 3](#note-about-python-2-and-python-3)23 * [Unix and macOS](#unix-and-macos)24 * [Unix prerequisites](#unix-prerequisites)[all …]
31 # Suppresses the 'Import not at the top of the file' lint complaint.32 # pylint: disable-msg=C620452 # pylint: enable-msg=C620456 # The environment variable for specifying the path to the premature-exit file.72 # environment. The comment suppresses the 'Invalid variable name' lint86 # Suppresses the lint complaint about a global variable since we need it87 # here to maintain module-wide state.101 prefix = '--' + flag + '='107 # We don't increment i in case we just found a --gtest_* flag116 # _ParseAndStripGTestFlags() here to make sure the --gtest_* flags[all …]
31 # Suppresses the 'Import not at the top of the file' lint complaint.32 # pylint: disable-msg=C620451 # pylint: enable-msg=C620455 # The environment variable for specifying the path to the premature-exit file.71 # environment. The comment suppresses the 'Invalid variable name' lint85 # Suppresses the lint complaint about a global variable since we need it86 # here to maintain module-wide state.100 prefix = '--' + flag + '='106 # We don't increment i in case we just found a --gtest_* flag115 # _ParseAndStripGTestFlags() here to make sure the --gtest_* flags[all …]
51 """Returns the absolute path of the directory where the .py files are."""73 """Returns the argument to exit(), or -1 if exit() wasn't called.89 return -192 # Suppresses the "Invalid const name" lint complaint93 # pylint: disable-msg=C6409102 # pylint: enable-msg=C6409
7 - name: "c: docs"14 - doxygen16 - cd icu4c/source17 - ./runConfigureICU Linux --disable-renaming20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options23 …- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)…26 - name: "j"31 - ant32 - ant-optional35 - cd icu4j[all …]
... pip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/_internal/
3 <project name="libphonenumber-javascript" default="compile">4 <property name="closure-compiler.dir"5 value="${basedir}/../../closure-compiler" />6 <property name="closure-compiler.jar"7 value="${closure-compiler.dir}/target/closure-compiler-1.0-SNAPSHOT.jar" />8 <property name="closure-library.dir"9 value="${basedir}/../../closure-library" />10 <property name="closure-linter.dir"11 value="${basedir}/../../closure-linter" />12 <property name="python-gflags.dir"[all …]
5 # Use of this source code is governed by a BSD-style license that can be34 duration = (finish-self._start).total_seconds()95 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip()98 GIT, 'rev-parse', 'HEAD']).rstrip()103 subprocess.check_call([GIT, 'checkout', '-b', self._branch,104 '-t', 'origin/master'])108 subprocess.check_call([GIT, 'reset', '--hard', 'HEAD'])112 subprocess.check_call([GIT, 'branch', '-D', self._branch])116 """Recursively removes a directory, even if it's marked read-only.119 …hromium/tools/build/+/f3e7ff03613cd59a463b2ccc49773c3813e77404/scripts/common/chromium_utils.py#491[all …]
1 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-3 # Copyright (C) 1996-2018 Free Software Foundation, Inc.23 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-24 # serial 11 (pkg-config-0.29.1)27 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>41 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA42 dnl 02111-1307, USA.50 dnl PKG_PREREQ(MIN-VERSION)51 dnl -----------------------54 dnl Verify that the version of the pkg-config macros are at least[all …]
1 .. _pyporting-howto:17 please see :ref:`cporting-howto`.23 For help with porting, you can email the python-porting_ mailing list with29 To make your project be single-source Python 2/3 compatible, the basic steps61 lower-level work is now mostly done for you and thus can at least benefit from69 -------------------------------------80 have to import a function instead of using a built-in one, but otherwise the91 Make sure you specify the proper version support in your ``setup.py`` file92 --------------------------------------------------------------------------94 In your ``setup.py`` file you should have the proper `trove classifier`_[all …]
1 # Third-Party Add-ons for Protocol Buffers3 … Also note that many projects here are in the early stages of development and not production-ready.10 * Action Script: http://code.google.com/p/protobuf-actionscript3/11 * Action Script: https://code.google.com/p/protoc-gen-as3/13 * Action Script: https://github.com/zhongfq/protobuf-as3/14 * C: https://github.com/protobuf-c/protobuf-c20 * C++: https://github.com/google/protobuf (Google-official implementation)23 * C#: http://code.google.com/p/protobuf-csharp-port25 * C#/.NET/WCF/VB: http://code.google.com/p/protobuf-net/26 * Clojure: http://github.com/ninjudd/clojure-protobuf[all …]
31 """Does google-lint on c++ files.34 be in non-compliance with google style. It does not attempt to fix35 up these problems -- the point is to educate. It does also not67 # -- pylint: disable=redefined-builtin72 Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit]73 [--filter=-x,+y,...]74 [--counting=total|toplevel|detailed] [--root=subdir]75 [--repository=path]76 [--linelength=digits] [--headers=x,y,...]77 [--recursive][all …]
3 <!--lint disable prohibited-strings-->4 <!--lint disable maximum-line-length-->5 <!--lint disable no-literal-urls-->48 ## 2019-04-11, Version 11.14.0 (Current), @BethGriggs63 * [[`ca7c4f485b`](https://github.com/nodejs/node/commit/ca7c4f485b)] - **async_hooks**: minor clean…64 …fa8166`](https://github.com/nodejs/node/commit/e9bffa8166)] - **benchmark**: improve module-loader…65 * [[`09d6dfb21d`](https://github.com/nodejs/node/commit/09d6dfb21d)] - **benchmark**: add new modul…66 …https://github.com/nodejs/node/commit/5512ecb5b0)] - **benchmark**: tidy up eslint ignore in forea…67 * [[`de937375e4`](https://github.com/nodejs/node/commit/de937375e4)] - **benchmark**: remove unused…68 * [[`0aea4d1c77`](https://github.com/nodejs/node/commit/0aea4d1c77)] - **benchmark,lib**: change va…[all …]
3 <!--lint disable prohibited-strings-->4 <!--lint disable maximum-line-length-->5 <!--lint disable no-literal-urls-->55 ## 2016-12-21, Version 0.12.18 (Maintenance), @rvagg60 * process: `process.versions.ares` now outputs the c-ares version (Johan Bergström)64 * [[`a47fd4549d`](https://github.com/nodejs/node/commit/a47fd4549d) - build: add working lint-ci ma…65 * [[`830584ca59`](https://github.com/nodejs/node/commit/830584ca59) - deps: define missing operator…66 * [[`c130b31cba`](https://github.com/nodejs/node/commit/c130b31cba) - deps: upgrade npm to 2.15.11 …67 * [[`bc6766d847`](https://github.com/nodejs/node/commit/bc6766d847) - doc: update npm license in ma…68 * [[`0cdf344c80`](https://github.com/nodejs/node/commit/0cdf344c80) - (SEMVER-MINOR) process: reint…[all …]
3 <!--lint disable prohibited-strings-->4 <!--lint disable maximum-line-length-->5 <!--lint disable no-literal-urls-->87 ## 2016-10-18, Version 0.10.48 (Maintenance), @rvagg89 …y release summary at https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ for …93 * c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.h…97 * [[`a14a6a3a11`](https://github.com/nodejs/node/commit/a14a6a3a11)] - deps: c-ares, avoid single-b…98 * [[`b798f598af`](https://github.com/nodejs/node/commit/b798f598af)] - tls: fix minor jslint failur…99 * [[`92b232ba01`](https://github.com/nodejs/node/commit/92b232ba01)] - win,build: try multiple time…102 ## 2016-09-27, Version 0.10.47 (Maintenance), @rvagg[all …]
3 <!--lint disable prohibited-strings-->4 <!--lint disable maximum-line-length-->5 <!--lint disable no-literal-urls-->58 ## 2019-03-05, Version 10.15.3 'Dubnium' (LTS), @BethGriggs67 …* fix end-of-stream for HTTP/2 (Anna Henningsen) [#24926](https://github.com/nodejs/node/pull/2492…71 * [[`732088dd44`](https://github.com/nodejs/node/commit/732088dd44)] - **assert**: fix loose deepEq…72 * [[`5a81a4f6cd`](https://github.com/nodejs/node/commit/5a81a4f6cd)] - **assert,util**: fix sparse …73 * [[`bd08ede3ab`](https://github.com/nodejs/node/commit/bd08ede3ab)] - **buffer**: remove checkNumb…74 * [[`15756e0acc`](https://github.com/nodejs/node/commit/15756e0acc)] - **build**: set `-blibpath:` …75 * [[`fde56fa748`](https://github.com/nodejs/node/commit/fde56fa748)] - **build**: make lint-addon-d…[all …]
1 2002-02-09 Werner Lemberg <wl@gnu.org>11 2002-02-08 David Turner <david@freetype.org>22 2002-02-07 David Turner <david@freetype.org>27 2002-02-06 David Turner <david@freetype.org>69 2002-02-06 Detlef Würkner <TetiSoft@apg.lahn.de>77 2002-02-04 Keith Packard <keithp@keithp.com>94 high-level API.117 2002-02-02 Keith Packard <keithp@keithp.com>119 * builds/unix/freetype-config.in: Add missing `fi'.126 2002-02-01 David Turner <david@freetype.org>[all …]
1 :mod:`wsgiref` --- WSGI Utilities and Reference Implementation10 --------------35 :mod:`wsgiref.util` -- WSGI environment utilities36 -------------------------------------------------45 parameter expect a WSGI-compliant dictionary to be supplied; please see55 This function is useful when creating a gateway that wraps CGI or a CGI-like79 The *environ* dictionary is *modified* in-place; use a copy if you need to keep86 modifies the passed-in environment to make it suitable for invoking another WSGI109 ``PATH_INFO``, and all of the :pep:`3333`\ -defined ``wsgi.*`` variables. It128 headers = [('Content-type', 'text/plain; charset=utf-8')][all …]
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later18 # http://www.apache.org/licenses/LICENSE-2.043 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.54 # -------59 # ---------------70 # * Basic Unix tools (Windows users note: a Unix-style find must be before77 # * arm-gcc and mingw-gcc78 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc89 # script -c tests/scripts/all.sh94 # ---------------------[all …]