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
Build improvements for the inkscape1.0 branch #985
Conversation
…ilation takes ~30minutes otherwise)
@@ -525,7 +525,7 @@ def tab_sort_key(tab): | |||
|
|||
# If multiple tabs are enabled, make sure dependent | |||
# tabs are grouped with the parent. | |||
parent, | |||
parent and parent.name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Thanks for your PR, we really appreciate your contribution.
What is this change about? Use it not working as just parent
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this fixes the error mentioned in #980 (comment)
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
restore-keys: | | ||
${{ runner.os }}-yarn- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for figuring this stuff out. I never did manage to find the time to figure out caching.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this is just copy and paste of the examples from https://github.com/actions/cache/blob/main/examples.md#node---yarn
But it does seem to work :)
76c1d4b
to
736f295
Compare
* Building for the current ubuntu LTS which will be the default soon. * Cache pip and yarn to accellerate repeated builds (e.g. wxPython compilation takes ~30minutes otherwise) * Cannot sort by ParamsTab. Use .name instead.
* Building for the current ubuntu LTS which will be the default soon. * Cache pip and yarn to accellerate repeated builds (e.g. wxPython compilation takes ~30minutes otherwise) * Cannot sort by ParamsTab. Use .name instead.
* Building for the current ubuntu LTS which will be the default soon. * Cache pip and yarn to accellerate repeated builds (e.g. wxPython compilation takes ~30minutes otherwise) * Cannot sort by ParamsTab. Use .name instead.
* Building for the current ubuntu LTS which will be the default soon. * Cache pip and yarn to accellerate repeated builds (e.g. wxPython compilation takes ~30minutes otherwise) * Cannot sort by ParamsTab. Use .name instead.
* Building for the current ubuntu LTS which will be the default soon. * Cache pip and yarn to accellerate repeated builds (e.g. wxPython compilation takes ~30minutes otherwise) * Cannot sort by ParamsTab. Use .name instead.
* Building for the current ubuntu LTS which will be the default soon. * Cache pip and yarn to accellerate repeated builds (e.g. wxPython compilation takes ~30minutes otherwise) * Cannot sort by ParamsTab. Use .name instead.
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
No description provided.