You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/rez/utils/platform_.py:0: error: Module has no attribute "windll" [attr-defined]
46
45
src/rez/utils/platform_.py:0: error: Module has no attribute "WinError" [attr-defined]
@@ -112,26 +111,37 @@ src/rez/packages.py:0: error: Argument 1 to "Variant" has incompatible type "Res
112
111
src/rez/solver.py:0: error: Argument 1 to "set_context" of "PackageBaseResourceWrapper" has incompatible type "ResolvedContext | None"; expected "ResolvedContext" [arg-type]
113
112
src/rez/package_order.py:0: error: Incompatible types in assignment (expression has type "Iterable[str] | None", variable has type "list[str]") [assignment]
114
113
src/rez/package_order.py:0: error: Argument 1 to "sort_key" of "PackageOrder" has incompatible type "str | None"; expected "str" [arg-type]
114
+
src/rez/package_maker.py:0: error: Item "None" of "Variant | None" has no attribute "base" [union-attr]
115
+
src/rez/package_maker.py:0: error: Argument 1 has incompatible type "Variant | None"; expected "Variant" [arg-type]
116
+
src/rez/package_maker.py:0: error: Item "None" of "Variant | None" has no attribute "root" [union-attr]
117
+
src/rez/package_maker.py:0: error: Argument 1 has incompatible type "Variant | None"; expected "Variant" [arg-type]
115
118
src/rez/package_filter.py:0: error: "type[property]" has no attribute "uncache" [attr-defined]
116
119
src/rez/package_filter.py:0: error: Too many arguments for "RegexRuleBase" [call-arg]
117
120
src/rez/resolver.py:0: error: Argument 1 to "get_variant_state_handle" of "PackageRepository" has incompatible type "Resource"; expected "PackageResource" [arg-type]
118
121
src/rez/resolver.py:0: error: Argument 1 to "get_variant_state_handle" of "PackageRepository" has incompatible type "Resource"; expected "PackageResource" [arg-type]
122
+
src/rez/resolver.py:0: error: Item "None" of "list[PackageVariant] | None" has no attribute "__iter__" (not iterable) [union-attr]
123
+
src/rez/resolver.py:0: error: Item "None" of "list[Requirement] | None" has no attribute "__iter__" (not iterable) [union-attr]
119
124
src/rez/package_cache.py:0: error: Module has no attribute "CREATE_NEW_PROCESS_GROUP" [attr-defined]
120
125
src/rez/resolved_context.py:0: error: Incompatible return value type (got "_Wrapped[[VarArg(Any), KwArg(Any)], Any, [Any, VarArg(Any), KwArg(Any)], Any]", expected "CallableT") [return-value]
121
126
src/rez/resolved_context.py:0: error: Argument "verbosity" to "Resolver" has incompatible type "int"; expected "bool" [arg-type]
122
127
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
123
-
src/rez/resolved_context.py:0: error: Argument 1 to "get_equivalent_variant" of "PackageRepository" has incompatible type "Resource | Any"; expected "VariantResource" [arg-type]
128
+
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
129
+
src/rez/resolved_context.py:0: error: Argument 1 to "get_equivalent_variant" of "PackageRepository" has incompatible type "Resource"; expected "VariantResource" [arg-type]
124
130
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
125
131
src/rez/resolved_context.py:0: error: Incompatible types in assignment (expression has type "list[Requirement]", variable has type "list[PackageRequest]") [assignment]
126
132
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
127
133
src/rez/resolved_context.py:0: error: Argument 1 to "__iadd__" of "list" has incompatible type "list[str]"; expected "Iterable[PackageRequest]" [arg-type]
128
134
src/rez/resolved_context.py:0: error: Item "None" of "ResolvedContext | None" has no attribute "set_load_path" [union-attr]
129
135
src/rez/resolved_context.py:0: error: Incompatible return value type (got "ResolvedContext | None", expected "ResolvedContext") [return-value]
136
+
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
137
+
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
130
138
src/rez/resolved_context.py:0: error: Argument 1 to "append" of "list" has incompatible type "Callable[[Any], Any] | None"; expected "None" [arg-type]
139
+
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
131
140
src/rez/resolved_context.py:0: error: Item "None" of "list[Requirement] | None" has no attribute "__iter__" (not iterable) [union-attr]
132
141
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
133
142
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
134
143
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
144
+
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
135
145
src/rez/resolved_context.py:0: error: Incompatible types in assignment (expression has type "list[PackageOrder]", variable has type "PackageOrderList") [assignment]
136
146
src/rez/resolved_context.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "PackageOrderList") [assignment]
137
147
src/rez/resolved_context.py:0: error: Argument 1 to "update" of "MutableMapping" has incompatible type "dict[str, Any] | None"; expected "SupportsKeysAndGetItem[str, Any]" [arg-type]
@@ -178,7 +188,6 @@ src/rezplugins/package_repository/filesystem.py:0: error: Return type "PackageRe
178
188
src/rezplugins/package_repository/filesystem.py:0: error: Argument 1 of "get_variant_state_handle" is incompatible with supertype "PackageRepository"; supertype defines the argument type as "PackageResource" [override]
179
189
src/rezplugins/package_repository/filesystem.py:0: error: "PackageRepositoryResource" has no attribute "state_handle" [attr-defined]
180
190
src/rezplugins/package_repository/filesystem.py:0: error: "PackageFamilyResource" has no attribute "get_last_release_time" [attr-defined]
181
-
src/rezplugins/package_repository/filesystem.py:0: error: Return type "Variant | None" of "get_variant_from_uri" incompatible with return type "VariantResource | None" in supertype "PackageRepository" [override]
182
191
src/rezplugins/package_repository/filesystem.py:0: error: Incompatible types in assignment (expression has type "str", variable has type "int | None") [assignment]
183
192
src/rezplugins/package_repository/filesystem.py:0: error: Argument 2 to "join" has incompatible type "str | None"; expected "str" [arg-type]
184
193
src/rezplugins/package_repository/filesystem.py:0: error: Argument 1 to "remove_package" of "FileSystemPackageRepository" has incompatible type "str | None"; expected "str" [arg-type]
src/rezplugins/package_repository/filesystem.py:0: error: "VariantResource" has no attribute "variant_requires" [attr-defined]
218
227
src/rezplugins/package_repository/filesystem.py:0: error: Argument 2 to "join" has incompatible type "Any | str | None"; expected "str" [arg-type]
219
228
src/rezplugins/package_repository/filesystem.py:0: error: Argument 1 to "_on_changed" of "FileSystemPackageRepository" has incompatible type "Any | str | None"; expected "str" [arg-type]
229
+
src/rezplugins/package_repository/filesystem.py:0: error: Argument 1 to "get_package" of "PackageRepository" has incompatible type "Any | str | None"; expected "str" [arg-type]
220
230
src/rez/package_test.py:0: error: Item "None" of "ResolvedContext | None" has no attribute "get_resolved_package" [union-attr]
221
231
src/rez/package_test.py:0: error: Item "None" of "Variant | Any | None" has no attribute "uri" [union-attr]
222
232
src/rez/package_test.py:0: error: Item "None" of "Variant | Any | None" has no attribute "variant_requires" [union-attr]
@@ -293,11 +303,9 @@ src/rez/bind/_pymodule.py:0: error: Name "env" is not defined [name-defined]
293
303
src/rez/bind/_pymodule.py:0: error: Name "env" is not defined [name-defined]
294
304
src/rezplugins/build_process/local.py:0: error: Argument 1 to "join" of "str" has incompatible type "list[str | None]"; expected "Iterable[str]" [arg-type]
295
305
src/rezplugins/build_process/local.py:0: error: Argument 1 to "pre_variant_install" of "PackageRepository" has incompatible type "Resource"; expected "VariantResource" [arg-type]
src/rezplugins/build_process/local.py:0: error: Argument 1 to "get_repository" of "PackageRepositoryManager" has incompatible type "str | None"; expected "str" [arg-type]
298
307
src/rezplugins/build_process/local.py:0: error: Argument 1 to "on_variant_install_cancelled" of "PackageRepository" has incompatible type "Resource"; expected "VariantResource" [arg-type]
299
-
src/rezplugins/build_process/local.py:0: error: TypedDict "BuildResult" has no key "package_install_path" [typeddict-item]
300
-
src/rezplugins/build_process/local.py:0: error: TypedDict "BuildResult" has no key "variant_install_path" [typeddict-item]
308
+
src/rezplugins/build_process/local.py:0: error: Argument 1 to "on_variant_install_cancelled" of "PackageRepository" has incompatible type "Resource"; expected "VariantResource" [arg-type]
301
309
src/rez/cli/pip.py:0: error: "Config" has no attribute "debug_package_release" [attr-defined]
302
310
src/rez/cli/release.py:0: error: Name "raw_input" is not defined [name-defined]
303
311
src/rez/cli/selftest.py:0: error: Argument 1 to "getfile" has incompatible type "FrameType | None"; expected Module | type[Any] | MethodType | FunctionType | TracebackType | FrameType | CodeType | Callable[..., Any] [arg-type]
0 commit comments