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: Andy Wingo <wingo <at> pobox.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#13534: closed (add --language argument breaks -l)
Date: Thu, 24 Jan 2013 21:52:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 24 Jan 2013 22:51:29 +0100
with message-id <878v7idzby.fsf <at> pobox.com>
and subject line Re: bug#13534: add --language argument breaks -l
has caused the debbugs.gnu.org bug report #13534,
regarding add --language argument breaks -l
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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: 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.



[Message part 3 (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/


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.