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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Daniel Llorens <daniel.llorens <at> bluewin.ch>
Subject: bug#13534: closed (Re: bug#13534: add --language argument breaks -l)
Date: Thu, 24 Jan 2013 21:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#13534: add --language argument breaks -l

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 13534 <at> debbugs.gnu.org.

-- 
13534: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13534
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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/

[Message part 3 (message/rfc822, inline)]
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.




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

Previous Next


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