From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27131 invoked from network); 27 Jun 2022 21:52:55 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 27 Jun 2022 21:52:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=e/8wZLVW+Q0n54SO9W+Z636RYvJY/90VkEAhkDLKDms=; b=Z6gnWWVF289ZIQG6YFyScuYm01 nyNlqNbT6pLqqEux3xx/VFzbrBYUMMWj4jbg7ZiIdtk7CLuSkLmQnBHhTUj559g0s0XP4IHksqgkh YeKiouhdGtLg+XvqZGM6piD7Ug3KrKH8upItdZKPLUnE7q8Jeu+kyXFiV7ixRGVF81XytJbOQ9aXW zMe03aUrcGKJTK67JeFKHBA4yfGnGMbn554TxtGt5+0ptzX/HddQJKRtLOZ2R6RcZ6swBk5XThq8v MFHOYxuSHXn2VHZXAMxADg4n8slcEUtJtIkUA8ZQXNPs7cjehqIFN5MAW+X3Fosv9+XAXtzLTa6DS 5u+F0h1Q==; Received: from authenticated user by zero.zsh.org with local id 1o5wf9-000AYz-3r; Mon, 27 Jun 2022 21:52:55 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1o5wev-000AFF-H4; Mon, 27 Jun 2022 21:52:41 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id 7589027C005A; Mon, 27 Jun 2022 17:52:40 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Mon, 27 Jun 2022 17:52:40 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrudegiedgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvfevufgtsehttdertderreejnecuhfhrohhmpefnrgif rhgvnhgtvggpgggvlhojiihquhgviicuoehlrghrrhihvhesiihshhdrohhrgheqnecugg ftrfgrthhtvghrnhepheffhfeujeehuefggfefueduffelvdelgeffueehvdevkeeugeei udfgleeufeetnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homheplhgrrhhrhihvodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdduudeh udekjeejtdegqdduudelvdejfeekhedqlhgrrhhrhihvpeepiihshhdrohhrghesfhgrsh htmhgrihhlrdgtohhm X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 4FDB131A0062; Mon, 27 Jun 2022 17:52:40 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-713-g1f035dc716-fm-20220617.001-g1f035dc7 Mime-Version: 1.0 Message-Id: <8d72c021-e5db-469d-b5ec-886248c26e46@www.fastmail.com> In-Reply-To: References: <3accd9cb-aede-41ce-96e6-f3e175392b9d@www.fastmail.com> Date: Mon, 27 Jun 2022 17:52:20 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Michael Smith" Cc: zsh-workers@zsh.org Subject: Re: Bug: 'export FOO' not idempotent Content-Type: text/plain X-Seq: 50391 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Mon, Jun 27, 2022, at 5:46 PM, Michael Smith wrote: > Thanks for responding! I searched a bit but hadn't made that > connection. Ah, yes -- the discussion was about "typeset", but it also affected commands like "export" and "local" which in zsh are basically just "typeset" in disguise. -- vq