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 Jun 4, 2019. It is now read-only.
@davidanthoff wrote - One thing that this PR changes and that broke my stuff is that make_tuples now returns an expression that can't just be evaluated in the current module because the named tuple is now always defined in the NamedTuples module. It might be nice if the expression returned by make_tuples actually included the fully qualified name of the type, i.e. including the module name NamedTuples. But from my side you can merge right now.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#9
@davidanthoff wrote - One thing that this PR changes and that broke my stuff is that make_tuples now returns an expression that can't just be evaluated in the current module because the named tuple is now always defined in the NamedTuples module. It might be nice if the expression returned by make_tuples actually included the fully qualified name of the type, i.e. including the module name NamedTuples. But from my side you can merge right now.
The text was updated successfully, but these errors were encountered: