-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e31af77
commit f16828f
Showing
11 changed files
with
49 additions
and
53 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../instance/allBabylonianInternalClasses.st → ...ass/class/allBabylonianInternalClasses.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
packages/Babylonian-Core.package/BPTraceValue.class/class/ignoredClassesInStack.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
as yet unclassified | ||
ignoredClassesInStack | ||
|
||
^ IgnoredClassesInStack ifNil: [IgnoredClassesInStack := { Symbol. | ||
DynamicVariable class. | ||
ActiveEventVariable class. | ||
CSProcessContextInformation. | ||
CSMethodObject. | ||
CSLayeredMethod. | ||
CSPartialMethod. | ||
TestCase. | ||
TestResult. | ||
BPProbeLogTest. | ||
BPExample. | ||
BPAbstractExample. | ||
MorphicEventDispatcher. | ||
}, self allBabylonianInternalClasses] |
21 changes: 21 additions & 0 deletions
21
packages/Babylonian-Core.package/BPTraceValue.class/class/ignoredMessagesInStack.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
as yet unclassified | ||
ignoredMessagesInStack | ||
|
||
^ IgnoredMessagesInStack ifNil: [IgnoredMessagesInStack := {MethodReference class: BlockClosure selector: #newProcess. | ||
MethodReference class: BPExample selector: #traceInBackground. | ||
MethodReference class: BlockClosure selector: #on:do:. | ||
MethodReference class: BPExample selector: #traceAsyncNotifying:. | ||
MethodReference class: BlockClosure selector: #bpTraceInBackgroundForExample:. | ||
MethodReference class: BlockClosure selector: #bpTraceWith:. | ||
MethodReference class: Symbol selector: #withLayerDo:. | ||
MethodReference class: Array selector: #withLayersDo:. | ||
MethodReference class: CSProcessContextInformation selector: #withLayers:do:. | ||
MethodReference class: BlockClosure selector: #ensure:. | ||
MethodReference class: DynamicVariable class selector: #value:during:. | ||
MethodReference class: BPExample selector: #traceAsyncNotifying:. | ||
MethodReference class: BPExample selector: #execute. | ||
MethodReference class: BPExample selector: #executeSynchronously. | ||
MethodReference class: BPMethodExample selector: #runOn:. | ||
MethodReference class: CSMethodObject selector: #run:with:in:. | ||
MethodReference class: CSLayeredMethod selector: #valueWithReceiver:arguments:. | ||
MethodReference class: CSPartialMethod selector: #valueWithReceiver:arguments:.}] |
8 changes: 0 additions & 8 deletions
8
packages/Babylonian-Core.package/BPTraceValue.class/instance/allBabylonianInternalClasses.st
This file was deleted.
Oops, something went wrong.
15 changes: 1 addition & 14 deletions
15
packages/Babylonian-Core.package/BPTraceValue.class/instance/ignoredClassesInStack.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,4 @@ | ||
private | ||
ignoredClassesInStack | ||
|
||
^ { Symbol. | ||
DynamicVariable class. | ||
ActiveEventVariable class. | ||
CSProcessContextInformation. | ||
CSMethodObject. | ||
CSLayeredMethod. | ||
CSPartialMethod. | ||
TestCase. | ||
TestResult. | ||
BPProbeLogTest. | ||
BPExample. | ||
BPAbstractExample. | ||
MorphicEventDispatcher. | ||
}, self allBabylonianInternalClasses | ||
^ self class ignoredClassesInStack |
19 changes: 1 addition & 18 deletions
19
packages/Babylonian-Core.package/BPTraceValue.class/instance/ignoredMessagesInStack.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,4 @@ | ||
private | ||
ignoredMessagesInStack | ||
|
||
^ {MethodReference class: BlockClosure selector: #newProcess. | ||
MethodReference class: BPExample selector: #traceInBackground. | ||
MethodReference class: BlockClosure selector: #on:do:. | ||
MethodReference class: BPExample selector: #traceAsyncNotifying:. | ||
MethodReference class: BlockClosure selector: #bpTraceInBackgroundForExample:. | ||
MethodReference class: BlockClosure selector: #bpTraceWith:. | ||
MethodReference class: Symbol selector: #withLayerDo:. | ||
MethodReference class: Array selector: #withLayersDo:. | ||
MethodReference class: CSProcessContextInformation selector: #withLayers:do:. | ||
MethodReference class: BlockClosure selector: #ensure:. | ||
MethodReference class: DynamicVariable class selector: #value:during:. | ||
MethodReference class: BPExample selector: #traceAsyncNotifying:. | ||
MethodReference class: BPExample selector: #execute. | ||
MethodReference class: BPExample selector: #executeSynchronously. | ||
MethodReference class: BPMethodExample selector: #runOn:. | ||
MethodReference class: CSMethodObject selector: #run:with:in:. | ||
MethodReference class: CSLayeredMethod selector: #valueWithReceiver:arguments:. | ||
MethodReference class: CSPartialMethod selector: #valueWithReceiver:arguments:.} | ||
^ self class ignoredMessagesInStack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
packages/Babylonian-ExampleMining.package/BPTraceValue.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/Babylonian-ExampleMining.package/BPTraceValue.extension/properties.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/Babylonian-ExampleMining.package/monticello.meta/categories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
SystemOrganization addCategory: #'Babylonian-ExampleMining-Core'! | ||
SystemOrganization addCategory: #'Babylonian-ExampleMining-Minimization'! | ||
SystemOrganization addCategory: #'Babylonian-ExampleMining-Tests'! | ||
SystemOrganization addCategory: #'Babylonian-ExampleMining-Core'! |