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

Macros to use path instead of ident #1474

Merged
merged 34 commits into from
Oct 14, 2023
Merged

Macros to use path instead of ident #1474

merged 34 commits into from
Oct 14, 2023

Commits on Sep 8, 2023

  1. use path instead of ident

    juangirini committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7102f28 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    juangirini committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    933fd3f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    dc43fa5 View commit details
    Browse the repository at this point in the history
  2. add frame conditional

    juangirini committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    16668ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd13e3 View commit details
    Browse the repository at this point in the history
  4. update fn description

    juangirini committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    270a6b7 View commit details
    Browse the repository at this point in the history
  5. update fn description

    juangirini committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8be65aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    850a77e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. undo unrelated changes

    juangirini committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5ae6e07 View commit details
    Browse the repository at this point in the history
  2. undo unrelated changes

    juangirini committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    04dc503 View commit details
    Browse the repository at this point in the history
  3. update macro description

    juangirini committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    95444ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a773d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. unhardcode codec import

    juangirini committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bc17557 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    35747a1 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    330af4a View commit details
    Browse the repository at this point in the history
  3. make zepter happy

    juangirini committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    10bf65c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. improve comment

    juangirini committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    97bfec4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    f303276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    963be94 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    32f2f1e View commit details
    Browse the repository at this point in the history
  2. wip

    juangirini committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    877fdc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c89c0c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8184085 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. add min runtime ui test

    juangirini committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1ee920b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. simplify example pallet

    juangirini committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5050625 View commit details
    Browse the repository at this point in the history
  2. update comment

    juangirini committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    55daf79 View commit details
    Browse the repository at this point in the history
  3. zepter improvement

    juangirini committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    43ca2c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a2b45f View commit details
    Browse the repository at this point in the history
  5. fix broken test

    juangirini committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b55615b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. update compile test

    juangirini committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d253b66 View commit details
    Browse the repository at this point in the history
  2. fix todo

    juangirini committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d2009d3 View commit details
    Browse the repository at this point in the history