Skip to content

Commit 3de6e8e

Browse files
committed
Updated README
1 parent 05ac531 commit 3de6e8e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
msgpack-smalltalk
22
=================
3+
[![CI](https://github.com/msgpack/msgpack-smalltalk/actions/workflows/main.yml/badge.svg)](https://github.com/msgpack/msgpack-smalltalk/actions/workflows/main.yml)
34

45
MessagePack serialization library for various Smalltalk dialects.
56

@@ -8,7 +9,7 @@ MessagePack serialization library for various Smalltalk dialects.
89
- VisualWorks
910
- VA Smalltalk
1011
- Dolphin Smalltalk
11-
- GNU Smalltalk (Beta)
12+
- GNU Smalltalk (Beta)
1213
- [Cuis](https://github.com/mumez/Cuis-Smalltalk-MessagePack)
1314

1415
Sources are put as [Cypress](https://github.com/CampSmalltalk/Cypress/blob/master/README.md) for the neutral accesses from various Smalltalk dialects.
@@ -63,15 +64,15 @@ Please read [HowToInstall.md](<https://github.com/msgpack/msgpack-smalltalk/blob
6364

6465
### Loading the latest development version
6566

66-
#### Squeak
67+
#### Squeak 4
6768
```Smalltalk
6869
Installer squeaksource
6970
project: 'MessagePack';
7071
install: 'ConfigurationOfMessagePack'.
7172
(Smalltalk at: #ConfigurationOfMessagePack) project development load
7273
```
7374

74-
#### Pharo
75+
#### Pharo & Squeak 5+
7576
```Smalltalk
7677
Metacello new
7778
repository: 'github://msgpack/msgpack-smalltalk/repository';
@@ -81,4 +82,7 @@ Metacello new
8182

8283
You might need ```MpTypeMapper initializeAll ``` on new encoder/decoder-related updates.
8384

85+
#### Limitation on Squeak 5+
8486

87+
Starting with Squeak 5 and 6, DateAndTime only supports microsecond precision. Because of this, nanosecond values are not properly decoded as DateAndTime.
88+
Two unit tests (testPackUnpackTimestamp64, 96) fail on Squeak 5 and 6.

0 commit comments

Comments
 (0)