xxtbg / fseye

Automatically exported from code.google.com/p/fseye
Apache License 2.0
0 stars 0 forks source link

IWatchViewer.Watch signature needs to be changed slightly #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 21 Jul 2012 at 3:56

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 23 Jul 2012 at 4:07