Re: Loading a module before and after adding a load path

2013-01-18 Thread Noah Lavine
Hello, I see what you are trying to do, and I agree that it should be possible. I have set up the same situation as you: trying to load a module, failing, adding it to my path, trying again, and failing again. Here's what I've figured out: - resolve-module fails on the module, when I think it sho

Re: Loading a module before and after adding a load path

2013-01-20 Thread Andy Wingo
On Sat 19 Jan 2013 05:32, Noah Lavine writes: > In the long term, Andy and Ludo, what is the right way to fix this? This bug was introduced here: commit 0fb81f95b0222c5ba49efd3e36cf797df54c0863 Author: Andy Wingo Date: Wed Jun 3 09:48:16 2009 +0200 add exception_on_error opt

Re: Loading a module before and after adding a load path

2013-01-21 Thread Ludovic Courtès
Andy Wingo skribis: > On Sat 19 Jan 2013 05:32, Noah Lavine writes: > >> In the long term, Andy and Ludo, what is the right way to fix this? > > This bug was introduced here: > > commit 0fb81f95b0222c5ba49efd3e36cf797df54c0863 > Author: Andy Wingo > Date: Wed Jun 3 09:48:16 2009 +

Re: Loading a module before and after adding a load path

2013-01-21 Thread Andy Wingo
On Mon 21 Jan 2013 18:20, l...@gnu.org (Ludovic Courtès) writes: >> Subject: [PATCH] fix try-module-autoload, which did not detect failure to >> find the file > > Looks good to me. Pushed, thanks. Andy -- http://wingolog.org/