# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
from collections import OrderedDict
from mozbuild.util import EnumString
class RaiseErrorOnUse(str): def __init__(self, msg):
self.msg = msg
# We intentionally don't include all possible OSes in our checks, because we # only care about OS mismatches for specific target OSes. # assert sorted(OS_preprocessor_checks.keys()) == sorted(OS.POSSIBLE_VALUES)
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.