From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: guile ifinite compilation of macro depending version Date: Thu, 24 Jun 2021 21:22:46 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38603"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user To: Damien Mattei Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Jun 24 23:23:05 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lwWoT-0009mG-CX for guile-user@m.gmane-mx.org; Thu, 24 Jun 2021 23:23:05 +0200 Original-Received: from localhost ([::1]:47820 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lwWoS-0008BF-7b for guile-user@m.gmane-mx.org; Thu, 24 Jun 2021 17:23:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwWoG-0008Ar-Sm for guile-user@gnu.org; Thu, 24 Jun 2021 17:22:52 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:59507) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwWoE-0002TB-BC for guile-user@gnu.org; Thu, 24 Jun 2021 17:22:52 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2833F2400FD for ; Thu, 24 Jun 2021 23:22:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1624569768; bh=TLfsylm3/lZlJPYsaLqammNWQt3cbp7KRHGR+6lrRYk=; h=Subject:To:From:Cc:Date:From; b=rB8xzkUAJygBvOAGKSyKNBihR3KqukS7wj1+RvAUKLykAQiX1pv8DeX5qm2laO1X/ aLM1Z5S+KHrCRNIlh2m+krOYJfMhohuAfeJ+DvkrdA8g2/VYFZWFf8LBFTYrPyR7VA F62N9g438bEVM8mv/BjwOuU2QS7x9Mk7Y+6yszOAyhOFpdO3RP3HERz6+C8/6ORNTr KANVzTgNR6ZXPkN00+hlMqLbP+iSNQ0N44anftDo3QCLM5juYmLBGFUqcBhw9fnWjX K1R99LU5oMFAI86oa6YTztpof8UR+rGx0N6ZCblC5p/87OkgHG5r0J8WblUu5CzZV0 BX48MMbYiX/cg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4G9tQH333hz6tm6; Thu, 24 Jun 2021 23:22:47 +0200 (CEST) In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17618 Archived-At: Hello Damien! I think you will need to put your code or a link to where it is freely available in your message, for others to help you. Otherwise it might be impossible to know, what happened in your specific scenario. Do you happen to have your code in some publicly available repository? Best wishes, Zelphir On 6/23/21 2:38 PM, Damien Mattei wrote: > hello, > in guile 3.0.1 (Linux) i have infinite time compilation a macro that > compiles well in 3.0.7 (Mac), > this has something to see with syntax-rules (parameters) > if i add some parameters it compiles but the behavior is wrong , > strange... any idea? know bug in 3.0.1 corrected in 3.0.7 > Damien -- repositories: https://notabug.org/ZelphirKaltstahl