X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
34 changes: 25 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
language: smalltalk
sudo: false
smalltalk:
- Pharo-alpha
- Pharo-6.1
- Pharo-6.0
- Pharo-5.0
- Pharo-4.0
- Pharo-3.0
- Squeak-trunk
- Squeak-5.1
- GemStone-3.1.0.6
- GemStone-3.2.16
- GemStone-3.3.4
cache:
directories:
- $SMALLTALK_CI_CACHE
#matrix:
# allow_failures:
# - smalltalk: Pharo-6.0

matrix:
allow_failures:
- smalltalk: Pharo-alpha
- smalltalk: Squeak-trunk
include:
- smalltalk: GemStone-2.4.8
cache:
directories:
- $SMALLTALK_CI_CACHE
- smalltalk: GemStone-3.1.0.6
cache:
directories:
- $SMALLTALK_CI_CACHE
- smalltalk: GemStone-3.2.16
cache:
directories:
- $SMALLTALK_CI_CACHE
- smalltalk: GemStone-3.3.4
cache:
directories:
- $SMALLTALK_CI_CACHE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
accessing
value
"Override required for compatibility in GS2.4 where environmentAt:ifAbsent: is flawed because it can still return nil when absent instead of executing the ifAbsent block"

^ Processor activeProcess environment at: self ifAbsent: [ self defaultValue ]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"class" : {
"default" : "JohanBrichau 07/23/2017 09:48",
"defaultValue" : "JohanBrichau 07/23/2017 09:47",
"use:during:" : "JB 09/08/2017 00:34" },
"use:during:" : "JB 09/08/2017 00:34",
"value" : "JB 10/04/2017 04:57" },
"instance" : {
} }
47 changes: 1 addition & 46 deletions repository/Grease-GemStone-Core.package/monticello.meta/version

Large diffs are not rendered by default.

X Tutup