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
The toString() method of MemberQuery doesn't directly contribute to the user-interface of Juggle, but is useful in debugging. It's very basic at present, producing a single line of output that's a little confusing when comparing diffs in failed tests.
Improve the situation.
(Should the output actually be a declaration that can be parsed by the MemberQuery(String) constructor?
The text was updated successfully, but these errors were encountered:
paul-bennett
changed the title
Improve DeclQuery.toString()
Improve MemberQuery.toString()
May 6, 2023
The
toString()
method ofMemberQuery
doesn't directly contribute to the user-interface of Juggle, but is useful in debugging. It's very basic at present, producing a single line of output that's a little confusing when comparing diffs in failed tests.Improve the situation.
(Should the output actually be a declaration that can be parsed by the
MemberQuery(String)
constructor?The text was updated successfully, but these errors were encountered: