Skip to content

Spec generation appends modified liquid patches after previous ones #33

@dylanahsmith

Description

@dylanahsmith

When running either the generate:liquid_ruby or generate:standard_filters rake tasks, Helpers.insert_patch will be used to append a patch to liquid code under tmp/liquid if the patch isn't already included in that file. That means that if the file is modified, then it won't find it included and append the modified patch after the previous patch. This can lead to confusion and/or incorrect results when modifying that patch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions