From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 0d06577: * ipdb/track-mode.el: Fix typo Date: Tue, 21 May 2019 16:29:23 -0400 Message-ID: References: <20190521201500.19125.42183@vcs0.savannah.gnu.org> <20190521201501.67AF0207FC@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="239415"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel To: Rocky Bernstein Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 21 22:50:25 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hTBiK-0010CU-67 for ged-emacs-devel@m.gmane.org; Tue, 21 May 2019 22:50:24 +0200 Original-Received: from localhost ([127.0.0.1]:59328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTBiJ-0007zM-3Z for ged-emacs-devel@m.gmane.org; Tue, 21 May 2019 16:50:23 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:34340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTBa6-0000uG-UN for emacs-devel@gnu.org; Tue, 21 May 2019 16:41:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hTBO2-0007Q1-Og for emacs-devel@gnu.org; Tue, 21 May 2019 16:29:27 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:38534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hTBO2-0007Pc-Ke; Tue, 21 May 2019 16:29:26 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 8FBAA4428DE; Tue, 21 May 2019 16:29:25 -0400 (EDT) Original-Received: from mail02.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 5A7324428DC; Tue, 21 May 2019 16:29:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1558470564; bh=HaloY9Gto2y2RYR6iggOgsO3mfb4XM3Aj7uC9KOcoig=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=DvYtK91SOaE8X6sUbNRx3Y3q+Ko5th4NTekq8vkq2blniZxH8dq5/mE820jpl4M4v kmgu/tiHX33XNgbIiTPkgutrvNOmj8zMt6XrDCphUYrkKl/eiNw1lyd8WAADAOs2Ow sHsa0Z1MwY6WfK3FAd0JQqWPp5gTDP1R9emHwh+ym3sQGnIMaqazqZsM1HsVVivFVf xMvuAQoeEjwZ902pwJWIcsoKDE8gAShPm3iAqdH3bt4A9PB/Z+WpgV3mqB+iK+0zka X35UQSbaLs1M6eu9KbJOvTujoLcGDzxdySiHVBzNWh8bhx5fIvIhWvPce20itcEpsS vBdnzCaRLgYAw== Original-Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail02.iro.umontreal.ca (Postfix) with ESMTPSA id 427CC1201D0; Tue, 21 May 2019 16:29:24 -0400 (EDT) In-Reply-To: (Rocky Bernstein's message of "Tue, 21 May 2019 16:27:22 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:236868 Archived-At: > Many thanks - sorry for the mistake. I will testing better in the future. > > There will be more code moving out of realgud - trepanjs (which will be > called trepan-node-debug). And jdb. > > After this, ipdb, trepanjs, and jdb will be removed from realgud and the > version number bumped. > > Although trepan and gub should also move out, I'll save that for some other > time. BTW, if it's more convenient for you to have the new packages as separate branches (aka "externals"), feel free to do that. We use "externals" for all the new packages nowadays. Stefan