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

Refactor: move pretty-printing and failure code to swarm-util #2155

Merged
merged 9 commits into from
Sep 29, 2024

Commits on Sep 28, 2024

  1. [wip] start moving pretty-printing infrastructure to swarm-util

    Generic pretty-printing infrastructure (`PrettyPrec` class, various
    utility functions, etc.) can move to `-util` so we can use it
    anywhere, for pretty-printing anything.  All the specific instances
    are to be distributed so they live right next to the definitions of
    the associated data types.
    byorgey committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8710539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d1df6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ae8063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f02e87 View commit details
    Browse the repository at this point in the history
  5. Restyled by fourmolu (#2156)

    Co-authored-by: Restyled.io <commits@restyled.io>
    2 people authored and byorgey committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7e1c67b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ceabd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4deebf3 View commit details
    Browse the repository at this point in the history
  8. Restyled by fourmolu (#2157)

    Co-authored-by: Restyled.io <commits@restyled.io>
    restyled-io[bot] and restyled-commits authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8396329 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c35d6b View commit details
    Browse the repository at this point in the history