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
navigation history is improved to not reference browser and any query results. So history do not prevent garbage collection of cached weak items .
It means that computed critiques are now freed when they not used. History is not target them anymore. Also method groups not keep reference to critic results.
history management is covered by tests
method editing logic is improved to not close editor when it should not be closed
animation hack for critic method group is removed. Tab manager morph will support it in normal way (waits integration)
ClyConstantMethodQuery is introduced to return constant collection of methods. ClyMethodBrowser adds two methods: #browseMethods: and #browseMethods:withTitle: