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

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

Open
erikh opened this issue Apr 28, 2017 · 0 comments
Open

Comments

@erikh
Copy link
Member

erikh commented Apr 28, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant