-
Notifications
You must be signed in to change notification settings - Fork 3
Removed donna artifacts fetch and donna artifacts tmp commands and all related code
#68
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -97,7 +97,6 @@ class Config(BaseEntity): | |||||||||
| _worlds_instances: list[BaseWorld] = pydantic.PrivateAttr(default_factory=list) | ||||||||||
| _sources_instances: list[SourceConfigValue] = pydantic.PrivateAttr(default_factory=list) | ||||||||||
|
|
||||||||||
|
||||||||||
| # Deprecated: kept for backward compatibility with existing config files. | |
| tmp_dir: pathlib.Path | None = None |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Config.tmp_dirwas removed (see donna/workspaces/config.py), and BaseEntity forbids unknown fields; existingconfig.tomlfiles that settmp_dirwill now fail validation at startup. Please add an explicit migration/breaking-change note here (or under "Breaking Changes") telling users to removetmp_dirfrom their config and explaining that Donna no longer manages a workspace temp directory via config.