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

parser: update @include in templates, to work with relative paths & prevent recursive calls #21943

Merged
merged 14 commits into from
Aug 8, 2024

Commits on Jul 27, 2024

  1. Add @include! directive

    Allows calling a partial directly
    kylepritchard authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    5176112 View commit details
    Browse the repository at this point in the history
  2. Update TEMPLATES.md

    Include the @include! directive
    kylepritchard authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    53aed83 View commit details
    Browse the repository at this point in the history
  3. Update tmpl.v

    run v fmt
    kylepritchard authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    608a527 View commit details
    Browse the repository at this point in the history
  4. Update tmpl.v

    Remove personal traces
    kylepritchard authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    6c6d31f View commit details
    Browse the repository at this point in the history
  5. Update TEMPLATES.md

    Correct path for @include! example
    kylepritchard authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c85b8d6 View commit details
    Browse the repository at this point in the history
  6. Update tmpl.v

    Combine code
    kylepritchard authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    0d15ec0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    910c7a9 View commit details
    Browse the repository at this point in the history
  8. v fmt

    kylepritchard committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4fba05d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Modify template importing to recursively import all templates in one …

    …go relative to initial template
    kylepritchard committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    56c8ea0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    808ae6a View commit details
    Browse the repository at this point in the history
  2. vfmt

    kylepritchard committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    520ee4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91bf8b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    01af6d7 View commit details
    Browse the repository at this point in the history
  2. Correct commented code

    kylepritchard committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bd2e521 View commit details
    Browse the repository at this point in the history