The IWatchViewer.Watch signature needs to be changed from
(string * 'a * Type) -> unit
to
(string * obj * Type) -> unit
since the current signature makes it difficult for plugin authors to
dynamically cast the value, of generic type 'a, to a more specific type. As a
work-around, first statically cast the value to obj, and then dynamically cast
that to the desired type.
This issue affects FsEeye 2.0.0-beta1.
Original issue reported on code.google.com by stephen....@gmail.com on 21 Jul 2012 at 3:15
Original issue reported on code.google.com by
stephen....@gmail.com
on 21 Jul 2012 at 3:15