Oh, so you are redefining the hook to use a different variable and it’s failing 
when used by another vocab? I’ll look at that later. Little busy today. 

Out of curiosity why would you want it to not use the io-backend variable?


> On Jul 28, 2018, at 1:20 PM, Alexander Ilin <ajs...@yandex.ru> wrote:
> 
> I have now pushed a branch, which adds a single commit, compared to the 
> latest master: https://github.com/AlexIljin/factor/tree/dmc-backend
> (DMC stands for Delete, Move, Copy.)
>  
> You can see the error I'm talking about if you:
> - take the branch,
> - start the latest build of Factor from the build farm,
> - press F2 in the Listener to reload the vocabs, and then
> - run the following command in the Listener: `USE: io.files.unique [ ] 
> cleanup-unique-directory`.
>  
> It will choke while trying to delete the temporary directory it created.
>  
> I'm not sure it only chokes like that when I use my special backend. For some 
> reason I think it sometimes fails without it, but I can't prove it (even to 
> myself) at the moment.
>  
> 28.07.2018, 01:29, "John Benediktsson" <mrj...@gmail.com>:
>> It shouldn't fail like that, so maybe there's an issue with reloads?
>>  
>> Do you have a simple way to reproduce it?
>>  
>> On Fri, Jul 27, 2018 at 10:20 AM Alexander Ilin <ajs...@yandex.ru> wrote:
>> Hello!
>> 
>>   Sometimes I see weird errors like this:
>> 
>> Generic word `delete-directory` does not define a method for the `word` 
>> class.
>> Dispatching on object: `windows`
>> 
>>   But the Browser shows that the method `delete-directory` IS defined for 
>> the `windows` symbol.
>>   Why do the `HOOK:`s fail like this sometimes? Does it have something to do 
>> with reloading some of the involved vocabs?
>  
>  
> ---=====---
> Александр
>  
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to