Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/chromium/build/config/siso/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 836 B image not shown  

Quelle  PRESUBMIT.py

  Sprache: Python
 

# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

PRESUBMIT_VERSION = '2.0.0'


def CheckSisoConfigFormat(input_api, output_api):
  """Check if build/config/siso/*.star files are formatted correctly."""
  repo_root = input_api.change.RepositoryRoot()
  log_level = 'debug' if input_api.verbose else 'warning'
  commands = []
  for f in input_api.AffectedFiles():
    filepath = f.AbsoluteLocalPath()
    if not filepath.endswith('.star'):
      continue
    if not input_api.os_path.isfile(filepath):
      continue
    name = 'Validate ' + filepath
    cmd = ['lucicfg''fmt''-dry-run''-log-level', log_level, filepath]
    commands.append(input_api.Command(name, cmd, {}, output_api.PresubmitError))
  return input_api.RunTests(commands)

Messung V0.5 in Prozent
C=87 H=84 G=85

¤ Dauer der Verarbeitung: 0.8 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.