Skip to content

Commit

Permalink
60502
Browse files Browse the repository at this point in the history
20110 AllocationTest>>#testOutOfMemorySignal not well suited to 64-bit
	https://pharo.fogbugz.com/f/cases/20110

20096 Add script pragma to SpaceTally>>printSpaceAnalysis
	https://pharo.fogbugz.com/f/cases/20096

20174  In the debug halo of a morph: clicking on "inspect morph" and "explore morph" bring up the same window.
	https://pharo.fogbugz.com/f/cases/20174

http://files.pharo.org/image/60/60502.zip
  • Loading branch information
Jenkins Build Server authored and ci committed Jun 26, 2017
1 parent 89d297d commit 9233b82
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 29 deletions.

This file was deleted.

Expand Up @@ -22,9 +22,6 @@ buildDebugMenu: aHand
ifTrue: [ aMenu add: 'inspect model' target: self model selector: #inspect.
aMenu lastItem
icon: (self iconNamed: #smallInspectItIcon) ].
aMenu add: 'explore morph' target: self selector: #explore.
aMenu lastItem
icon: (self iconNamed: #smallInspectItIcon).
aMenu addLine.
aMenu
add: 'browse morph class'
Expand Down
@@ -1,4 +1,4 @@
script60501
script60502

^ 'AST-Core-TheIntegrator.494.mcz
AST-Tests-Core-TheIntegrator.134.mcz
Expand Down Expand Up @@ -159,7 +159,7 @@ Jobs-TheIntegrator.30.mcz
JobsTests-TheIntegrator.2.mcz
Kernel-TheIntegrator.2515.mcz
Kernel-Rules-TheIntegrator.13.mcz
Kernel-Tests-TheIntegrator.175.mcz
Kernel-Tests-TheIntegrator.177.mcz
Kernel-Tests-Rules-TheIntegrator.5.mcz
Keymapping-Core-TheIntegrator.204.mcz
Keymapping-KeyCombinations-TheIntegrator.66.mcz
Expand Down Expand Up @@ -206,7 +206,7 @@ MonticelloMocks-TheIntegrator.9.mcz
MonticelloRemoteRepositories-TheIntegrator.19.mcz
Moose-Algos-Graph-VincentBlondeau.33.mcz
Morphic-Base-TheIntegrator.618.mcz
Morphic-Core-TheIntegrator.313.mcz
Morphic-Core-TheIntegrator.315.mcz
Morphic-Examples-TheIntegrator.64.mcz
Morphic-Tests-TheIntegrator.13.mcz
Morphic-Widgets-Basic-TheIntegrator.110.mcz
Expand Down Expand Up @@ -403,7 +403,7 @@ Tool-FileList-Tests-EstebanLorenzano.3.mcz
Tool-Finder-TheIntegrator.78.mcz
Tool-ImageCleaner-TheIntegrator.19.mcz
Tool-ProcessBrowser-TheIntegrator.27.mcz
Tool-Profilers-TheIntegrator.37.mcz
Tool-Profilers-TheIntegrator.39.mcz
Tool-SystemReporter-TheIntegrator.19.mcz
Tool-Transcript-TheIntegrator.25.mcz
Tool-Workspace-TheIntegrator.48.mcz
Expand Down

This file was deleted.

@@ -0,0 +1,12 @@
update60502
"self new update60502"
self withUpdateLog: '20110 AllocationTest>>#testOutOfMemorySignal not well suited to 64-bit
https://pharo.fogbugz.com/f/cases/20110
20096 Add script pragma to SpaceTally>>printSpaceAnalysis
https://pharo.fogbugz.com/f/cases/20096
20174 In the debug halo of a morph: clicking on "inspect morph" and "explore morph" bring up the same window.
https://pharo.fogbugz.com/f/cases/20174'.
self loadTogether: self script60502 merge: false.
self flushCaches.
@@ -1,6 +1,9 @@
commentForCurrentUpdate
^ '20093 Missing source stamp makes changes hard to view
https://pharo.fogbugz.com/f/cases/20093
^ '20110 AllocationTest>>#testOutOfMemorySignal not well suited to 64-bit
https://pharo.fogbugz.com/f/cases/20110
20148 transforming deprecations should take #showWarning into account
https://pharo.fogbugz.com/f/cases/20148'
20096 Add script pragma to SpaceTally>>printSpaceAnalysis
https://pharo.fogbugz.com/f/cases/20096
20174 In the debug halo of a morph: clicking on "inspect morph" and "explore morph" bring up the same window.
https://pharo.fogbugz.com/f/cases/20174'
@@ -1,3 +1,3 @@
printSpaceAnalysis
"SpaceTally printSpaceAnalysis"
<script>
self new printSpaceAnalysis

0 comments on commit 9233b82

Please sign in to comment.