From owner-freebsd-questions@freebsd.org Wed Jan 29 00:52:56 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4905D1B035D for ; Wed, 29 Jan 2020 00:52:56 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from corvid.alerce.com (corvid.alerce.com [206.125.171.163]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 486lMW2JfWz3PKk for ; Wed, 29 Jan 2020 00:52:55 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from postfix.alerce.com (76-226-160-236.lightspeed.sntcca.sbcglobal.net [76.226.160.236]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by corvid.alerce.com (Postfix) with ESMTPSA id AD04B9C412; Tue, 28 Jan 2020 16:52:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alerce.com; s=dkim; t=1580259168; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EYMscwY66eTye0mdtl9IuZtkxmSlk4fN6SNsWPk2dTc=; b=Ne/Mwikg2FMSXYbCJ4gI92yYtDkx0tpxPdSqn+lBol0fWuSIYMtBGHRG1zFCYgtsEZB/58 LY6Vpc2yLEq+I1mUFTKTqvNhkJwFSBZnzjLC3ChjA4zxt5oGTc+n2hR9Opy0dYABJICpD8 OU9gTSafhXVMihz4a28JoQ67LoPZvhPfV63ZNcXab5AHyS5JxGwntRpwlHgO/d1bt2vObY fuD6UlF4kI1lagbq9lDgHeo8HfTC5NeTySdR3w4j3x0KuvXNUk7xgJG1VSFnCyb4LEh71X nyoKfSg/fsQPkVTeC4SYWIzbivYN3nlCrBcrsIXGarzFJA14eWXfcECn2Hismg== Received: by postfix.alerce.com (Postfix, from userid 501) id 78B93201A2C08A; Tue, 28 Jan 2020 16:52:47 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <24112.55135.404851.866331@alice.local> Date: Tue, 28 Jan 2020 16:52:47 -0800 To: Michael Beasley Cc: hartzell@alerce.com, David Demelier , freebsd-questions@freebsd.org Subject: Re: Rust in base In-Reply-To: <5B6BE748-5E88-4167-B660-018EC01C6E0C@gmail.com> References: <775662956.5865.1579896175788.JavaMail.zimbra@antonovs.family> <9c564fd6-54e7-218d-dad5-4251488b812c@malikania.fr> <20200127170118.n3yrrtvu5n5n6uxe@sea-ll-10936> <24112.32862.85548.483949@alice.local> <5B6BE748-5E88-4167-B660-018EC01C6E0C@gmail.com> X-Mailer: VM undefined under 26.3 (x86_64-apple-darwin14.5.0) Reply-To: hartzell@alerce.com X-Rspamd-Queue-Id: 486lMW2JfWz3PKk X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=alerce.com header.s=dkim header.b=Ne/Mwikg; dmarc=pass (policy=none) header.from=alerce.com; spf=pass (mx1.freebsd.org: domain of hartzell@alerce.com designates 206.125.171.163 as permitted sender) smtp.mailfrom=hartzell@alerce.com X-Spamd-Result: default: False [-5.72 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[alerce.com:s=dkim]; HAS_REPLYTO(0.00)[hartzell@alerce.com]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[alerce.com:+]; DMARC_POLICY_ALLOW(-0.50)[alerce.com,none]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.72)[ip: (-8.76), ipnet: 206.125.168.0/21(-4.47), asn: 25795(-0.32), country: US(-0.05)]; ASN(0.00)[asn:25795, ipnet:206.125.168.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2020 00:52:56 -0000 Michael Beasley writes: > > > > On Jan 28, 2020, at 12:41, George Hartzell wrote: > > > > > > At the risk of dragging this thread off topic a bit, I've been working > > with a Rust application on FreeBSD and am having trouble with > > debugging info. Details here: > > This is quite off topic, would you mind starting a new mailing list thread? > > > > > https://users.rust-lang.org/t/help-building-a-debuggable-rust-application-on-freebsd/37525 > > > > Is Rust able to create fully debug-able applications on FreeBSD? > > > > g. There's already a thread: https://lists.freebsd.org/pipermail/freebsd-questions/2020-January/287608.html Apologies for the off-baseness of it. Justified it in my head by saying "Why put something in base if it can't be debugged" (but there was a fair bit of self-interest in that justification). Thanks/sorry again, g.