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 X-Spam-Level: X-Spam-Status: No, score=-13.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_IN_DEF_DKIM_WL autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01FECC43460 for ; Fri, 16 Apr 2021 05:02:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C0FC86113B for ; Fri, 16 Apr 2021 05:02:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238383AbhDPFDG (ORCPT ); Fri, 16 Apr 2021 01:03:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238453AbhDPFDF (ORCPT ); Fri, 16 Apr 2021 01:03:05 -0400 Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37655C061574 for ; Thu, 15 Apr 2021 22:02:40 -0700 (PDT) Received: by mail-wr1-x42b.google.com with SMTP id h4so16342878wrt.12 for ; Thu, 15 Apr 2021 22:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Z6eB0W81XFyjhtb4Bf1cascTOP66PwUzd+KSO3OAPso=; b=M7znf+z5L8F5150UJ2PJNv3YCHDwVq7jrjCcGJYFxwCpYas++PnjVt5F4054GK9SfQ fkz1Sp/CH/gPE14oLF/T78EnUgwN5XZyX9BDb9Cza+bBl/+L2bab8CJe0cEtHrmxqTCg VtXa8A73sPd80VV8KcuCgrBdYn9QtWeEBT/WTQujgbv89ovYpgOuKMBU1HzJqQJad1Wj mCbz8SmgSBwbyGg7rvzzm573yqC91FHiXdtnH09BMI9jC5KlOFwQigPM+/ndtDxpgGIW +OB5k8dOYakXyomIRX2jB7DvKeZ0EM1gHdtDLWAmm8jmfbGocB+grc40hy6kWtJeSw6Y 1tZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Z6eB0W81XFyjhtb4Bf1cascTOP66PwUzd+KSO3OAPso=; b=C5Rv/vzqgJ/N74bnEdqsJp+WF/bl1I5q0j/5VwQxD0eCfPjU3GvkTJLMsFtJo6GBzs bKjkfrRa/cF8j3UWHn2HYP4gBfnL204Rau0sm3zth+D7zyyeJnnhzuaG14b77hRdiAQl mbIVZT6/f7AtVVYFl21dR1AWAwFPxcEKGuuYEFA6ya91KOpFXzhiM/SZDDwc7SUqOVrV FnESBAk9p4hdnDWKkWsF3PVVvuoHKSO0/c+6RmBc5tAkD64RZoWpK727kj8YxlcUx9E3 pNEKbsZkiC67vhgYxAQpyzr4XHlPw5LfFBxPQlfbsXFNtPU7qkc/aZIKoWC7IrzJzksN 0RhQ== X-Gm-Message-State: AOAM531iqMarMkPY2KRTdVgnATEb+zQVk2iHDSRapYLLoSlzwaKUYNC4 W3qD47aJN+cfDixOqwbPH6Op X-Google-Smtp-Source: ABdhPJyyOqMuoHOuA3UGgm5JCyuMO8waqJKElBjb3ciZTuPo/c2lm3jN+lhMx/bZsCjum3sE3cGHXg== X-Received: by 2002:adf:e4c3:: with SMTP id v3mr6891723wrm.15.1618549357251; Thu, 15 Apr 2021 22:02:37 -0700 (PDT) Received: from google.com ([2a00:79e0:d:209:9d22:ab98:31ab:7a9d]) by smtp.gmail.com with ESMTPSA id n9sm6470561wmo.27.2021.04.15.22.02.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Apr 2021 22:02:36 -0700 (PDT) Date: Fri, 16 Apr 2021 06:02:33 +0100 From: Wedson Almeida Filho To: Al Viro Cc: Peter Zijlstra , ojeda@kernel.org, Linus Torvalds , Greg Kroah-Hartman , rust-for-linux@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/13] [RFC] Rust support Message-ID: References: <20210414184604.23473-1-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org On Fri, Apr 16, 2021 at 04:25:34AM +0000, Al Viro wrote: > > Are you stating [what you perceive as] a fact or just venting? If the former, > > would you mind enlightening us with some evidence? > > How about "not everyone uses a browser as a part of their workflow"? The documentation is available in markdown alongside the code. You don't need a browser to see it. I, for one, use neovim and a rust LSP, so I can see the documentation by pressing shift+k. > I realize that it might sound ridiculous for folks who spent a while > around Mozilla, but it's really true and kernel community actually > has quite a few of such freaks. I haven't spent any time around Mozilla myself (not that there's anything wrong with it), so I can't really comment on this. > And as one of those freaks I can tell > you where exactly I would like you to go and what I would like you to do > with implicit suggestions to start a browser when I need to read some > in-tree documentation. I could be mistaken but you seem angry. Perhaps it wouldn't be a bad idea to read your own code of conduct, I don't think you need a browser for that either.