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

fix: Reworking dirReplacements system to work with SetPath and Blocks #87

Merged
merged 3 commits into from
Jun 10, 2024

Commits on Jun 7, 2024

  1. fix: Reworking dirReplacements system to work with SetPath and Blocks

    * SetPath was not running through the dirreplacements system, so had to plumb things through fairly differently than before, but I like this solution much better
    * Blocks were not loading properly because the path replacement was happening at the end of the process instead of during creation, so it was unable to find the file to load blocks from, and always stomped the output
    deregtd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    12fe528 View commit details
    Browse the repository at this point in the history
  2. lint

    deregtd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4d2502d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Update internal/modules/module.go

    Co-authored-by: Jared Allard <jaredallard@users.noreply.github.com>
    deregtd and jaredallard authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a9405e3 View commit details
    Browse the repository at this point in the history