You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a "no enclosing instance of type 'XXX' is in scope" error when using manifold-ext.
I upload a full problem example. The screenshot code causes the compile error.
To Reproduce
Steps to reproduce the behavior:
Exec ./gradlew clean build, you will see the compile error.
Screenshots
Desktop (please complete the following information):
Probably caused by this PR. If you change the method reference to a lambda expression (i.e. Completable.defer(() -> super.rxStop());), it works. Running with manifold 2024.1.54 also works.
Probably caused by this PR. If you change the method reference to a lambda expression (i.e. Completable.defer(() -> super.rxStop());), it works. Running with manifold 2024.1.54 also works.
Yeah, you're right. Because the 2024.1.55 version also caused the conflict problem with the guice lib, I rolled back to the 2025.1.54 version.
Describe the bug
There is a "no enclosing instance of type 'XXX' is in scope" error when using manifold-ext.
I upload a full problem example. The screenshot code causes the compile error.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
scope.tar.gz
The text was updated successfully, but these errors were encountered: