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 generic dataclasses with bound parameters. #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Apr 3, 2023

Fix generic dataclasses with bound parameters.

This alters the way in which mappable dataclasses are created in order to fix a
crash when a mappable, frozen generic dataclass is instantiated with a bound
type parameter.

@copybara-service copybara-service bot changed the title Fix generic dataclasses Fix generic dataclasses with bound parameters. Apr 3, 2023
@copybara-service copybara-service bot force-pushed the test_521409933 branch 4 times, most recently from 6adb270 to acdbdaa Compare April 3, 2023 12:42
@copybara-service copybara-service bot force-pushed the test_521409933 branch 4 times, most recently from 84b7cb5 to 4de60ce Compare April 17, 2023 10:59
This alters the way in which mappable dataclasses are created in order to fix a
crash when a mappable, frozen generic dataclass is instantiated with a bound
type parameter.

PiperOrigin-RevId: 521409933
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.

1 participant