-
Notifications
You must be signed in to change notification settings - Fork 73
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
CK2Transcript #69
base: v2.x-beta
Are you sure you want to change the base?
CK2Transcript #69
Conversation
Existing transcript info is dumped into there too
Stop dumping out deep info on the internals of libcurl
This reverts commit ea5d365. Conflicts: ConnectionKit/CK2Transcript.m
So I'd say one downside of how this currently stands: The transcript is shared between all file managers, and never cleared by default. This could lead to quite a buildup of memory. Couple of options:
Either way, what suits Sandvox best at present is a single shared transcript, but likely in the future I want to move toward one transcript per document. I think I favour the first option more; it has the lowest overhead and can be neatly specified by some sort of |
I just need one shared transcript as well so I'm fine with whatever as long as that use case remains easy to do. I guess that would make option 1 more desirable in this case. |
a6b3c67
to
e9a060a
Compare
Starting a draft up of how CK's transcript support could be better encapsulated