From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 39C32384EF5E for ; Fri, 25 Nov 2022 16:25:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 39C32384EF5E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 72C1F21AB5; Fri, 25 Nov 2022 16:25:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1669393523; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qMYu3qjrrazuJq8WrQyFPXgdLTabZqcfviIXF15czIM=; b=LE7dX1YQ4DSpmPEjO3GXtDnRW9Hu+nMIlVAQgvgzUkyVVm7tWdZB+43cZqkxvwAhJxEWfe Vfn4BHMwr3G9Ee2T9I1I9j+/4fdhCLucHFf+u/6BlssKcY8lukZwJd24Ee+6ifHjPbT+GT KcgqZuYdYGsPCcsBqO2lNp4aXatZExg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1669393523; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qMYu3qjrrazuJq8WrQyFPXgdLTabZqcfviIXF15czIM=; b=u6LRcvaLyEVQhL8p9nmrZ95ZDu5V6xjozUywAKaglQ4oPQko7iFZFKwlCzcLeq/JfqBHVH dz9qxCgc9eZGwEAQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 5A4201361C; Fri, 25 Nov 2022 16:25:23 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id kM3wFHPsgGMFJwAAMHmgww (envelope-from ); Fri, 25 Nov 2022 16:25:23 +0000 Message-ID: <327fd72f-c668-8f25-36e5-cfd46b2acfd7@suse.cz> Date: Fri, 25 Nov 2022 17:25:22 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH v2 16/19] modula2 front end: bootstrap and documentation tools Content-Language: en-US To: Gaius Mulley Cc: gcc-patches@gcc.gnu.org References: <11f42175-8e23-5da3-6a13-6172039bfca2@suse.cz> <87k052ppvq.fsf@debian> <87r0yesygv.fsf_-_@debian> <50b276a7-3a18-d405-b672-eecb5067f5de@suse.cz> <87r0yd4m40.fsf@debian> <60283611-bdd7-d294-a344-d37f082827e8@suse.cz> <875yf4h1by.fsf@debian> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <875yf4h1by.fsf@debian> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 11/24/22 15:30, Gaius Mulley wrote: > Martin Liška writes: > >> On 11/8/22 14:22, Gaius Mulley wrote: >>> Martin Liška writes: >>> >>> should be good - I'll complete the rst output in the scripts, >> >> Hi. >> > > Hi Martin, > >> As you probably noticed, the Sphinx migration didn't go well. > > Yes, sorry to see this didn't happen. Thank you for your hard work and > I hope it can occur in the future. Hi. We'll see, it's not in my plans for near future. > >> However, it's still up to you if you want to use it or not for Modula >> 2. > > Once modula-2 is in master I'd like to revisit rst in devel/modula-2 > along with analyzer patches and m2 generics. If successful then submit > patches in early stage 1. Sounds good. > >> We have manuals like libgccjit, or Ada manuals >> that use RST natively and provide exported .texi files. > > Ok thanks for the pointers, I will experiment with these build rhunes. > >> Cheers and sorry for the troubles I caused. > > No problem at all - the modula-2 scripts are now improved and cleaner > due to the port. Hopefully rst will happen sometime in the future, Regards, Martin > > regards, > Gaius