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

Remove re-export of types into top-level #303

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Remove re-export of types into top-level #303

merged 1 commit into from
Sep 12, 2023

Conversation

leighmcculloch
Copy link
Member

What

Remove the re-export of types into top-level that occurs when only one of the curr or next features are enabled.

Why

It is confusing that when both curr and next are enabled that the top-level exports change. It's also difficult to debug.

In most cases applications could just depend on the specific module they'd like to use, and as such can reference stellar_xdr::curr::....

@leighmcculloch leighmcculloch marked this pull request as ready for review September 12, 2023 22:53
@leighmcculloch leighmcculloch added this pull request to the merge queue Sep 12, 2023
Merged via the queue into main with commit b090a9b Sep 12, 2023
7 checks passed
@leighmcculloch leighmcculloch deleted the ⊜_⊜ branch September 12, 2023 23:19
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.

2 participants