From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Danny Freeman Newsgroups: gmane.emacs.devel Subject: Re: Eglot, project.el, and python virtual environments Date: Fri, 18 Nov 2022 10:53:54 -0500 Message-ID: <871qq0w8zr.fsf@dfreeman.email> References: <87zgcq68zp.fsf@ericabrahamsen.net> <878rkale3l.fsf@dfreeman.email> <87v8nezf2k.fsf@ericabrahamsen.net> <87o7t5k7sv.fsf@dfreeman.email> <86mt8p4221.fsf@gmail.com> <4cc918a053771a5e1c440cb4b458f3ed@webmail.orcon.net.nz> <838rk8d7xb.fsf@gnu.org> <87k03swcye.fsf@dfreeman.email> <83sfig9tjv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31147"; mail-complaints-to="usenet@ciao.gmane.io" Cc: psainty@orcon.net.nz, dgutov@yandex.ru, theophilusx@gmail.com, emacs-devel@gnu.org, joaotavora@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 18 16:58:48 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ow3lP-0007r0-A2 for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Nov 2022 16:58:47 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ow3kh-0004Ot-VT; Fri, 18 Nov 2022 10:58:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ow3kd-0004OY-T7 for emacs-devel@gnu.org; Fri, 18 Nov 2022 10:58:00 -0500 Original-Received: from out0.migadu.com ([94.23.1.103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ow3kY-0003by-8S; Fri, 18 Nov 2022 10:57:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dfreeman.email; s=key1; t=1668787069; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4JgcnxQPvpL+VB+TNrb9O0P5hMaOntOuT54pCx4t7E8=; b=rWXYV9SiBpUXB2xppwO5m9c6GxAtawS/OnnKMSMSjio0X1HdYuO7o9aKlcJHBtJQ3X2M5A A4PwcPKguaRx6e9SoGyvQWFlY04U0OiPOszIZQk5GNOAKxj0c8BE0cVKeq2TjhL3OixP2V WyxQP6Dymt/5H78UAWqVl7i9O+0k4Vc= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-reply-to: <83sfig9tjv.fsf@gnu.org> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=94.23.1.103; envelope-from=danny@dfreeman.email; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300115 Archived-At: Eli Zaretskii writes: >> I think that most monorepo projects fall into this category. That is a >> large version controlled repository with multiple sub projects in it. > > "Most"? Maybe with Python projects (where I still doubt this > assertion, but have no experience to know for sure). But otherwise > that is definitely not true. Or else why would project.el decide to > consider a repository a single project? > > IME, this kind of projects is a minority. "most monorepo" projects is what I'm saying, not most projects or repositories in general. A monorepo is a repository with many subprojects by definition. I agree they are in a minority, but they exist. I'm just providing an example that was called for above in the thread. -- Danny Freeman