pharo-nosql / mongotalk

A Pharo driver for MongoDB
MIT License
19 stars 13 forks source link

InputEventSensor prevents loading MongoTalk in Pharo 10 #113

Open sebastianconcept opened 1 year ago

sebastianconcept commented 1 year ago

When trying to load MongoTalk 1.26 it fails for a lack of InputEventSensor class in Pharo 10.

This dependency seems to be the only blocker to get it loading in Pharo 10.

As a workaround I've tested with a dummy Object subclass InputEventSensor and it loads.

Then may tests fail due to a dependency on GRCodec.

What's the advice for upgrading it?

How do we get rid of that dependency?