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
Use originating mirror for types instantiated from TypeTag. (#27)
* Use originating mirror for types instantiated from TypeTag.
Fix for #26
* Propagated TypeTag/mirror provenance further through APIs.
Tried to minimize changes more than a single type away from TypeUtils.
Signed-off-by: Simeon H.K. Fitch <fitch@astraea.io>
* Removed unused imports.
Signed-off-by: Simeon H.K. Fitch <fitch@astraea.io>
* Change version to 1.4.3-SNAPSHOT
* Fixed incorrect selection of "boot" ClassLoader instead of application ClassLoader.
Signed-off-by: Simeon H.K. Fitch <fitch@astraea.io>
Copy file name to clipboardexpand all lines: seahorse-workflow-executor/deeplang/src/main/scala/ai/deepsense/deeplang/catalogs/doperable/ConcreteClassNode.scala
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ private[doperable] class ConcreteClassNode(javaType: Class[_]) extends ClassNode
32
32
* Invokes first constructor and assumes that it takes no parameters.
Copy file name to clipboardexpand all lines: seahorse-workflow-executor/deeplang/src/main/scala/ai/deepsense/deeplang/catalogs/doperable/TraitNode.scala
0 commit comments