Skip to content

Commit

Permalink
Merge pull request #28 from msgpack/develop
Browse files Browse the repository at this point in the history
Updates for Pharo 12
  • Loading branch information
mumez authored Jul 24, 2024
2 parents 081086a + 8f22c4e commit 211c372
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [Pharo64-11]
smalltalk: [Pharo64-11, Pharo64-12]
experimental: [false]
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
actions for exts
defineTimestampActionTo: map
map at: DateAndTime put: #writeTimestamp:.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"commentStamp" : "",
"super" : "MpSqEncodeTypeMapper",
"category" : "MessagePack-Pharo-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "MpPhEncodeTypeMapper",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
factory
encodeTypeMapperClass
^MpPhEncodeTypeMapper
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'MessagePack-Pharo-Core'!
self packageOrganizer ensurePackage: #'MessagePack-Pharo-Core' withTags: #()!

0 comments on commit 211c372

Please sign in to comment.