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=-1.0 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6528 invoked from network); 25 May 2022 21:23:37 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 25 May 2022 21:23:37 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed May 25 17:20:41 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1653513637; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=X/CsRkId+3b0D4WdFPyeyN0PoVilj/96GE7JHjtnUTo=; b=g7rfcFj9XcskkaSHFOiTBnnM/m3ymCnsTQNyF2LhgscxD1AT2kiNUtw6dQLdzhRdqb3EDY 91ln651AmEvlpfdsyle8liiZdbwxWxK85nbv4dy2Bnq++z0yrK6LLFkafc21cMeX8b0NZ7 YVGMExpWMUnnOZ5uC2MLKNsZG2CbSaU= Received: from [192.168.168.200] (161-97-228-135.lpcnextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 0f63e369 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 25 May 2022 16:20:37 -0500 (CDT) Message-ID: Date: Wed, 25 May 2022 15:20:23 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Content-Language: en-US To: 9front@9front.org References: <360D31817B067471414B1C6D6DF6DF92@felloff.net> <236719d3-a3de-fed1-bb31-8cae0ce16ea0@posixcafe.org> From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: private advanced singleton STM-based out-scaling-scale control Subject: Re: [9front] [PATCH] Unmount to remove sharp devices. Reply-To: 9front@9front.org Precedence: bulk On 5/25/22 14:53, hiro wrote: > hating those runes. Fair enough, I'll toss them. > did you consider: chdev REGEXP > could be the expanded version that allows driverA|driverB|driver[CDE] > could also allow ! or -v for reversing the meaning. I have a mild preference to keep it just a string of characters, but I could be convinced otherwise. I like that the characters provided match how they are accessed like '#A'. The drivers do keep their actual full name stored on the struct, so all the context is there. Might make 'chdev' lines in namespace files a bit less opaque. > alternatively, why not use 0 instead of ∅ and '!' instead of ∉ ? I like this. My only gripe is wanting some sort of implicit prefix replacement for ∈. But I can get over that.