Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Grease as dependency? #74

Open
tinchodias opened this issue May 7, 2020 · 2 comments
Open

Remove Grease as dependency? #74

tinchodias opened this issue May 7, 2020 · 2 comments
Labels

Comments

@tinchodias
Copy link
Contributor

The BaselineOfMongoTalk loads Grease as a requirement for Mongo-Squeak. The dependency checker shows that effectively that's the only package that references Grease, more exactly the GRCodec class (with GRCodec forEncoding: 'utf8').
Probably there is some alternative to avoid depending on Grease.

@tinchodias
Copy link
Contributor Author

This is how the codec is used from LittleEndianStream class (Mongo-BSON package):

^ GratuitousIncompatibilities utf8Codec decode: string.

Probably it can be rewritten with ByteArray>>utf8Decoded.

@tinchodias
Copy link
Contributor Author

Very close to #72.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant