-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store JSON objects instead of pickle objects #1051
base: master
Are you sure you want to change the base?
Conversation
Almost everything works. Only need to fix tests that manipulate files |
All tests green! But there are some things to consider/discuss:
|
# from zope.interface import Provides # type: ignore | ||
# obj = Provides(*[resolve_dotted_name(iface) for iface in self.data["__ifaces__"]]) | ||
# return obj |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does anyone know how to make it work?
#1026
I'll rebase this branch with master when master is G7