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
Relax core_objects in ContextualCompilation; align arguments to ontology
No effects were observed on Make-managed files.
References:
* ucoProject/UCO#599
* ucoProject/UCO#662
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
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."
0 commit comments