From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: lloda Newsgroups: gmane.lisp.guile.bugs Subject: bug#35315: It's not a bug, sorry Date: Tue, 23 Apr 2019 00:33:08 +0200 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_C923A900-B58E-4FCD-9951-DB508C824E80" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="37553"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 35315@debbugs.gnu.org To: Jan Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Apr 23 00:59:11 2019 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hIhu1-0009fx-N1 for guile-bugs@m.gmane.org; Tue, 23 Apr 2019 00:59:09 +0200 Original-Received: from localhost ([127.0.0.1]:45339 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIhu0-0004zP-OM for guile-bugs@m.gmane.org; Mon, 22 Apr 2019 18:59:08 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIhtv-0004yS-EI for bug-guile@gnu.org; Mon, 22 Apr 2019 18:59:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIhfP-00060Z-GN for bug-guile@gnu.org; Mon, 22 Apr 2019 18:44:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38291) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hIhfO-00060A-Mi for bug-guile@gnu.org; Mon, 22 Apr 2019 18:44:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hIhfO-0002RW-Gg for bug-guile@gnu.org; Mon, 22 Apr 2019 18:44:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: lloda Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Mon, 22 Apr 2019 22:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35315 X-GNU-PR-Package: guile Original-Received: via spool by 35315-submit@debbugs.gnu.org id=B35315.15559729859320 (code B ref 35315); Mon, 22 Apr 2019 22:44:02 +0000 Original-Received: (at 35315) by debbugs.gnu.org; 22 Apr 2019 22:43:05 +0000 Original-Received: from localhost ([127.0.0.1]:51835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hIheT-0002QG-0T for submit@debbugs.gnu.org; Mon, 22 Apr 2019 18:43:05 -0400 Original-Received: from new-02-2.privateemail.com ([198.54.122.46]:49721) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hIhUz-0002Cp-Db for 35315@debbugs.gnu.org; Mon, 22 Apr 2019 18:33:18 -0400 Original-Received: from MTA-06-1.privateemail.com (unknown [10.20.147.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by NEW-02.privateemail.com (Postfix) with ESMTPS id 5C80A60575; Mon, 22 Apr 2019 22:33:11 +0000 (UTC) Original-Received: from MTA-06.privateemail.com (localhost [127.0.0.1]) by MTA-06.privateemail.com (Postfix) with ESMTP id 48D7E60058; Mon, 22 Apr 2019 18:33:11 -0400 (EDT) Original-Received: from 4box.home (unknown [10.20.151.246]) by MTA-06.privateemail.com (Postfix) with ESMTPA id B6A956004D; Mon, 22 Apr 2019 22:33:10 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3445.104.8) X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Mon, 22 Apr 2019 18:43:03 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:9317 Archived-At: --Apple-Mail=_C923A900-B58E-4FCD-9951-DB508C824E80 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On 22 Apr 2019, at 23:45, Jan = wrote: >=20 > I've found out it's not a bug, I just didn't add (define-module = (my-modules displays)) - the name of the folder to my module. Sorry for = that. >=20 > Have a nice day! >=20 >=20 > -- > Jan >=20 Tbh I've always find this requirement a bit annoying. Clearly in an = inline definition the full name must be given, but if the module is = found through the path, which is the most common case, all you get from = the module declaration is a chance to make a mistake. I guess I'd like for it to be a nameless variant (define-module) that = would work only in module-files, or even no declaration at all, just = calling (use-modules (a b c)), then if a/b/c.scm is found, would make = the contents of c.scm into a module (a b c). I dunno. --Apple-Mail=_C923A900-B58E-4FCD-9951-DB508C824E80 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii

On = 22 Apr 2019, at 23:45, Jan <tona_kosmicznego_smiecia@interia.pl> wrote:

I've found out it's not a bug, I just didn't  add = (define-module (my-modules displays)) - the name of the folder to my = module. Sorry for that.

Have a nice day!


--
Jan



Tbh I've always find = this requirement a bit annoying. Clearly in an inline definition the = full name must be given, but if the module is found through the path, = which is the most common case, all you get from the module declaration = is a chance to make a mistake.

I guess I'd like for it to be a nameless variant = (define-module) that would work only in module-files, or even no = declaration at all, just calling (use-modules (a b c)), then if = a/b/c.scm is found, would make the contents of c.scm into a module (a b = c). I dunno.

= --Apple-Mail=_C923A900-B58E-4FCD-9951-DB508C824E80--