Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

import & skip statements combined leads to multiple repeated image edits #241

@erikh

Description

@erikh

file1:

from "alpine"
skip do
  run "ls"
end

file2:

import "file1"

This will result in two layer editing series both editing in the same layers (we don't track multiple skip statements independently, the skipped layers are just kept in a list for editing at the end of the run).

This is painfully slow.

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