We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a reason why config is type restricted to Dict and not to AbstractDict? e.g. here:
config
Dict
AbstractDict
Literate.jl/src/Literate.jl
Line 126 in ebe1cfd
Not a big deal but relaxing it would allow to use LittleDict for instance.
LittleDict
The text was updated successfully, but these errors were encountered:
No reason.
Sorry, something went wrong.
Relax Dict -> AbstractDict for user configurations, closes #185. (#186)
0794936
Successfully merging a pull request may close this issue.
Is there a reason why
config
is type restricted toDict
and not toAbstractDict
? e.g. here:Literate.jl/src/Literate.jl
Line 126 in ebe1cfd
Not a big deal but relaxing it would allow to use
LittleDict
for instance.The text was updated successfully, but these errors were encountered: