Descriptiontesting: add Frames method to adjust the logging of the caller
Fixes issue 4899.
Work in progress
* {T,B}.Frames(n) returns an unexported type, this is considered antisocial.
* In patchset 4, the api tool rejects the change even though B, T never directly exported these methods. Patchset 5 reorganises things to make the api tool happy.
Patch Set 1 #Patch Set 2 : diff -r bf1cd157b3e0 https://code.google.com/p/go #Patch Set 3 : diff -r bf1cd157b3e0 https://code.google.com/p/go #Patch Set 4 : diff -r bf1cd157b3e0 https://code.google.com/p/go #Patch Set 5 : diff -r bf1cd157b3e0 https://code.google.com/p/go #Patch Set 6 : diff -r bf1cd157b3e0 https://code.google.com/p/go #MessagesTotal messages: 3
|