This file contains hidden or 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
| cls n_super methods tmethods allasserts allStatements locs loc_q1_med_q3 asserts asserts_q1| | |
"Metacello new | |
baseline: 'Statistics'; | |
repository: 'github://ctSkennerton/Pharo-Statistics/src'; | |
load. | |
SortedCollection compile: 'quantile: aFloat | |
| n j lambda | | |
n := self size. |
This file contains hidden or 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
[| tag delay x exec_pr semaphorExecutor executor watcher | | |
x := 0. | |
tag := self. | |
delay := 5 seconds asDelay. | |
exec_pr := Processor activePriority - 10. | |
self traceCr: Time now print24. | |
semaphorExecutor := Semaphore new. | |
executor := [ | |
[[ delay wait. |
This file contains hidden or 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
'From Pharo8.0.0 of 22 January 2020 [Build information: Pharo-8.0.0+build.1124.sha.0932da82f08175e906b0e2a8052120c823374e9f (64 Bit)] on 14 October 2020 at 4:11:35.471435 pm'! | |
RSUMLClassBuilderTest subclass: #RSUMLClassBuilderTest613 | |
instanceVariableNames: '' | |
classVariableNames: '' | |
package: 'SmallAmpFinalClasses'! | |
!RSUMLClassBuilderTest613 methodsFor: 'as yet unclassified' stamp: 'Mehrdad 10/9/2020 17:38'! | |
testBasic_amp | |
"I test correctness of: |
This file contains hidden or 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
'From Pharo8.0.0 of 22 January 2020 [Build information: Pharo-8.0.0+build.1124.sha.0932da82f08175e906b0e2a8052120c823374e9f (64 Bit)] on 14 October 2020 at 4:10:53.791981 pm'! | |
RSResizeTest subclass: #RSResizeTest575 | |
instanceVariableNames: '' | |
classVariableNames: '' | |
package: 'SmallAmpFinalClasses'! | |
!RSResizeTest575 methodsFor: 'as yet unclassified' stamp: 'Mehrdad 10/9/2020 15:53'! | |
testBiggestShape_amp_A16_A11 | |
"I test correctness of: |
This file contains hidden or 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
'From Pharo8.0.0 of 22 January 2020 [Build information: Pharo-8.0.0+build.1124.sha.0932da82f08175e906b0e2a8052120c823374e9f (64 Bit)] on 14 October 2020 at 4:09:42.330761 pm'! | |
RSLabelTest subclass: #RSLabelTest439 | |
instanceVariableNames: '' | |
classVariableNames: '' | |
package: 'SmallAmpFinalClasses'! | |
!RSLabelTest439 methodsFor: 'as yet unclassified' stamp: 'Mehrdad 10/9/2020 14:53'! | |
testHasChildren_amp_A12_A55_A119 | |
"I test correctness of: |
This file contains hidden or 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
'From Pharo8.0.0 of 22 January 2020 [Build information: Pharo-8.0.0+build.1124.sha.0932da82f08175e906b0e2a8052120c823374e9f (64 Bit)] on 14 October 2020 at 4:08:16.160034 pm'! | |
RSHighlightableTest subclass: #RSHighlightableTest113 | |
instanceVariableNames: '' | |
classVariableNames: '' | |
package: 'SmallAmpFinalClasses'! | |
!RSHighlightableTest113 methodsFor: 'as yet unclassified' stamp: 'Mehrdad 9/11/2020 01:02'! | |
testBasic_amp_N7 | |
<smallAmpCoveres: 'RemoveCaretOperator#RSHighlightable#highlightShapes#18#34'> | |
<madeBySmallAmp> |
This file contains hidden or 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
'From Pharo8.0.0 of 22 January 2020 [Build information: Pharo-8.0.0+build.1124.sha.0932da82f08175e906b0e2a8052120c823374e9f (64 Bit)] on 14 October 2020 at 4:06:48.881327 pm'! | |
RSChartTest subclass: #RSChartTest374 | |
instanceVariableNames: '' | |
classVariableNames: '' | |
package: 'SmallAmpFinalClasses'! | |
!RSChartTest374 methodsFor: 'as yet unclassified' stamp: 'Mehrdad 10/9/2020 14:35'! | |
testMustInclude02_amp_A15_A29 | |
"I test correctness of: |
This file contains hidden or 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
| config readable reducer prettifier amplifiedClass targetClasses testClass result failedSelectorInOriginal selection notCoveredInOriginal | | |
amplifiedClass := RSResizeTest574. | |
config := SAConfig default. | |
testClass := amplifiedClass superclass. | |
targetClasses := testClass smallAmpTargetClasses. | |
result := testClass suite run. | |
failedSelectorInOriginal :=(result failures , result expectedDefects | |
collect: [ :failed | failed class lookupSelector: failed selector ]) | |
asOrderedCollection. | |
selection := config selection initializeWith: config. |
This file contains hidden or 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
z := OrderedCollection new. | |
'SmallAmpTempClasses' asPackage definedClassesDo: [ :c | | |
c asClass testSelectors collect: [ :c2 | | |
s:= ((c asClass lookupSelector: c2) ast comments collect: #contents) select: [:m | m beginsWith: 'I test correctness of:']. | |
r := '- `' asRegex. | |
( z add: { s ifNotEmpty: [ (r matchesIn: s first)size ] ifEmpty: [ 0 ]. c. c2. }) ] ]. | |
z sort: [ :a :b | (a at: 1) > (b at: 1) ] |
This file contains hidden or 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
| sendPush appId appAuthKey pushProc search packages testPackages tests targetedTests| | |
appId := 'TODO'. | |
appAuthKey := 'TODO'. | |
sendPush := [ :msg | |entity| | |
entity := STONJSON | |
toString: | |
{('app_id' -> appId). | |
('included_segments' -> #(All)). | |
('contents' -> {('en' -> msg)} asDictionary)} asDictionary. | |
ZnClient new |
NewerOlder