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

Address short comings with printf for strings #715

Merged
merged 29 commits into from
Nov 6, 2024
Merged

Address short comings with printf for strings #715

merged 29 commits into from
Nov 6, 2024

Commits on Aug 14, 2024

  1. keep this

    Rekt3421 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9a2b9e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8046dc2 View commit details
    Browse the repository at this point in the history
  3. add missing space

    Rekt3421 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4a33381 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fix cases with no format

    Rekt3421 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    45f2ae4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. use assert instead of if and return earlier.

    Co-authored-by: Romaric Jodin <[email protected]>
    Rekt3421 and rjodinchr authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a7af5cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c606c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d90c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. reinstate comment format

    Co-authored-by: Romaric Jodin <[email protected]>
    Rekt3421 and rjodinchr authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1cd3365 View commit details
    Browse the repository at this point in the history
  2. reinstate comment format

    Co-authored-by: Romaric Jodin <[email protected]>
    Rekt3421 and rjodinchr authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ff36633 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    33e43e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d81ce View commit details
    Browse the repository at this point in the history
  3. rework test logic

    Rekt3421 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ebec0c4 View commit details
    Browse the repository at this point in the history
  4. use correct class

    Rekt3421 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    467ffad View commit details
    Browse the repository at this point in the history
  5. rework logic

    Rekt3421 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cbd9ff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. get rid of sprintf

    Rekt3421 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d0a44b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. handle quotes

    Rekt3421 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f688a80 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Oct 1, 2024

  1. make less complex

    Rekt3421 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2380ff8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. condense logic further

    Rekt3421 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    852e14c View commit details
    Browse the repository at this point in the history
  2. revert untouched code

    Rekt3421 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    49fc753 View commit details
    Browse the repository at this point in the history
  3. commit romaric's suggestion

    Co-authored-by: Romaric Jodin <[email protected]>
    Rekt3421 and rjodinchr authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    181a82c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. remove uneeded checks

    Rekt3421 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    41c9d79 View commit details
    Browse the repository at this point in the history
  2. restore the condition

    Rekt3421 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    39dda98 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. get rid of condition again

    Rekt3421 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9c25fbe View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Add romaric's suggestion back in

    Co-authored-by: Romaric Jodin <[email protected]>
    Rekt3421 and rjodinchr authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6d85e0c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    e7936e4 View commit details
    Browse the repository at this point in the history
  2. add one last test

    Rekt3421 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c0a381c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix test for while loop

    Rekt3421 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b3a5159 View commit details
    Browse the repository at this point in the history