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

Namespace support #60

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Namespace support #60

wants to merge 4 commits into from

Conversation

numen31337
Copy link
Owner

Closes #49

@numen31337
Copy link
Owner Author

Looks like this is a quite complex problem to solve, I looked at implementation of this feature in freezed library, it is able to handle some cases indeed, but not all of them e.g. final ns2.Future<ns1.ByteBuffer>? namespacedProperty2;. Perhaps I will have to postpone this problem for the future, as it requires time and much deeper understanding of the problem than I currently have.

@numen31337 numen31337 added help wanted Extra attention is needed enhancement New feature or request labels Aug 4, 2022
@numen31337 numen31337 marked this pull request as draft August 5, 2022 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use CopyWith when models are imported with namespace
1 participant