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

Build improvements for the inkscape1.0 branch #985

Merged
merged 3 commits into from Jan 22, 2021

Conversation

rumpeltux
Copy link
Collaborator

No description provided.

lib/extensions/auto_satin.py Outdated Show resolved Hide resolved
@@ -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,
Copy link
Member

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?

Copy link
Collaborator Author

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-

Copy link
Member

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.

Copy link
Collaborator Author

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 :)

@kaalleen kaalleen merged commit 4a99f85 into kaalleen/inkscape1.0 Jan 22, 2021
kaalleen pushed a commit that referenced this pull request Jan 23, 2021
* 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.
kaalleen pushed a commit that referenced this pull request Jan 30, 2021
* 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.
kaalleen pushed a commit that referenced this pull request Feb 2, 2021
* 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.
kaalleen pushed a commit that referenced this pull request Feb 4, 2021
* 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.
kaalleen pushed a commit that referenced this pull request Feb 7, 2021
* 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.
kaalleen pushed a commit that referenced this pull request Feb 28, 2021
* 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.
kaalleen added a commit that referenced this pull request Mar 4, 2021
* 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>
@kaalleen kaalleen deleted the rumpeltux/inkscape1.0 branch June 11, 2022 07:55
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

Successfully merging this pull request may close these issues.

None yet

3 participants