Skip to content

Remove Pretty from cardano-ledger-test #4966

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

Merged
merged 1 commit into from
May 26, 2025
Merged

Conversation

Lucsanszky
Copy link
Contributor

@Lucsanszky Lucsanszky commented Apr 2, 2025

Description

Resolves #4873

Checklist

  • Commits in meaningful sequence and with useful messages.
  • Tests added or updated when needed.
  • CHANGELOG.md files updated for packages with externally visible changes.
    NOTE: New section is never added with the code changes. (See RELEASING.md).
  • Versions updated in .cabal and CHANGELOG.md files when necessary, according to the
    versioning process.
  • Version bounds in .cabal files updated when necessary.
    NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).
  • Code formatted (use scripts/fourmolize.sh).
  • Cabal files formatted (use scripts/cabal-format.sh).
  • hie.yaml updated (use scripts/gen-hie.sh).
  • Self-reviewed the diff.

@lehins lehins mentioned this pull request Apr 30, 2025
10 tasks
@Lucsanszky Lucsanszky force-pushed the ldan/pretty-purge branch 6 times, most recently from ebdf176 to c89a919 Compare May 15, 2025 17:45
@Lucsanszky Lucsanszky force-pushed the ldan/pretty-purge branch 9 times, most recently from cfe2096 to a5bcfdf Compare May 23, 2025 14:55
Copy link
Collaborator

@lehins lehins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to add all the instances introduced in this PR to the respective changelogs and this PR is good to go.
Awesome work. Thank you @Lucsanszky

@Lucsanszky Lucsanszky force-pushed the ldan/pretty-purge branch from 84e07bc to 5421365 Compare May 26, 2025 13:15
@Lucsanszky Lucsanszky force-pushed the ldan/pretty-purge branch from 5421365 to 3a006d6 Compare May 26, 2025 14:21
@Lucsanszky Lucsanszky marked this pull request as ready for review May 26, 2025 14:21
@Lucsanszky Lucsanszky requested a review from a team as a code owner May 26, 2025 14:21
@Lucsanszky Lucsanszky enabled auto-merge May 26, 2025 15:03
@Lucsanszky Lucsanszky merged commit 7738bd0 into master May 26, 2025
126 of 128 checks passed
@Lucsanszky Lucsanszky deleted the ldan/pretty-purge branch May 26, 2025 15:42
@Lucsanszky
Copy link
Contributor Author

Make sure to add all the instances introduced in this PR to the respective changelogs and this PR is good to go. Awesome work. Thank you @Lucsanszky

Changelogs are now updated as well. Thanks for the review and dead code removal suggestions! Finally, this is now done. 🎉

@lehins lehins mentioned this pull request Jun 16, 2025
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of Pretty interface in favor of ToExpr
2 participants