Re: Including additional modules in dmd services

2015-11-25 Thread Ludovic Courtès
With commit fae685b, has a ‘modules’ and an ‘imported-modules’ field, following the same pattern used for . Let me know what you think! Ludo’.

Re: Including additional modules in dmd services

2015-11-20 Thread Ludovic Courtès
David Thompson skribis: > Am I just doing it wrong? If it's a real limitation, what would be the > best way to specify the additional modules needed? I looked around at > the various dmd services and couldn't find any other examples of needing > macros from another module. I would love to know

Including additional modules in dmd services

2015-11-19 Thread David Thompson
Hello hackers, I am finally getting up to speed on the new service API, and I believe I've run into a limitation of dmd services. I wanted to use 'match' from (ice-9 match) in the "start" action for a dmd service, like so: (dmd-service (provision '(foo)) (documentation "Foo service