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
Currently Surface.of[X] automatically consume ClassNotFound exception and returns Surface.of[java.lang.Object] so that it will not stop user programs.
But as we hit the class loader issue like sbt/sbt#5410 and #918 this behavior makes difficult to identify what happened behind the scenes, so we should be able to report ClassNotFoundException later.
Another approach is always using an instance of SurfaceFactory initialized at the beginning so that we can use the same class loader even in Future contexts.
The text was updated successfully, but these errors were encountered:
xerial
added
the
kaizen
code improvement without changing user-facing functionality
label
Feb 2, 2020
Currently Surface.of[X] automatically consume ClassNotFound exception and returns Surface.of[java.lang.Object] so that it will not stop user programs.
But as we hit the class loader issue like sbt/sbt#5410 and #918 this behavior makes difficult to identify what happened behind the scenes, so we should be able to report ClassNotFoundException later.
Another approach is always using an instance of SurfaceFactory initialized at the beginning so that we can use the same class loader even in Future contexts.
The text was updated successfully, but these errors were encountered: