File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/Babylonian-Core.package/Process.extension Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ forContext: aContext priority: anInteger
1818 activeProcess propagatesDynamicVariables ifTrue: [
1919 activeProcess setDynamicVariables do: [:dynamicVariable |
2020 newProcess environmentAt: dynamicVariable put: (activeProcess environmentAt: dynamicVariable)]].
21- BPProcessGenealogy newProcess: newProcess descendsFrom: activeProcess.
21+ (activeProcess environmentAt: BPActiveTracer ifAbsent: [nil ]) ifNotNil: [
22+ " we are tracing so record process genealogy"
23+ BPProcessGenealogy newProcess: newProcess descendsFrom: activeProcess].
2224
2325 " -------------- BP ContextS2 additions end --------------"
2426
Original file line number Diff line number Diff line change 11{
22 "class" : {
3- "forContext:priority:" : " pre 1/12/2023 08:53 " },
3+ "forContext:priority:" : " pre 1/12/2023 09:29 " },
44 "instance" : {
55 "dontPropagateCSLayers" : " pre 1/11/2023 15:44" ,
66 "dontPropagateDynamicVariables" : " pre 1/11/2023 15:52" ,
You can’t perform that action at this time.
0 commit comments