* bug#13534: add --language argument breaks -l
@ 2013-01-23 16:42 Daniel Llorens
2013-01-24 10:17 ` bug#13534: Daniel Llorens
2013-01-24 21:51 ` bug#13534: add --language argument breaks -l Andy Wingo
0 siblings, 2 replies; 5+ messages in thread
From: Daniel Llorens @ 2013-01-23 16:42 UTC (permalink / raw)
To: 13534
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#13534:
2013-01-23 16:42 bug#13534: add --language argument breaks -l Daniel Llorens
@ 2013-01-24 10:17 ` Daniel Llorens
2013-01-24 11:42 ` bug#13534: Mark H Weaver
2013-01-24 21:51 ` bug#13534: add --language argument breaks -l Andy Wingo
1 sibling, 1 reply; 5+ messages in thread
From: Daniel Llorens @ 2013-01-24 10:17 UTC (permalink / raw)
To: 13534
Ok, it seems that this was fixed before I reported it. Close?
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#13534:
2013-01-24 10:17 ` bug#13534: Daniel Llorens
@ 2013-01-24 11:42 ` Mark H Weaver
2013-01-24 12:05 ` bug#13534: Daniel Llorens
0 siblings, 1 reply; 5+ messages in thread
From: Mark H Weaver @ 2013-01-24 11:42 UTC (permalink / raw)
To: Daniel Llorens; +Cc: 13534
Daniel Llorens <daniel.llorens@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
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#13534:
2013-01-24 11:42 ` bug#13534: Mark H Weaver
@ 2013-01-24 12:05 ` Daniel Llorens
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Llorens @ 2013-01-24 12:05 UTC (permalink / raw)
To: Mark H Weaver; +Cc: 13534
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#13534: add --language argument breaks -l
2013-01-23 16:42 bug#13534: add --language argument breaks -l Daniel Llorens
2013-01-24 10:17 ` bug#13534: Daniel Llorens
@ 2013-01-24 21:51 ` Andy Wingo
1 sibling, 0 replies; 5+ messages in thread
From: Andy Wingo @ 2013-01-24 21:51 UTC (permalink / raw)
To: Daniel Llorens; +Cc: 13534-done
On Wed 23 Jan 2013 17:42, Daniel Llorens <daniel.llorens@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/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-24 21:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 16:42 bug#13534: add --language argument breaks -l Daniel Llorens
2013-01-24 10:17 ` bug#13534: Daniel Llorens
2013-01-24 11:42 ` bug#13534: Mark H Weaver
2013-01-24 12:05 ` bug#13534: Daniel Llorens
2013-01-24 21:51 ` bug#13534: add --language argument breaks -l Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).