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

53 split handler functions to different files in handler folder #89

Conversation

bird-dancer
Copy link
Member

  • now user templates can be read from folder work
  • handlers and producers are now split if they for example have
  • '$$handler$$' as their name
  • every file is rendered into the same sub path it came from
  • a lot of changes regarding generator functions
    ISSUES:
  • names inside generated code are still mangled, no snake case etc.

* added extra functions for rendering embedded files
* render_multiple_embedded_templates now takes Iterable
* changed PathBuf to Path where possible
- handlers and producers are now split if they for example have
- $$handler$$ as their name
- every file is rendered into the same sub path it came from
- a lot of changes regarding generator functions
@bird-dancer bird-dancer linked an issue Jul 8, 2023 that may be closed by this pull request
Copy link
Collaborator

@stano45 stano45 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Nit: Der erste Buchstaben ist groß bei einer Datei, aber bei den anderen klein. Weiß nicht woran das liegt, vielleicht ist das das gleiche Problem wie bei @aikokal 's PR.

Edit: ich sehe jetzt dass die Branch nicht up to date ist, also vielleicht ist das hier schon beim Rebasen gelöst.

image

* added to_lower as template function
@bird-dancer bird-dancer merged commit b04eaa8 into main Jul 9, 2023
@bird-dancer bird-dancer deleted the 53-split-handler-functions-to-different-files-in-handler-folder branch July 9, 2023 19:21
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.

split handler functions to different files in handler folder
2 participants