We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
repro:
from dataclasses import dataclass from typing import Optional, List from omegaconf import OmegaConf @dataclass class Config: my_field: Optional[List[int]] = None OmegaConf.merge(Config, Config)
This is a bug in 2.0 and also in master (and should be fixed in both).
The text was updated successfully, but these errors were encountered:
Fixed in 19da4a4 for 2.0. 2.0.4 coming.
Sorry, something went wrong.
#430 fixes in master. Released 2.1.0-dev10 with this fix.
No branches or pull requests
repro:
This is a bug in 2.0 and also in master (and should be fixed in both).
The text was updated successfully, but these errors were encountered: