From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6721684426774806528 X-Received: by 2002:ac2:563c:: with SMTP id b28mr1560487lff.93.1565080589280; Tue, 06 Aug 2019 01:36:29 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:5213:: with SMTP id a19ls7229511lfl.8.gmail; Tue, 06 Aug 2019 01:36:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqzI3IFbCBLgz73/bI0pcFqvS7922dKJw/m/+L+Ghaj+dxhadUgLOy/W2iZXBT0KHiDi35Mv X-Received: by 2002:ac2:46ea:: with SMTP id q10mr1587697lfo.118.1565080588631; Tue, 06 Aug 2019 01:36:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565080588; cv=none; d=google.com; s=arc-20160816; b=LUwSJ7Jl+4vqLuKDqjqt4AZF6uAmtYCagYbGmWpgU+FzGnDpoET4Qyj0KBoVKQAuk5 XC0mmsDQwlBDiDOQUwBwNkk/sonpkwqgSkP60PJpXR1R7L6xgw4bY3qmwOJECVN9PdcQ dLov4BqWosM/qEDmAFO0MS9rU4AtLQp8/dRL1Zwfpnw4WmLF3nnENAPJ9M2uAya2TBBT 2GgTKlovwMc7LZttyKJkk9xqwciIcahyYE2IiBcd2vcrFy/lgx5TH/xQCbM0x7pHRmmy DxTuFtQK6IkwN325P/+P8yFADCmxJDzwxZaKBvOPmgZRLlgSGj3A0CNOdHYLdbonSEvd m1Eg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=FPHnbLG1nIXzuzHcg64hEiZ3OOWL/AuK4OU4oANyhvM=; b=g7anJGzFG0PmaSK+a1+wmo58F/WQfkWmlHkeiKko8jRj2YaWUE0DOcIKt3Y1Bs86bk fFDHk69NsfPIL9tYjG9LsaCotea5aB0XEqnM6v/8hweLJzgtfzcyN93n52QFvcUpJkTV kAG+jWAzFJwDVlxLJm9Ooeu0Hzwr9nQ1IDTdZdoLTsHMAKBAzLXjbHpXcVt9vzaLSJlc nSKo9szdvngCqRJfTpHgCUsPhUKzoYBe8TW3ls6dIFnHkmPbGrx60Ro3SnyD1kZ6S31q Ls/6AtRUR1KU5XuhtLqkmQIKmnDGnfpDa3sT8fTbMiV3d+SnVx5R+32Y9NP29c6vYgma Ttlg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id q25si367806lfm.4.2019.08.06.01.36.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Aug 2019 01:36:28 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x768aQMg011572 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 6 Aug 2019 10:36:27 +0200 Date: Tue, 6 Aug 2019 10:36:26 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] meta/classes: generate bill of material from image Message-ID: <20190806083626.GJ32438@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20190805140742.11479-1-Quirin.Gylstorff@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: AtqXNah1idxa Hello Claudius, On Tue, Aug 06, 2019 at 10:07:03AM +0200, Claudius Heine wrote: > I don't like all those boolean values and tried to establish a better method > using features. A general question here: What are the advantages of using features compared to boolean variables? Do you know why they have been introduced? With kind regards, Baurzhan.