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

Do not expect a contents.plist file to exist in glyphs.com.adobe.type.processedglyphs #1702

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    62b8718 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. make output more concise

    Only the .glif file name is really needed here, reporting the glyphDirPath probably was a mistake anyway.
    frankrolf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b17cedd View commit details
    Browse the repository at this point in the history
  2. minor typos

    frankrolf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3fddd6d View commit details
    Browse the repository at this point in the history
  3. some weird testers might use pathlib

    … which made that comparison fail
    frankrolf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    523398b View commit details
    Browse the repository at this point in the history
  4. fallback for contents.plist

    if the layer we are working on does not contain a contents.plist, load the contents.plist from the default layer.
    frankrolf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5995318 View commit details
    Browse the repository at this point in the history
  5. tests for ufotools

    frankrolf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cacc9f6 View commit details
    Browse the repository at this point in the history
  6. fix flake8 findings

    frankrolf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    61e43b4 View commit details
    Browse the repository at this point in the history