Skip to content
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

resolves #35 automatically register converter and extension #40

Merged
merged 1 commit into from
Apr 6, 2019

Conversation

ggrossetie
Copy link
Member

We've already discussed this issue with @mojavelinux but I think we should try to automatically register converters and extensions using a well defined API.

As mentioned in the code, currently we have a "conflict" in the API. Both converters and extensions are using the register function. But the register function used in extensions expects one argument (the extension registry) while the register function used in converters does not take any argument.

@ggrossetie ggrossetie force-pushed the issue-35-load-converter branch from ee501c3 to 723c907 Compare December 4, 2018 16:19
@ggrossetie ggrossetie changed the title Resolves #35, automatically register converter and extension resolves #35 automatically register converter and extension Mar 29, 2019
@ggrossetie
Copy link
Member Author

I will go ahead and merge this pull request (and resolve conflicts of course 😉)

@ggrossetie ggrossetie force-pushed the issue-35-load-converter branch from 723c907 to 66c3864 Compare April 6, 2019 11:53
@ggrossetie ggrossetie force-pushed the issue-35-load-converter branch from 66c3864 to 8d25a48 Compare April 6, 2019 12:06
@ggrossetie ggrossetie force-pushed the issue-35-load-converter branch from 8d25a48 to 11a10fc Compare April 6, 2019 12:19
@ggrossetie ggrossetie merged commit 8135232 into asciidoctor:master Apr 6, 2019
@ggrossetie ggrossetie deleted the issue-35-load-converter branch April 6, 2019 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant