[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dmd: Unload one or all services at runtime.
From: |
Ludovic Courtès |
Subject: |
Re: dmd: Unload one or all services at runtime. |
Date: |
Tue, 25 Mar 2014 21:30:16 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Hello!
Alex Sassmannshausen <address@hidden> skribis:
> Ludovic Courtès writes:
>
>> Alex Sassmannshausen <address@hidden> skribis:
>>
>>> * modules/dmd/service.scm (runtime-load): New procedure.
>>> (dmd-service): Re-factor 'load', add new action: 'reload'.
>>> * dmd.texi (The 'dmd' and 'unknown' services): Document 'reload'.
>>> * tests/basic.sh: Add 'reload' test.
>>
>> Again I would call everything ‘reload’, for instance. ‘runtime-load’
>> sounds like a pleonasm to me.
>>
>> WDYT?
>
> The procedure in question is now actually used by the 'load' and
> 'reload' actions, so simply calling it 'reload' would not be correct.
>
> I can see it being a pleonasm, so I've renamed the procedure
> 'load-config'. To be clear, the new action itself IS called 'reload'
> (so you would use it by 'deco reload dmd $file_name').
OK, makes sense to me.
Thanks,
Ludo’.
Re: [PATCH 1/2] dmd: Add dmd action unload: unload known services., Ludovic Courtès, 2014/03/12