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
For a given type, the user should be able to specify methods to call including
unary static methods declared in other types.
Will either have to:
* separate the list of pure methods from the list of methods to call
* change the format of the purity file to allow the assembly qualified type of
the declaring method
Original issue reported on code.google.com by Todd.Sch...@gmail.com on 16 Mar 2013 at 11:55
The text was updated successfully, but these errors were encountered:
Doing this will require:
1) Making a change in the purity file format as described above.
2) Update the parsing of the purity file, in TypeManager.
3) Update the GetPureMethodsForType() logic, which is also in TypeManager.
Original comment by melonhea...@gmail.com on 14 Jun 2013 at 11:59
Original issue reported on code.google.com by
Todd.Sch...@gmail.com
on 16 Mar 2013 at 11:55The text was updated successfully, but these errors were encountered: