Skip to content

Commit 211c372

Browse files
authored
Merge pull request #28 from msgpack/develop
Updates for Pharo 12
2 parents 081086a + 8f22c4e commit 211c372

File tree

6 files changed

+19
-2
lines changed

6 files changed

+19
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
smalltalk: [Pharo64-11]
11+
smalltalk: [Pharo64-11, Pharo64-12]
1212
experimental: [false]
1313
continue-on-error: ${{ matrix.experimental }}
1414
name: ${{ matrix.smalltalk }}

repository/MessagePack-Pharo-Core.package/MpPhEncodeTypeMapper.class/README.md

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
actions for exts
2+
defineTimestampActionTo: map
3+
map at: DateAndTime put: #writeTimestamp:.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"commentStamp" : "",
3+
"super" : "MpSqEncodeTypeMapper",
4+
"category" : "MessagePack-Pharo-Core",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "MpPhEncodeTypeMapper",
10+
"type" : "normal"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
factory
2+
encodeTypeMapperClass
3+
^MpPhEncodeTypeMapper
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SystemOrganization addCategory: #'MessagePack-Pharo-Core'!
1+
self packageOrganizer ensurePackage: #'MessagePack-Pharo-Core' withTags: #()!

0 commit comments

Comments
 (0)