We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to load MongoTalk 1.26 it fails for a lack of InputEventSensor class in Pharo 10.
1.26
InputEventSensor
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to load MongoTalk
1.26
it fails for a lack ofInputEventSensor
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?
The text was updated successfully, but these errors were encountered: