Skip to content

Commit

Permalink
60482
Browse files Browse the repository at this point in the history
20010 Deprecated methods should be placed in the Deprecated60 package
	https://pharo.fogbugz.com/f/cases/20010

20021 fix for #instead: stack needs to be cleaned
	https://pharo.fogbugz.com/f/cases/20021

http://files.pharo.org/image/60/60482.zip
  • Loading branch information
Jenkins Build Server authored and ci committed May 4, 2017
1 parent 364b4ad commit 47c8736
Show file tree
Hide file tree
Showing 43 changed files with 38 additions and 49 deletions.
@@ -1,7 +1,6 @@
testTwoConstsInSameMethod

| result1 result2 |
<expectedFailure>
result1 := self sumOfTwoConsts: [ 1 ] and: [ 2 ].
result2 := self sumOfTwoConsts: nil and: nil.
self assert: result1 equals: 3.
Expand Down
@@ -1,10 +1,12 @@
preamble
| preamble |

self flag: #TBD.
"Very simplistic now: needs to do some optimizatons"

preamble := OrderedCollection new.
links do: [:link |
plugins do: [ :plugin | (link allReifications includes: plugin key) ifTrue: [preamble addAll: ((plugin entity: entity link: link) preamble: entity)] ]].
plugins do: [ :plugin | (link allReifications includes: plugin key) ifTrue: [preamble addAll: ((plugin entity: entity link: link) preamble: entity)]].
link control = #instead ifTrue: [
"for instead links, the preamble needs to clean the stack. For now just implemented for message sends"
entity isMessage ifTrue: [
entity numArgs + 1 timesRepeat: [preamble add: (RFStorePopIntoTempNode named: #RFBalancestack)]]]].
^preamble
@@ -1,4 +1,4 @@
script60481
script60482

^ 'AST-Core-TheIntegrator.494.mcz
AST-Tests-Core-TheIntegrator.134.mcz
Expand Down Expand Up @@ -31,7 +31,7 @@ BlueInk-Tests-TheIntegrator.12.mcz
CodeExport-TheIntegrator.21.mcz
CodeImport-TheIntegrator.90.mcz
CodeImportCommandLineHandlers-TheIntegrator.15.mcz
Collections-Abstract-TheIntegrator.343.mcz
Collections-Abstract-TheIntegrator.345.mcz
Collections-Arithmetic-TheIntegrator.22.mcz
Collections-Atomic-TheIntegrator.16.mcz
Collections-DoubleLinkedList-TheIntegrator.2.mcz
Expand All @@ -53,10 +53,10 @@ ConfigurationCommandLineHandler-Core-TheIntegrator.29.mcz
ConfigurationCommandLineHandler-Tests-MarcusDenker.11.mcz
ContributingToTheCatalogHelp-TheIntegrator.9.mcz
Debugger-Tests-TheIntegrator.6.mcz
DebuggerActions-TheIntegrator.90.mcz
DebuggerActions-TheIntegrator.92.mcz
DebuggerFilters-TheIntegrator.9.mcz
DebuggerModel-TheIntegrator.130.mcz
Deprecated60-TheIntegrator.18.mcz
Deprecated60-TheIntegrator.20.mcz
EmbeddedFreeType-TheIntegrator.30.mcz
EmbeddedFreeType-Tests-TheIntegrator.4.mcz
EmergencyEvaluator-TheIntegrator.35.mcz
Expand All @@ -66,9 +66,9 @@ EpiceaBrowsersTests-MartinDias.30.mcz
EpiceaTests-MartinDias.24.mcz
FFI-Kernel-EstebanLorenzano.45.mcz
FFI-Pools-TheIntegrator.5.mcz
FileSystem-Core-TheIntegrator.220.mcz
FileSystem-Disk-TheIntegrator.106.mcz
FileSystem-Memory-TheIntegrator.61.mcz
FileSystem-Core-TheIntegrator.222.mcz
FileSystem-Disk-TheIntegrator.110.mcz
FileSystem-Memory-TheIntegrator.63.mcz
FileSystem-Tests-Core-TheIntegrator.103.mcz
FileSystem-Tests-Disk-StephaneDucasse.25.mcz
FileSystem-Tests-Memory-TheIntegrator.8.mcz
Expand Down Expand Up @@ -134,7 +134,7 @@ Graphics-Canvas-TheIntegrator.14.mcz
Graphics-Display Objects-TheIntegrator.188.mcz
Graphics-Files-TheIntegrator.78.mcz
Graphics-Fonts-TheIntegrator.109.mcz
Graphics-Primitives-TheIntegrator.201.mcz
Graphics-Primitives-TheIntegrator.203.mcz
Graphics-Shapes-TheIntegrator.4.mcz
Graphics-Tests-TheIntegrator.85.mcz
Graphics-Transformations-TheIntegrator.17.mcz
Expand All @@ -150,9 +150,9 @@ IssueTracking-TheIntegrator.6.mcz
IssueTracking-Tests-TheIntegrator.3.mcz
Jobs-TheIntegrator.30.mcz
JobsTests-TheIntegrator.2.mcz
Kernel-TheIntegrator.2504.mcz
Kernel-TheIntegrator.2506.mcz
Kernel-Rules-TheIntegrator.13.mcz
Kernel-Tests-TheIntegrator.164.mcz
Kernel-Tests-TheIntegrator.166.mcz
Kernel-Tests-Rules-TheIntegrator.5.mcz
Keymapping-Core-TheIntegrator.204.mcz
Keymapping-KeyCombinations-TheIntegrator.66.mcz
Expand Down Expand Up @@ -230,7 +230,7 @@ NautilusCommon-TheIntegrator.327.mcz
NautilusGroupAutoBuilder-TheIntegrator.20.mcz
NautilusRefactoring-TheIntegrator.315.mcz
Network-Kernel-TheIntegrator.136.mcz
Network-MIME-TheIntegrator.73.mcz
Network-MIME-TheIntegrator.75.mcz
Network-Mail-TheIntegrator.52.mcz
Network-Protocols-TheIntegrator.105.mcz
Network-Tests-TheIntegrator.28.mcz
Expand Down Expand Up @@ -278,11 +278,11 @@ Refactoring-Tests-Critics-TheIntegrator.54.mcz
Refactoring-Tests-Environment-TheIntegrator.30.mcz
ReflectionMirrors-Primitives-TheIntegrator.9.mcz
ReflectionMirrors-Primitives-Tests-TheIntegrator.6.mcz
Reflectivity-TheIntegrator.335.mcz
Reflectivity-TheIntegrator.337.mcz
Reflectivity-Examples-TheIntegrator.51.mcz
Reflectivity-Tests-TheIntegrator.228.mcz
Reflectivity-Tools-TheIntegrator.77.mcz
Reflectivity-Tools-Tests-TheIntegrator.30.mcz
Reflectivity-Tools-TheIntegrator.79.mcz
Reflectivity-Tools-Tests-TheIntegrator.32.mcz
Regex-Core-TheIntegrator.40.mcz
Regex-Help-MarcusDenker.5.mcz
Regex-Tests-Core-TheIntegrator.11.mcz
Expand All @@ -304,10 +304,10 @@ Rubric-Tests-TheIntegrator.10.mcz
STON-Core-TheIntegrator.86.mcz
STON-Tests-TheIntegrator.77.mcz
STON-Text support-TheIntegrator.2.mcz
SUnit-Core-TheIntegrator.219.mcz
SUnit-Core-TheIntegrator.221.mcz
SUnit-Help-MarcusDenker.9.mcz
SUnit-Rules-TheIntegrator.5.mcz
SUnit-Tests-TheIntegrator.64.mcz
SUnit-Tests-TheIntegrator.66.mcz
SUnit-UI-TheIntegrator.153.mcz
SUnit-UITesting-TheIntegrator.36.mcz
ScriptLoader-Tests-TheIntegrator.4.mcz
Expand All @@ -321,13 +321,13 @@ ShoreLine-Report-Settings-TheIntegrator.7.mcz
ShoreLine-Report-UI-TheIntegrator.19.mcz
Shout-TheIntegrator.313.mcz
Shout-Tests-TheIntegrator.2.mcz
Slot-TheIntegrator.788.mcz
Slot-TheIntegrator.790.mcz
Slot-Tests-TheIntegrator.105.mcz
SmartSuggestions-TheIntegrator.269.mcz
SmartSuggestions-Tests-TheIntegrator.39.mcz
SortFunctions-Core-TheIntegrator.7.mcz
SortFunctions-Tests-TheIntegrator.6.mcz
Spec-Core-TheIntegrator.539.mcz
Spec-Core-TheIntegrator.541.mcz
Spec-Debugger-TheIntegrator.284.mcz
Spec-Examples-TheIntegrator.133.mcz
Spec-Help-TheIntegrator.13.mcz
Expand Down Expand Up @@ -370,7 +370,7 @@ System-Settings-Rules-TheIntegrator.2.mcz
System-Settings-Tests-TheIntegrator.15.mcz
System-Sound-TheIntegrator.20.mcz
System-Sources-TheIntegrator.71.mcz
System-Support-TheIntegrator.1274.mcz
System-Support-TheIntegrator.1276.mcz
System-Support-Rules-TheIntegrator.2.mcz
System-SupportTests-TheIntegrator.7.mcz
System-VMEvents-TheIntegrator.19.mcz
Expand Down Expand Up @@ -401,7 +401,7 @@ Tool-Transcript-TheIntegrator.25.mcz
Tool-Workspace-TheIntegrator.48.mcz
Tools-TheIntegrator.1532.mcz
Tools-Test-TheIntegrator.26.mcz
Traits-TheIntegrator.986.mcz
Traits-TheIntegrator.988.mcz
Transcript-TheIntegrator.56.mcz
TravisIntegrationHelp-TheIntegrator.5.mcz
TxText-Athens-EstebanLorenzano.58.mcz
Expand Down

This file was deleted.

@@ -0,0 +1,9 @@
update60482
"self new update60482"
self withUpdateLog: '20010 Deprecated methods should be placed in the Deprecated60 package
https://pharo.fogbugz.com/f/cases/20010
20021 fix for #instead: stack needs to be cleaned
https://pharo.fogbugz.com/f/cases/20021'.
self loadTogether: self script60482 merge: false.
self flushCaches.
@@ -1,12 +1,6 @@
commentForCurrentUpdate
^ '19984 TabExample does not switch theme correctly
https://pharo.fogbugz.com/f/cases/19984
^ '20010 Deprecated methods should be placed in the Deprecated60 package
https://pharo.fogbugz.com/f/cases/20010
20014 Dark theme is bad for changes browser
https://pharo.fogbugz.com/f/cases/20014
19975 Can add a _tag_ to a Nautilus work group but a package is expected
https://pharo.fogbugz.com/f/cases/19975
20016 Extensions with the same prefix may not be categorized correctly
https://pharo.fogbugz.com/f/cases/20016'
20021 fix for #instead: stack needs to be cleaned
https://pharo.fogbugz.com/f/cases/20021'

0 comments on commit 47c8736

Please sign in to comment.