Skip to content

Commit

Permalink
50439
Browse files Browse the repository at this point in the history
16992 deprecate methodDictAddSelectorSilently:withMethod:
	https://pharo.fogbugz.com/f/cases/16992

16952 Change class template creation
	https://pharo.fogbugz.com/f/cases/16952

16975 versionner (Object>>#name) 
	https://pharo.fogbugz.com/f/cases/16975

http://files.pharo.org/image/50/50439.zip
  • Loading branch information
Jenkins Build Server authored and ci committed Nov 12, 2015
1 parent 224f0e8 commit 56b5ef4
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 30 deletions.
@@ -1,7 +1,7 @@
stable: spec
<symbolicVersion: #'stable'>

spec for: #'common' version: '2.13.6'.
spec for: #'common' version: '2.13.7'.

spec for: #'pharo1.4.x' version: '1.33'.

Expand Down
@@ -0,0 +1,19 @@
version2137: spec
<version: '2.13.7' imports: #('2.8-baseline' )>

spec for: #'common' do: [
spec blessing: #'stable'.
spec description: 'fix potential calls to Object>>#name'.
spec author: 'ChristopheDemarey'.
spec timestamp: '11/12/2015 14:14'.
spec
package: 'Versionner-Core-Model' with: 'Versionner-Core-Model-ChristopheDemarey.52';
package: 'Versionner-Core-Commands' with: 'Versionner-Core-Commands-ChristopheDemarey.61';
package: 'Versionner-Core-Announcements' with: 'Versionner-Core-Announcements-ChristopheDemarey.6';
package: 'Versionner-Core-DependenciesModel' with: 'Versionner-Core-DependenciesModel-ChristopheDemarey.103';
package: 'Versionner-Spec-Browser' with: 'Versionner-Spec-Browser-EstebanLorenzano.179';
package: 'Versionner-Tests-Resources' with: 'Versionner-Tests-Resources-TheIntegrator.17';
package: 'Versionner-Tests-Core-Model' with: 'Versionner-Tests-Core-Model-ChristopheDemarey.33';
package: 'Versionner-Tests-Core-Commands' with: 'Versionner-Tests-Core-Commands-MarcusDenker.21';
package: 'Versionner-Tests-Core-DependenciesModel' with: 'Versionner-Tests-Core-DependenciesModel-ChristopheDemarey.42';
package: 'Versionner-Commit' with: 'Versionner-Commit-EstebanLorenzano.31'. ].
@@ -0,0 +1,3 @@
methodDictAddSelectorSilently: selector withMethod: compiledMethod
self deprecated: 'use #basicAddSelector:withMethod' on: ' 12 November 2015' in: 'Pharo 5'.
self basicAddSelector: selector withMethod: compiledMethod
@@ -1,4 +1,4 @@
script50438
script50439

^ 'AST-Core-TheIntegrator.389.mcz
AST-Tests-Core-TheIntegrator.86.mcz
Expand Down Expand Up @@ -54,7 +54,7 @@ Debugger-Tests-TheIntegrator.2.mcz
DebuggerActions-StephaneDucasse.76.mcz
DebuggerFilters-TheIntegrator.9.mcz
DebuggerModel-TheIntegrator.112.mcz
Deprecated50-TheIntegrator.30.mcz
Deprecated50-TheIntegrator.32.mcz
EmbeddedFreeType-TheIntegrator.26.mcz
EmbeddedFreeType-Tests-TheIntegrator.4.mcz
EmergencyEvaluator-MarcusDenker.32.mcz
Expand Down Expand Up @@ -339,7 +339,7 @@ Text-Edition-Tests-EstebanLorenzano.3.mcz
Text-Scanning-TheIntegrator.33.mcz
Text-Tests-EstebanLorenzano.7.mcz
Tool-Base-TheIntegrator.118.mcz
Tool-Catalog-EstebanLorenzano.27.mcz
Tool-Catalog-TorstenBergmann.29.mcz
Tool-CriticBrowser-TheIntegrator.19.mcz
Tool-DependencyAnalyser-ChristopheDemarey.25.mcz
Tool-DependencyAnalyser-Test-ChristopheDemarey.11.mcz
Expand All @@ -358,7 +358,7 @@ Tool-TxWorkspace-NicolaiHess.7.mcz
Tool-Workspace-TheIntegrator.35.mcz
Tools-TheIntegrator.1515.mcz
Tools-Test-TheIntegrator.4.mcz
Traits-TheIntegrator.846.mcz
Traits-TheIntegrator.848.mcz
Transcript-TheIntegrator.45.mcz
TxText-Athens-NicolaiHess.52.mcz
TxText-AthensTests-SeanDeNigris.10.mcz
Expand Down

This file was deleted.

@@ -0,0 +1,12 @@
update50439
"self new update50439"
self withUpdateLog: '16992 deprecate methodDictAddSelectorSilently:withMethod:
https://pharo.fogbugz.com/f/cases/16992
16952 Change class template creation
https://pharo.fogbugz.com/f/cases/16952
16975 versionner (Object>>#name)
https://pharo.fogbugz.com/f/cases/16975'.
self loadTogether: self script50439 merge: false.
self loadConfiguration: 'Versionner' version: '2.13.7'.self flushCaches.
@@ -1,9 +1,9 @@
commentForCurrentUpdate
^ '16997 Update to Catalog 0.11 (Easy loading, setting to switch of catalog spotter integration)
https://pharo.fogbugz.com/f/cases/16997
^ '16992 deprecate methodDictAddSelectorSilently:withMethod:
https://pharo.fogbugz.com/f/cases/16992
16994 GrowlMorph position improvement
https://pharo.fogbugz.com/f/cases/16994
16952 Change class template creation
https://pharo.fogbugz.com/f/cases/16952
16995 StandardWindow>>#flash should not block the UI thread
https://pharo.fogbugz.com/f/cases/16995'
16975 versionner (Object>>#name)
https://pharo.fogbugz.com/f/cases/16975'

This file was deleted.

@@ -0,0 +1,7 @@
subclass: aTraitName uses: aTraitCompositionOrArray instanceVariableNames: instVarNames classVariableNames: classVarNames package: cat
^ self
subclass: aTraitName
uses: aTraitCompositionOrArray
instanceVariableNames: instVarNames
classVariableNames: classVarNames
category: cat
@@ -1,6 +1,7 @@
= other
(self name = other name) ifFalse: [ ^false ].
(self version = other version) ifFalse: [ ^false ].
(self parent = other parent) ifFalse: [ ^false ].
(self class = other class) ifFalse: [ ^ false ].
(self name = other name) ifFalse: [ ^ false ].
(self version = other version) ifFalse: [ ^ false ].
(self parent = other parent) ifFalse: [ ^ false ].
"(self platforms = other platforms) ifFalse: [ ^false ]. "
^true
^ true
@@ -1,2 +1,4 @@
name
^ self spec name
^ self spec
ifNil: [ 'nil' ]
ifNotNil: [ :specif | specif name ]

0 comments on commit 56b5ef4

Please sign in to comment.