-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
WIP tpl: Add TemplateFuncsNamespaceRegistry #3415
Conversation
As a first step to remove the hard ties between `tplimpl` and the different namespace packages. The `lang` package is used as the first example use case. See gohugoio#3042
@moorereason I will wrap this up tomorrow sometime, but if you can look at the test cases left: And ignore the obvious ones (the few I have not moved). Where do the rest belong.
Also these: |
|
@moorereason if you're up and about: The only thing left now is some badly named partials methods. Suggestions? |
Never mind; I name it |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
As a first step to remove the hard ties between
tplimpl
and the different namespace packages.The
lang
package is used as the first example use case.See #3042
/cc @moorereason