GNU bug report logs - #13534
add --language argument breaks -l

Previous Next

Package: guile;

Reported by: Daniel Llorens <daniel.llorens <at> bluewin.ch>

Date: Wed, 23 Jan 2013 16:45:02 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13534 in the body.
You can then email your comments to 13534 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#13534; Package guile. (Wed, 23 Jan 2013 16:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Llorens <daniel.llorens <at> bluewin.ch>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Wed, 23 Jan 2013 16:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Llorens <daniel.llorens <at> bluewin.ch>
To: bug-guile <at> gnu.org
Subject: add --language argument breaks -l
Date: Wed, 23 Jan 2013 17:42:31 +0100
There is an obvious bug in faabd16… in the handling of "-l"

,arg0 should be ,(car args)

However, even after fixing this, there are problems with the load path

> cat x.scm
(define hello 1) ^D
> guile -l x.scm
[backtrace ...] Unable to find file "ice-9/x.scm" in load path
> guile -L /home/daniel/ -l x.scm
[backtrace ...] Unable to find file "ice-9/x.scm" in load path

I can fix this by putting back load instead of (@@ (ice-9 command-line) load/lang), but I don't understand why this should be. load/lang just calls load, so it must be some scope issue.





Information forwarded to bug-guile <at> gnu.org:
bug#13534; Package guile. (Thu, 24 Jan 2013 10:18:01 GMT) Full text and rfc822 format available.

Message #8 received at 13534 <at> debbugs.gnu.org (full text, mbox):

From: Daniel Llorens <daniel.llorens <at> bluewin.ch>
To: 13534 <at> debbugs.gnu.org
Date: Thu, 24 Jan 2013 11:17:38 +0100
Ok, it seems that this was fixed before I reported it. Close?




Information forwarded to bug-guile <at> gnu.org:
bug#13534; Package guile. (Thu, 24 Jan 2013 11:44:03 GMT) Full text and rfc822 format available.

Message #11 received at 13534 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: Daniel Llorens <daniel.llorens <at> bluewin.ch>
Cc: 13534 <at> debbugs.gnu.org
Subject: Re: bug#13534:
Date: Thu, 24 Jan 2013 06:42:52 -0500
Daniel Llorens <daniel.llorens <at> bluewin.ch> writes:
> Ok, it seems that this was fixed before I reported it. Close?

I see that ",arg0" was changed to ",(car args)" but you also wrote:

> ,arg0 should be ,(car args)
> 
> However, even after fixing this, there are problems with the load path

Can you verify that the "problems with the load path" you referred to
are now fixed?

    Thanks,
      Mark




Information forwarded to bug-guile <at> gnu.org:
bug#13534; Package guile. (Thu, 24 Jan 2013 12:06:01 GMT) Full text and rfc822 format available.

Message #14 received at 13534 <at> debbugs.gnu.org (full text, mbox):

From: Daniel Llorens <daniel.llorens <at> bluewin.ch>
To: Mark H Weaver <mhw <at> netris.org>
Cc: 13534 <at> debbugs.gnu.org
Subject: Re: bug#13534:
Date: Thu, 24 Jan 2013 13:05:14 +0100
On Jan 24, 2013, at 12:42, Mark H Weaver wrote:

> Can you verify that the "problems with the load path" you referred to
> are now fixed?
> 
>    Thanks,
>      Mark

Yes, that should be the change load -> load-in-vicinity. This was an issue also with -s, etc. It works for me now.

Regards,
	
	Daniel



Reply sent to Andy Wingo <wingo <at> pobox.com>:
You have taken responsibility. (Thu, 24 Jan 2013 21:52:02 GMT) Full text and rfc822 format available.

Notification sent to Daniel Llorens <daniel.llorens <at> bluewin.ch>:
bug acknowledged by developer. (Thu, 24 Jan 2013 21:52:02 GMT) Full text and rfc822 format available.

Message #19 received at 13534-done <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> pobox.com>
To: Daniel Llorens <daniel.llorens <at> bluewin.ch>
Cc: 13534-done <at> debbugs.gnu.org
Subject: Re: bug#13534: add --language argument breaks -l
Date: Thu, 24 Jan 2013 22:51:29 +0100
On Wed 23 Jan 2013 17:42, Daniel Llorens <daniel.llorens <at> bluewin.ch> writes:

> There is an obvious bug in faabd16… in the handling of "-l"

Sorry about that one!  Embarrassing :P

A
-- 
http://wingolog.org/




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 Feb 2013 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.