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
A contextual compilation is a grouping of things sharing some context (e.g., a set of network connections observed on a given day, all accounts associated with a given person).
42
-
43
-
Future implementation note: At and before CASE 1.3.0, at least one core:object must be supplied at instantiation time of a contextual compilation. At and after CASE 1.4.0, these objects will be optional.
44
39
"""
45
-
iflen(core_objects) ==0:
46
-
raiseValueError(
47
-
"A ContextualCompilation is required to have at least one UcoObject to link at initiation time. This will become optional in CASE 1.4.0."
"'os_manufacturer' should not be used on an OperatingSystemFacet as of UCO 1.4.0. Instead, use 'manufacturer' on a SoftwareFacet attached to the same OperatingSystem object.",
1336
+
DeprecationWarning,
1337
+
)
1338
+
if"os_version"inkwargs:
1339
+
warn(
1340
+
"'os_version' should not be used on an OperatingSystemFacet as of UCO 1.4.0. Instead, use 'version' on a SoftwareFacet attached to the same OperatingSystem object.",
0 commit comments