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

Allow custom formatting #37

Merged
merged 12 commits into from
Jul 4, 2023
Merged

Allow custom formatting #37

merged 12 commits into from
Jul 4, 2023

Commits on Jun 28, 2023

  1. Initial suppport for entering and exiting custom formatting

    Argument parsing done
    mendelsshop committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f40d0e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c5cb4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f28de6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28d8bdf View commit details
    Browse the repository at this point in the history
  5. the parser for custom formatting gives back more reasonable errors

    Also fixed bug in parser which lead to non interpolated things being interpolated
    mendelsshop committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3cb42d2 View commit details
    Browse the repository at this point in the history
  6. custom formatting also for return values use {r} to interpolate retur…

    …n values
    
    the parser is getting a drop messy
    mendelsshop committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    285da5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f68234 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4288489 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    db77f53 View commit details
    Browse the repository at this point in the history
  2. changed custom formatting interpolation

    custom formatting interpolation now follows (mostly) the same rules as `fomat!`
    custom formatting interpolation now report (mostly) the same errors as `format!`
    fixed some copy pasted error reporting
    mendelsshop committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    42fb823 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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