Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #44

Closed
wants to merge 69 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
10bf54b
Merge pull request #34 from guillep/issue15
pavel-krivanek Mar 14, 2017
429d344
EXPORT VERSION 60441
Mar 14, 2017
e3cebcd
EXPORT VERSION 60442
Mar 16, 2017
dca79dc
EXPORT VERSION 60443
Mar 16, 2017
4fcf45e
EXPORT VERSION 60444
Mar 16, 2017
a1bc5de
EXPORT VERSION 60445
Mar 16, 2017
aa135ed
EXPORT VERSION 60446
Mar 16, 2017
ce2a994
EXPORT VERSION 60447
Mar 17, 2017
bf9af75
EXPORT VERSION 60448
Mar 20, 2017
cec9b3d
EXPORT VERSION 60449
Mar 20, 2017
281ce22
EXPORT VERSION 60450
Mar 21, 2017
fb1f1dd
EXPORT VERSION 60451
Mar 24, 2017
38a3ade
EXPORT VERSION 60452
Mar 28, 2017
bd82f4f
EXPORT VERSION 60453
Mar 29, 2017
62be6ea
EXPORT VERSION 60454
Mar 29, 2017
97fc0d6
EXPORT VERSION 60455
Mar 30, 2017
43d0e88
EXPORT VERSION 60456
Mar 31, 2017
32e25b0
EXPORT VERSION 60457
Apr 3, 2017
ca9608c
EXPORT VERSION 60458
Apr 3, 2017
813f85e
EXPORT VERSION 60459
Apr 5, 2017
0259a8d
EXPORT VERSION 60460
Apr 5, 2017
820bfcf
EXPORT VERSION 60462
Apr 6, 2017
3bdab45
EXPORT VERSION 60463
Apr 7, 2017
0d747dc
EXPORT VERSION 60464
Apr 11, 2017
9b3be24
make it run on linux and mac, make it download the correct vm given t…
Apr 13, 2017
387e502
test for all platforms, bootstrap only in linux, publish only bootstrap
Apr 13, 2017
96378a5
removed extra os matrix
Apr 13, 2017
aac6b54
fixed bash if statement -> missing space
Apr 13, 2017
da1ad02
restored pharo version
Apr 13, 2017
fa0a973
put pharo version in env
Apr 13, 2017
f3642ab
EXPORT VERSION 60465
Apr 20, 2017
04dcc31
new export script
Apr 20, 2017
7482c14
deprecate old export script
Apr 20, 2017
534336f
EXPORT VERSION 60466
Apr 20, 2017
b4383f1
EXPORT VERSION 60467
Apr 20, 2017
97dbbb3
reduce git depth
Apr 20, 2017
567e381
Merge branch 'master' of https://github.com/guillep/pharo-core
Apr 20, 2017
4b90c2b
adding caching of metacello and pharo directories
Apr 20, 2017
3be1e51
fixed caching tab to space
Apr 20, 2017
dabe4e9
added test run after bootstrap
Apr 20, 2017
4a4f6b1
remove mac builds, they are sloow
Apr 21, 2017
e52cf43
removing warnings by declaring temp vars
Apr 21, 2017
87afa44
declare temp vars to remove warnings
Apr 21, 2017
018c791
sending build output to /dev/null to see if it is faster
Apr 21, 2017
437109a
testing bootstrapped image and not bootstrapping image
Apr 21, 2017
dfee5ab
allow test failures
Apr 21, 2017
2f395c2
excluding bootstrap from pull requests
Apr 21, 2017
5e6096c
removing redirection to /dev/null
Apr 21, 2017
3569173
fixing latest export
Apr 27, 2017
ebb00f9
EXPORT VERSION 60468
Apr 27, 2017
281b7ed
fix message
Apr 27, 2017
ea7416a
EXPORT VERSION 60469
Apr 27, 2017
c037987
EXPORT VERSION 60470
Apr 27, 2017
5b70502
EXPORT VERSION 60471
Apr 27, 2017
83de807
EXPORT VERSION 60472
Apr 27, 2017
29fb90b
EXPORT VERSION 60473
Apr 27, 2017
e4a19bb
EXPORT VERSION 60474
May 1, 2017
cfc1aa3
EXPORT VERSION 60475
May 2, 2017
906c3e7
EXPORT VERSION 60476
May 2, 2017
3016c3b
EXPORT VERSION 60477
May 2, 2017
900451f
EXPORT VERSION 60479
May 3, 2017
0d0976b
EXPORT VERSION 60480
May 3, 2017
b273f92
EXPORT VERSION 60481
May 4, 2017
350a3cb
EXPORT VERSION 60482
May 4, 2017
4d92279
EXPORT VERSION 60483
May 9, 2017
3d82e20
add cleanup for release at the end
pavel-krivanek May 10, 2017
7c2a845
Merge pull request #46 from guillep/issue45
guillep May 11, 2017
8053069
EXPORT VERSION 60484
May 11, 2017
e9d735b
EXPORT VERSION 60485
May 11, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
EXPORT VERSION 60482
  • Loading branch information
jenkins-pharo committed May 4, 2017
commit 350a3cbe3e90a4dd188b0b3fa3054e4bdc5e1f68
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Slot
*Deprecated60
layout: aClassLayout
self
deprecated: 'Please use #classLayout: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Slot
*Deprecated60
layout
self
deprecated: 'Please use #classLayout instead'
Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/Behavior.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "Behavior"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deprecated
*Deprecated60
current
"Return the class currently to be used for BitBlt"
"deprecated normally should be removed."
Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/BitBlt.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "BitBlt"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
*Deprecated60
deadHome: aContext
self deprecated: 'Should use self home: aContext'.
self home: aContext
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
*Deprecated60
deadHome
self deprecated: 'Should use self home'.
^ self home
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "BlockCannotReturn"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
enumerating
*Deprecated60
groupBy: keyBlock having: selectBlock
"This message is deprecated. Please use groupedBy:having:."

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source code management
*Deprecated60
getSource
self
deprecated: 'Please use #sourceCode instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "CompiledMethod"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
examples
*Deprecated60
deprecatedMethod
self deprecated: 'example of a deprecated method'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
examples
*Deprecated60
deprecatedMethod2
self deprecated: 'example of a deprecated method' on: 'date' in: 'someversion'.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "CompiledMethodTest"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
*Deprecated60
keyText: aString
"I set the shortcut for this action based on the first character of the given string."
self
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "DebugAction"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
private
*Deprecated60
basicCreationTime: anEntry
self
deprecated: 'Use basicCreationTimeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
private
*Deprecated60
basicModificationTime: anEntry
self
deprecated: 'Use basicModificationTimeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
private
*Deprecated60
basicSize: anEntry
"Returns the basic size of anEntry"
self
Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/DiskStore.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "DiskStore"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file primitives
*Deprecated60
size: id
self
deprecated: 'Use sizeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "FilePluginPrims"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public
*Deprecated60
creationTime: aResolvable
self
deprecated: 'Use creationTimeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public
*Deprecated60
size: aResolvable
self
deprecated: 'Use sizeOf: instead'
Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/FileSystem.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "FileSystem"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
abstract
*Deprecated60
basicCreationTime: aNode
self
deprecated: 'Use basicCreationTimeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
abstract
*Deprecated60
basicSize: aNode
self
deprecated: 'Use basicSizeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public
*Deprecated60
creationTime: aPath
self
deprecated: 'Use creationTimeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public
*Deprecated60
modificationTime: aPath
self
deprecated: 'Use modificationTimeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public
*Deprecated60
size: aPath
self
deprecated: 'Use sizeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "FileSystemStore"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
*Deprecated60
someElement
"Deprecated. Use anyOne."

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "HashedCollection"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
*Deprecated60
iconProvider
" For 2.0/3.0 compatibility "
self deprecated: 'Use iconNamed:'on: 'Pharo60' in: '23 September 2016'.
Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/IconStyler.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "IconStyler"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api
*Deprecated60
emphasis: anEmphasis
anEmphasis isInteger
ifTrue:
Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/LabelModel.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "LabelModel"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
*Deprecated60
type
"Deprecated. Use contentType instead."

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "MIMEDocument"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
private
*Deprecated60
basicCreationTime: aMemoryFileSystemEntry
self
deprecated: 'Use basicCreationTimeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
private
*Deprecated60
basicModificationTime: aMemoryFileSystemEntry
self
deprecated: 'Use basicModificationTimeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
private
*Deprecated60
basicSize: aMemoryFileSystemEntry
self
deprecated: 'Use basicSizeOf: instead'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "MemoryStore"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
*Deprecated60
name
"Answer a name for the receiver. This is used generically in the title of certain inspectors, such as the referred-to inspector, and specificially by various subsystems. By default, we let the object just print itself out.. "

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extent functions
*Deprecated60
scaleTo: anExtent
"Return a Point scalefactor for shrinking a thumbnail of the receiver's extent to fit within anExtent. self and anExtent are expected to have positive nonZero x and y."

Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/Point.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "Point"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
*Deprecated60
selector
"Answer the selector of the method containing the pragma.
Do not confuse this with the selector of the pragma's message pattern."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
helpers
*Deprecated60
deprecatedMessage
self deprecated: 'Deprecated method used by #testIgnoreDeprecationWarnings' on: '' in: ''
3 changes: 3 additions & 0 deletions src/Deprecated60.package/SUnitTest.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "SUnitTest"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
compiler
*Deprecated60
evaluate: aString
self
deprecated: 'Replace by Smalltalk compiler evaluate: aString.'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "SmalltalkImage"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing-properties
*Deprecated60
propertyValueAt: propName

self
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing-properties
*Deprecated60
propertyValueAt: propName ifAbsent: aBlock

self
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing-properties
*Deprecated60
propertyValueAt: propName put: propValue
self
deprecated: 'Please use #propertyAt:put: instead'
Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/TBehavior.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "TBehavior"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deprecated
*Deprecated60
correctCount

self
Expand Down
3 changes: 3 additions & 0 deletions src/Deprecated60.package/TestResult.extension/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name" : "TestResult"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ tests
testTwoConstsInSameMethod

| result1 result2 |
<expectedFailure>
result1 := self sumOfTwoConsts: [ 1 ] and: [ 2 ].
result2 := self sumOfTwoConsts: nil and: nil.
self assert: result1 equals: 3.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
results
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
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
public
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'
Loading