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
I don't think we every want to serialize contexts, so if we have a foam.typeOf() for Context then we should just be able to always null them out as arguments.
I also think we should add contextOriented: true to Method so we can better detect this (it would also clean up some hacks in the java Skeleton code).
This line here makes stripping the
javaType
property fromfoam.core.Argument
s impossible:https://github.com/foam-framework/foam2/blob/master/src/lib/Stub.js#L21
The text was updated successfully, but these errors were encountered: