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

[makeinstancesufo] continue when failing on one UFO? #1160

Open
frankrolf opened this issue Jun 10, 2020 · 2 comments
Open

[makeinstancesufo] continue when failing on one UFO? #1160

frankrolf opened this issue Jun 10, 2020 · 2 comments

Comments

@frankrolf
Copy link
Member

I wanted to add this to #1145 since it’s related, but I assume a new bug is better:

Currently, when makeinstancesufo fails for a given instance, it’ll stop right there and leave me to figure out what the problem might be. In a typical git environment, this will lead to thousands of files changed, which are effectively noise until I can figure out what the problem is.

Would it be possible to make the instance generation move on regardless of an individual failure, and show a report at the end?

File under “one can dream”: perhaps the solution to this would also allow us to think of using multiple threads for makeinstancesufo?

@frankrolf
Copy link
Member Author

A workaround I am using for this is

for i in $(seq 0 29); do makeinstancesufo -v -i $i -d SourceSerif4.designspace; done

@josh-hadley
Copy link
Collaborator

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

No branches or pull requests

2 participants