From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id CB33938582BF for ; Fri, 9 Sep 2022 12:16:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CB33938582BF 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-out2.suse.de (Postfix) with ESMTPS id B4B121F8CC; Fri, 9 Sep 2022 12:16:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1662725814; 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=2DCyeBCdbELJegOq9YFJRXM3LbyY35D9qMVvWogTnco=; b=18CXeKMos0DsV9cYnhLed8TU623plo40EOkih+a/ebb8SFyFyVwvG9VCLDHePO6U6aEyR0 geMA44d9Q/qsA4bfIPrI5Sf4fKLuKebDxyOnmfPCRTEjl6KybHj2+9KO/jJ4pT07bCm7Ux ykMYkKUNxFDELpbMwkI5ZLtLGWl5gH0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1662725814; 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=2DCyeBCdbELJegOq9YFJRXM3LbyY35D9qMVvWogTnco=; b=zi0J5N/04OHs44wPXHBRGDcG08okYCC7QBcBBoPRP6m/L+qOtNTumzGlBwdSbGsCPEQVk/ AYxxWiesp4yNqlBg== 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 9B9E713A93; Fri, 9 Sep 2022 12:16:54 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id y3/wJLYuG2O3JgAAMHmgww (envelope-from ); Fri, 09 Sep 2022 12:16:54 +0000 Message-ID: Date: Fri, 9 Sep 2022 14:16:54 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 Subject: Re: Modula-2: merge followup (brief update on the progress of the new linking implementation) Content-Language: en-US To: Gaius Mulley Cc: gcc-patches@gcc.gnu.org References: <87h73qy3vb.fsf@debian> <87ler60z9c.fsf@debian> <163022e2-1f71-da70-abd4-0539e3579a13@suse.cz> <87tu5t3fre.fsf@debian> <87fshc360m.fsf@debian> <87mtb9dft7.fsf@debian> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <87mtb9dft7.fsf@debian> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_EU,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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 9/8/22 17:52, Gaius Mulley wrote: > Martin Liška writes: > >> Note I've just converted the current Modula-2 manual to RST (Sphinx): >> https://splichal.eu/scripts/sphinx/ >> >> It contains some minor issues, but in general it should be pretty fine. Note pygments >> contains a corresponding lexer: >> https://pygments.org/docs/lexers/#multi-dialect-lexer-for-modula-2 > > very nice - well done! All very useful - and much easier to see bugs in > gm2.texi. I see a few missing options (missing from gm2.texi) and also Do you have an example, please? > I see problems with the libraries - meta data (const/type/var) is What type of meta data do you mean? > rendered (@findex perhaps should be ignored or processed). Or I could > disable it from gcc/m2/tools-src/def2texi.py)? > > It is starting to look very nice indeed Thanks! Martin > > regards, > Gaius