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

User macros #69

Merged
merged 60 commits into from
Sep 28, 2021
Merged

User macros #69

merged 60 commits into from
Sep 28, 2021

Commits on Sep 21, 2021

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

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1b2ea8a View commit details
    Browse the repository at this point in the history
  3. wip2

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    e2a7069 View commit details
    Browse the repository at this point in the history
  4. wip3

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a1d7a33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0280ae7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dea8a4e View commit details
    Browse the repository at this point in the history
  7. fix selector parser

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    62e6d0b View commit details
    Browse the repository at this point in the history
  8. clean up clippy warnings

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    4f8dbf4 View commit details
    Browse the repository at this point in the history
  9. wip

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7257c94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0a1d86 View commit details
    Browse the repository at this point in the history
  11. a few doc fixes

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8d86dcb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7335fb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a5af4e1 View commit details
    Browse the repository at this point in the history
  14. add expression ast

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7d3df3a View commit details
    Browse the repository at this point in the history
  15. wip

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    559c017 View commit details
    Browse the repository at this point in the history
  16. infix working

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f918ef3 View commit details
    Browse the repository at this point in the history
  17. assemble expressions

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    25cad61 View commit details
    Browse the repository at this point in the history
  18. tests passing

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9ed7833 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a4db5d8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6359f80 View commit details
    Browse the repository at this point in the history
  21. fix clippy

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    eb4a56d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7232993 View commit details
    Browse the repository at this point in the history
  23. fix warning

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    ea4482a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1484965 View commit details
    Browse the repository at this point in the history
  25. finally compiles again

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7848d13 View commit details
    Browse the repository at this point in the history
  26. resolve parsing errors

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f175579 View commit details
    Browse the repository at this point in the history
  27. wip

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    cabfed4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2d77278 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7197ab0 View commit details
    Browse the repository at this point in the history
  30. all tests passing (again)

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3b6ca6b View commit details
    Browse the repository at this point in the history
  31. fix clippy warnings

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    df93828 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4e1752e View commit details
    Browse the repository at this point in the history
  33. add back with_label fn

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    156a8a8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9105068 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    022edea View commit details
    Browse the repository at this point in the history
  36. fix clippy warning

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    76fc84b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    80f4798 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b764fa8 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7e4af19 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    a8fec04 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0b83888 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1b7fd90 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9fe3b88 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    eccb05c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a3e65ea View commit details
    Browse the repository at this point in the history
  46. remove print stmt

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    01f2f4e View commit details
    Browse the repository at this point in the history
  47. remove debugging code

    lightclient committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    da4ad2a View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    0ecd04c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. fix undeclaredlabels doc string

    Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
    lightclient and SamWilsn authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    96ba6cd View commit details
    Browse the repository at this point in the history
  2. use snafu macro instead of explicitly writing backtrace

    Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
    lightclient and SamWilsn authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0fa6b60 View commit details
    Browse the repository at this point in the history
  3. remove unneccesary clones

    lightclient committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    46be445 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. WiP: Extra Tests

    SamWilsn committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    fd79c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b3784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb7d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. fix clippy error

    lightclient committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    f5dbb90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067dbd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2483d5c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    5868458 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from quilt/user-macros-extra-tests

    WiP: Extra Tests
    lightclient authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b3362e8 View commit details
    Browse the repository at this point in the history
  3. fix test

    lightclient committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    f4567b1 View commit details
    Browse the repository at this point in the history