-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from msgpack/develop
Develop
- Loading branch information
Showing
47 changed files
with
100 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: smalltalkCI | ||
|
||
on: [push] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-22.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
smalltalk: [Pharo64-11] | ||
experimental: [false] | ||
continue-on-error: ${{ matrix.experimental }} | ||
name: ${{ matrix.smalltalk }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: hpi-swa/setup-smalltalkCI@v1 | ||
with: | ||
smalltalk-image: ${{ matrix.smalltalk }} | ||
- name: Run tests | ||
run: smalltalkci -s ${{ matrix.smalltalk }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
shell: bash | ||
timeout-minutes: 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
SmalltalkCISpec { | ||
#loading : [ | ||
SCIMetacelloLoadSpec { | ||
#baseline : 'MessagePack', | ||
#directory : 'repository', | ||
#load : [ 'default' ], | ||
#onConflict : #useLoaded, | ||
#useLatestMetacello : false, | ||
#onWarningLog : true, | ||
#platforms : [ #pharo, #squeak ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ory/BaselineOfMessagePack.package/BaselineOfMessagePack.class/instance/preLoadForPharo.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
doits | ||
preLoadForPharo | ||
Smalltalk globals at: #MpPhPortableUtil ifPresent: [ :cls | cls initialize]. | ||
Smalltalk globals at: #MpPhPortableUtil ifPresent: [ :cls | cls activate]. |
7 changes: 0 additions & 7 deletions
7
repository/BaselineOfMessagePack.package/BaselineOfMessagePack.class/methodProperties.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
repository/BaselineOfMessagePack.package/monticello.meta/version
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
repository/MessagePack-Core.package/Array.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
repository/MessagePack-Core.package/Behavior.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
repository/MessagePack-Core.package/ByteArray.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
repository/MessagePack-Core.package/Dictionary.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
repository/MessagePack-Core.package/False.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
repository/MessagePack-Core.package/IdentityDictionary.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
repository/MessagePack-Core.package/Integer.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
repository/MessagePack-Core.package/MpConstants.class/methodProperties.json
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
repository/MessagePack-Core.package/MpDecodeTypeMapper.class/methodProperties.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.