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

Fix backs-compat generation when custom namespace in use #266

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

kzu
Copy link
Member

@kzu kzu commented Mar 22, 2023

We were not properly conditioning the new ThisAssembly-based generation on the usage of a custom ThisAssemblyNamespace, causing P2P scenarios to fail since we were simultaneously generating in the custom namespace and the global one.

Fixes #258

We were not properly conditioning the new ThisAssembly-based generation on the usage of a custom ThisAssemblyNamespace, causing P2P scenarios to fail since we were simultaneously generating in the custom namespace *and* the global one.

Fixes #258
@kzu kzu added the bug label Mar 22, 2023
@kzu kzu enabled auto-merge (rebase) March 22, 2023 17:24
@kzu kzu merged commit 8303091 into main Mar 22, 2023
@kzu kzu deleted the dev/FixGlobalNamespace branch March 22, 2023 17:25
@devlooped devlooped locked and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ThisAssemblyNamespace is ignored when updating from 2.3.0 to 3.0.4
1 participant