-
Notifications
You must be signed in to change notification settings - Fork 64
Allow specifying @service module name
#720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Getting the doctests working for the examples using |
|
I think my Documenter issues will be fixed by #723 |
|
I just noticed that due to testing with multiple backends my I've just moved the tests I've made here to be in the unit test category and we'll need to refactor the remaining tests in another PR. |
Allow users to specify the module name when using
@servicevia@service <service_id> as <module_name>(mirroringimport Pkg as P). This change is backwards compatible and the test suite around@servicehas been significantly improved.Provides a work around for the issue: #716