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
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
Currently, if we want to ensure that picklers/unpicklers are generated statically at compile-time, this flag has to be imported in the scope.
I would propose to turn it around and create a flag called AllowDynamic that would make the program compile in case it has to generate picklers/unpicklers at runtime. Otherwise, StaticOnly would be chosen by default.
I think this is a reasonable way to deal with this, since most of our users expect static picklers.
The text was updated successfully, but these errors were encountered:
Currently, if we want to ensure that picklers/unpicklers are generated statically at compile-time, this flag has to be imported in the scope.
I would propose to turn it around and create a flag called
AllowDynamic
that would make the program compile in case it has to generate picklers/unpicklers at runtime. Otherwise,StaticOnly
would be chosen by default.I think this is a reasonable way to deal with this, since most of our users expect static picklers.
The text was updated successfully, but these errors were encountered: