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
47 changes: 26 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,42 @@ language: smalltalk
sudo: false

smalltalk:
- Pharo-alpha
- Pharo64-7.0
- Pharo64-6.1
- Pharo-6.1
- Pharo-6.0
- Pharo-5.0
- Pharo-4.0
- Pharo-3.0
- Squeak-trunk
- Squeak-5.1
- GemStone-2.4.8
- GemStone-3.1.0.6
- GemStone-3.2.16
- GemStone-3.3.4
matrix:
allow_failures:
- smalltalk: Pharo-alpha
- smalltalk: Pharo-3.0
- smalltalk: Pharo-4.0
- smalltalk: Squeak-trunk
- smalltalk: Squeak-5.1
os: linux

include:
- smalltalk: Squeak-5.1
os: osx
- 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
# - smalltalk: Squeak-5.1
# os: osx
# - 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
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,21 @@ Grease does not try to solve all problems. We are not testing Sockets or HTTP cl

Grease is widely adopted. Implementations exist already for all platforms that support Seaside 3.x. As well as Seaside, new versions of Magritte, Pier, and Monticello are already being implemented on top of Grease.

## Travis builds
## Platform compatibility and Travis builds

The [Travis CI builds](https://travis-ci.org/SeasideSt/Grease) currently test Grease for the following platforms and versions:
The latest Grease version is supported on the following platforms and versions, which are tested using [Travis CI builds](https://travis-ci.org/SeasideSt/Grease):

| Squeak | Pharo | GemStone |
| --------------- | ---------------- | -------------------- |
| Squeak 5.1 | Pharo 6.0 | GemStone 3.3.4 |
| | Pharo 5.0 | GemStone 3.2.16 |
| | Pharo 4.0 | GemStone 3.1.0.6 |
| | Pharo 3.0 | |
| Squeak 5.1 | Pharo 7.0 | GemStone 3.3.4 |
| | Pharo 6.1 | GemStone 3.2.16 |
| | Pharo 5.0 | GemStone 3.1.0.6 |
| | | GemStone 2.4.8 |

## Grease on older platforms:
If you want to load Grease on older platform versions, these are the version numbers that correspond to the latest tested version of Grease on those platform versions:

- Pharo 3.0 and 4.0: [Grease 1.3.4](https://github.com/SeasideSt/Grease/releases/tag/v1.3.4)

## Installation

Expand Down
5 changes: 2 additions & 3 deletions repository/BaselineOfGrease.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"class" : {
},
"instance" : {
"baseline:" : "JohanBrichau 11/18/2017 16:17",
"initializeLatin1ToUtf8Encodings" : "JohanBrichau 10/19/2014 10:00",
"slimeForSqueakPharo1xPharo2x:" : "JohanBrichau 02/16/2014 03:49",
"baseline:" : "JohanBrichau 11/18/2017 16:17"
},
"class" : { }
}
"slimeForSqueakPharo1xPharo2x:" : "JohanBrichau 02/16/2014 03:49" } }
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "",
"super" : "BaselineOf",
"category" : "BaselineOfGrease",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfGrease",
"type" : "normal"
}
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion repository/BaselineOfGrease.package/properties.json
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{ }
{
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
encoding
base64Decode: aString
^ (Base64MimeConverter mimeDecodeToChars: aString readStream) contents
^ aString base64Decoded asString
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ factory
readWriteByteStream
"ByteArray based read write stream"

^ RWBinaryOrTextStream on: (ByteArray new: 4096)
^ ReadWriteStream on: (ByteArray new: 4096)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
X Tutup