From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 319B9C4332F for ; Wed, 4 Jan 2023 14:53:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239349AbjADOxl (ORCPT ); Wed, 4 Jan 2023 09:53:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239014AbjADOxi (ORCPT ); Wed, 4 Jan 2023 09:53:38 -0500 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D42AAC7E; Wed, 4 Jan 2023 06:53:36 -0800 (PST) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2B873784; Wed, 4 Jan 2023 14:53:36 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 2B873784 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1672844016; bh=LBViN6C2IxVDdMCa0dttz1clC/S4Z1tQCswt2WcU1BY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=X53x2rU3rdcW42+JCBcQLLipYTujPo3ZGt8l/3jnHBGGEDj3tGdRu9gj+zw6JA3Iw 6H1QbcoYKA8gHpizTpD4NHWDj6lQBATm+WkSGdTA3ZBvedzVlN7/Fm2bgILR31JbzW zLocnmeDYlZfgRDuJyfjEc4m3vx0piWdC3eIKOzn1u1aZHx5DQFsAYXlhwPIw5sEXp h5n2UTaA1A1kRJW5MHsdqR8fJb496lZUOb63NU9kVCt8/TPUi4Pi8XmAeqK5DC5YIv b078oNu9M4I8RSL5+ZWfDTaKnXjhWQvWp9J+v0ZUYbW6I7ijJTqo93gb1WGOQcI5h2 mqOICGuKMqczA== From: Jonathan Corbet To: Miguel Ojeda Cc: Carlos Bilbao , ojeda@kernel.org, akiyks@gmail.com, jani.nikula@linux.intel.com, rdunlap@infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, konstantin@linuxfoundation.org Subject: Re: [PATCH v5 0/2] docs: Integrate rustdoc into Rust documentation In-Reply-To: References: <20221207173053.1463800-1-carlos.bilbao@amd.com> <20221228174623.144199-1-carlos.bilbao@amd.com> <87wn64fq7d.fsf@meer.lwn.net> <87h6x7cfiy.fsf@meer.lwn.net> Date: Wed, 04 Jan 2023 07:53:35 -0700 Message-ID: <874jt6cpw0.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Miguel Ojeda writes: > I think I understand now what you meant by "fail more gracefully". I > thought you meant fail with a better/proper message given versioning > information or similar, but you primarily meant avoid breaking the > entire docs build if the Rust part fails, right? Both would be nice, but not breaking the docs build would be at the top of my list. Thanks, jon