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

Update lib.rs #31

Merged
merged 3 commits into from
Feb 28, 2025
Merged

Update lib.rs #31

merged 3 commits into from
Feb 28, 2025

Conversation

UPWRD1
Copy link
Contributor

@UPWRD1 UPWRD1 commented Feb 22, 2025

Reordered impl::Display to ensure aggregate types are defined before any usage

Fixes #30

Description

Module<'_>'s fmt::Display impl to ensure aggregate types are defined before usage, to conform with QBE.

Changes proposed in this pull request

Update Module<'_>'s fmt::Display

ToDo

  • Proposed feature/fix is sufficiently tested
  • Proposed feature/fix is sufficiently documented
  • The "Unreleased" section in the changelog has been updated, if applicable

UPWRD1 and others added 3 commits February 22, 2025 11:52
Reordered `impl::Display` to ensure aggregate types are defined before any usage
@garritfra
Copy link
Owner

I added a simple test and updated the changelog. Thanks for your help! I'll stage a new release.

@garritfra garritfra merged commit 362a84f into garritfra:main Feb 28, 2025
4 checks passed
@garritfra
Copy link
Owner

Released via v2.3.1.

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.

Module Type Definitions Placement
2 participants