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

Wrap node name in \tikz@pp@name when passed to pgf gd #1119

Merged
merged 10 commits into from
Jan 11, 2022

Commits on Dec 23, 2021

  1. fix(gd): Wrap node name in \tikz@pp@name

    when tikz calls `\pgfgdedge`.
    
    Signed-off-by: muzimuzhi <muzimuzhi@gmail.com>
    muzimuzhi committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    8b7f391 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. fix(gd): Add \tikz@pp@name for edge kind -!-

    Signed-off-by: muzimuzhi <muzimuzhi@gmail.com>
    muzimuzhi committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    2440c7d View commit details
    Browse the repository at this point in the history
  2. test(gd)!: New test set and its first test

    The gd test set only runs on LuaTeX.
    
    `pgfgd-debug.lua` adds debugging code to `InterfaceToDisplay` functions
    which helps in checking tests based on states of display layer (Lua),
    rather than box content.
    
    Signed-off-by: muzimuzhi <muzimuzhi@gmail.com>
    muzimuzhi committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    dd89951 View commit details
    Browse the repository at this point in the history
  3. chore: Add changelog entries

    Signed-off-by: muzimuzhi <muzimuzhi@gmail.com>
    muzimuzhi committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    beb25f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. test(gd): optimize Lua code

    Signed-off-by: Henri Menke <henri@henrimenke.de>
    hmenke committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    6187845 View commit details
    Browse the repository at this point in the history
  2. fixup! test(gd): optimize Lua code

    Signed-off-by: Henri Menke <henri@henrimenke.de>
    hmenke committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0c37efc View commit details
    Browse the repository at this point in the history
  3. fixup! fixup! test(gd): optimize Lua code

    Signed-off-by: Henri Menke <henri@henrimenke.de>
    hmenke committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    73689ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b65622a View commit details
    Browse the repository at this point in the history
  5. feat(ci): Archive failed test output for all test sets

    This extends pgf-tikz#1114, commit
      2bff7c6
    
    Signed-off-by: muzimuzhi <muzimuzhi@gmail.com>
    muzimuzhi committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5b154e6 View commit details
    Browse the repository at this point in the history
  6. fixup! fixup! fixup! test(gd): optimize Lua code

    - Load `pgfgd-test.lua` after gd lib.
    - Update test file (no prefix, no ending period).
    
    Signed-off-by: muzimuzhi <muzimuzhi@gmail.com>
    muzimuzhi committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    b17faf5 View commit details
    Browse the repository at this point in the history